aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-09-29mtd: m25p80: add support for the EON EN25Q64 chipGabor Juhos
2012-09-29mtd: m25p80: add support for Micron N25Q128Jan Luebbe
2012-09-29mtd: lpc32xx_mlc: Cleanup after DT-only conversionRoland Stigge
2012-09-29mtd: lpc32xx_slc: Cleanup after DT-only conversionRoland Stigge
2012-09-29mtd: allow MTD_NAND_GPMI_NAND to be built as moduleFabio Estevam
2012-09-29mtd: nand: nand_bbt: export nand_update_bbtFabio Estevam
2012-09-29mtd: nand: rename create_bbt()'s 'len' variable to 'numpages'Shmulik Ladkani
2012-09-29mtd: s3c2410: Fix compiler warningsSachin Kamat
2012-09-29mtd: s3c2410: Use devm_* functionsSachin Kamat
2012-09-29mtd: maps: rbtx4939-flash: delete unneeded testJulia Lawall
2012-09-29mtd: mtdpart: break it as soon as we parse out the partitionsHuang Shijie
2012-09-29mtd: physmap_of: Add "no-unaligned-direct-access" DT propertyStefan Roese
2012-09-29mtd: spear_smi: use devm_ functions consistentlyJulia Lawall
2012-09-29mtd: lantiq: Add NAND support on Lantiq XWAY SoC.John Crispin
2012-09-29mtd: check for valid pdata inside plat_nandJohn Crispin
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie
2012-09-29mtd: m25p80: add support for Micron N25Q256AVivien Didelot
2012-09-29mtd: maps: pci: remove dead codeWolfram Sang
2012-09-29mtd: use %*ph[CN] to dump small buffersAndy Shevchenko
2012-09-29mtd: gpmi: fix the compiler warningsHuang Shijie
2012-09-29mtd: nand: davinci: add OF support for davinci nand controllerHeiko Schocher
2012-09-29mtd: allow uclinux map driver to be used on any ColdFire CPU platformGreg Ungerer
2012-09-29mtd: fix wrong usage of ioremap_nocache() in uclinux.c map driverGreg Ungerer
2012-09-29mtd: s3c2410: Fix line over 80 characters warningSachin Kamat
2012-09-29mtd: s3c2410: Fix checkpatch warnings and errors related to whitespacesSachin Kamat
2012-09-29mtd: s3c2410: Do not initialise statics to 0 or NULLSachin Kamat
2012-09-29mtd: s3c2410: Use <linux/io.h> instead of <asm/io.h>Sachin Kamat
2012-09-29mtd: s3c2410: Use pr_* instead of printkSachin Kamat
2012-09-29mtd: s3c2410: Use module_platform_driver()Sachin Kamat
2012-09-29mtd: nand: Include IMX6 in the list of supported SoCsFabio Estevam
2012-09-29mtd: autcpu12-nvram: Convert driver to platform_deviceAlexander Shiyan
2012-09-29mtd: autcpu12-nvram: Fix compile breakageAlexander Shiyan
2012-09-29mtd: omap2: fix some typos in commentsPeter Meerwald
2012-09-29mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris
2012-09-29mtd: atmel nand: fix gpio missing requestJean-Christophe PLAGNIOL-VILLARD
2012-09-29mtd: docg4: fix oob readsMike Dunn
2012-09-29mtd: spear_smi: fix compilation warningArtem Bityutskiy
2012-09-29mtd: spear_smi: failure test for null rather than negative integerJulia Lawall
2012-09-29mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driverRoland Stigge
2012-09-29mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driverRoland Stigge
2012-09-29mtd: nand: rename '_raw' BBT scan functionsBrian Norris
2012-09-29mtd: nand: use ECC, if present, when scanning OOBBrian Norris
2012-09-29mtd: nand_bbt: use string libraryBrian Norris
2012-09-29mtd: nand: remove unused 'int' return codesBrian Norris
2012-09-29mtd: check for max_bitflips in mtd_read_oob()Brian Norris
2012-09-29mtd: m25p80: Fix the Spansion chip detectionMarek Vasut
2012-09-29mtd: m25p80: add support for Spansion s25sl064p chipMarek Vasut
2012-09-29mtd: gpmi: change the code for clocksHuang Shijie
2012-09-29mtd: sh_flctl: Only copy OOB data if it is requiredBastian Hecht
2012-09-29mtd: sh_flctl: Use memcpy() instead of using a loopBastian Hecht