summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mtd: mtd_nandecctest: remove unnecessary includeAkinobu Mita2012-09-291-1/+0
| * | | JFFS2: don't fail on bitflips in OOBBrian Norris2012-09-291-4/+4
| * | | mtd: autcpu12-nvram: drop frees of devm_ alloc'd dataJulia Lawall2012-09-291-14/+4
| * | | mtd: cmdlinepart: minor cleanupsArtem Bityutskiy2012-09-291-78/+59
| * | | mtd: cmdlinepart: revise error handlingArtem Bityutskiy2012-09-291-16/+18
| * | | mtd: bcm47part driver for BCM47XX chipsetsRafał Miłecki2012-09-293-0/+210
| * | | mtd: cmdlinepart: remove unneeded initializationArtem Bityutskiy2012-09-291-1/+1
| * | | mtd: omap2: fix module loadingAndreas Bießmann2012-09-291-0/+1
| * | | mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann2012-09-291-1/+1
| * | | mtd: cfi_cmdset_0001: Fix problem with unlocking timeoutStefan Roese2012-09-291-3/+11
| * | | mtd: nand: Added a device flag for subpage read supportJeff Westfahl2012-09-292-5/+11
| * | | mtd: orion_nand: remove <mach/hardware.h> includeThomas Petazzoni2012-09-291-1/+0
| * | | mtd: mtd_nandecctest: make module_init() return an error code if test failsAkinobu Mita2012-09-291-3/+6
| * | | mtd: mtd_nandecctest: remove unnecessary srandom32() callAkinobu Mita2012-09-291-2/+0
| * | | mtd: m25p80: add support for the EON EN25Q64 chipGabor Juhos2012-09-291-0/+1
| * | | mtd: m25p80: add support for Micron N25Q128Jan Luebbe2012-09-291-0/+1
| * | | mtd: lpc32xx_mlc: Cleanup after DT-only conversionRoland Stigge2012-09-291-28/+18
| * | | mtd: lpc32xx_slc: Cleanup after DT-only conversionRoland Stigge2012-09-291-31/+21
| * | | mtd: allow MTD_NAND_GPMI_NAND to be built as moduleFabio Estevam2012-09-291-1/+1
| * | | mtd: nand: nand_bbt: export nand_update_bbtFabio Estevam2012-09-291-1/+2
| * | | mtd: nand: rename create_bbt()'s 'len' variable to 'numpages'Shmulik Ladkani2012-09-291-12/+12
| * | | mtd: s3c2410: Fix compiler warningsSachin Kamat2012-09-291-0/+2
| * | | mtd: s3c2410: Use devm_* functionsSachin Kamat2012-09-291-37/+10
| * | | mtd: maps: rbtx4939-flash: delete unneeded testJulia Lawall2012-09-291-2/+0
| * | | mtd: fix kernel-doc warning in include/linux/mtd/nand.hRandy Dunlap2012-09-291-0/+1
| * | | mtd: mtdpart: break it as soon as we parse out the partitionsHuang Shijie2012-09-291-1/+4
| * | | mtd: physmap_of: Add "no-unaligned-direct-access" DT propertyStefan Roese2012-09-292-0/+21
| * | | mtd: spear_smi: use devm_ functions consistentlyJulia Lawall2012-09-291-65/+18
| * | | mtd: lantiq: Add NAND support on Lantiq XWAY SoC.John Crispin2012-09-293-0/+210
| * | | mtd: check for valid pdata inside plat_nandJohn Crispin2012-09-291-0/+5
| * | | defconfigs: remove CONFIG_MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-2915-15/+0
| * | | mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-2926-550/+0
| * | | mtd: m25p80: add support for Micron N25Q256AVivien Didelot2012-09-291-0/+3
| * | | mtd: maps: pci: remove dead codeWolfram Sang2012-09-291-23/+0
| * | | mtd: use %*ph[CN] to dump small buffersAndy Shevchenko2012-09-294-41/+14
| * | | mtd: gpmi: fix the compiler warningsHuang Shijie2012-09-293-16/+12
| * | | mtd: nand: davinci: add OF support for davinci nand controllerHeiko Schocher2012-09-292-1/+122
| * | | JFFS2: fix unmount regressionArtem Bityutskiy2012-09-291-0/+4
| * | | mtd: allow uclinux map driver to be used on any ColdFire CPU platformGreg Ungerer2012-09-291-1/+1
| * | | mtd: fix wrong usage of ioremap_nocache() in uclinux.c map driverGreg Ungerer2012-09-291-6/+9
| * | | mtd: s3c2410: Fix line over 80 characters warningSachin Kamat2012-09-291-10/+20
| * | | mtd: s3c2410: Fix checkpatch warnings and errors related to whitespacesSachin Kamat2012-09-291-8/+9
| * | | mtd: s3c2410: Do not initialise statics to 0 or NULLSachin Kamat2012-09-291-37/+27
| * | | mtd: s3c2410: Use <linux/io.h> instead of <asm/io.h>Sachin Kamat2012-09-291-2/+1
| * | | mtd: s3c2410: Use pr_* instead of printkSachin Kamat2012-09-291-1/+4
| * | | mtd: s3c2410: Use module_platform_driver()Sachin Kamat2012-09-291-14/+1
| * | | mtd: nand: Include IMX6 in the list of supported SoCsFabio Estevam2012-09-291-1/+1
| * | | mtd: autcpu12-nvram: Convert driver to platform_deviceAlexander Shiyan2012-09-293-70/+101
| * | | mtd: autcpu12-nvram: Fix compile breakageAlexander Shiyan2012-09-291-8/+11
| * | | mtd: omap2: fix some typos in commentsPeter Meerwald2012-09-291-5/+5
OpenPOWER on IntegriCloud