aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | mtd: s3c2410: Fix compiler warningsSachin Kamat2012-09-291-0/+2
* | | | | mtd: s3c2410: Use devm_* functionsSachin Kamat2012-09-291-37/+10
* | | | | 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
* | | | | mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-2924-546/+0
* | | | | mtd: use %*ph[CN] to dump small buffersAndy Shevchenko2012-09-292-21/+8
* | | | | mtd: gpmi: fix the compiler warningsHuang Shijie2012-09-293-16/+12
* | | | | mtd: nand: davinci: add OF support for davinci nand controllerHeiko Schocher2012-09-291-1/+71
* | | | | 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: omap2: fix some typos in commentsPeter Meerwald2012-09-291-5/+5
* | | | | mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris2012-09-291-5/+2
* | | | | mtd: atmel nand: fix gpio missing requestJean-Christophe PLAGNIOL-VILLARD2012-09-291-2/+63
* | | | | mtd: docg4: fix oob readsMike Dunn2012-09-291-27/+6
* | | | | mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driverRoland Stigge2012-09-291-2/+11
* | | | | mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driverRoland Stigge2012-09-291-2/+11
* | | | | mtd: nand: rename '_raw' BBT scan functionsBrian Norris2012-09-291-10/+10
* | | | | mtd: nand: use ECC, if present, when scanning OOBBrian Norris2012-09-291-7/+20
* | | | | mtd: nand_bbt: use string libraryBrian Norris2012-09-291-18/+9
* | | | | mtd: nand: remove unused 'int' return codesBrian Norris2012-09-291-11/+8
* | | | | mtd: gpmi: change the code for clocksHuang Shijie2012-09-293-18/+112
* | | | | mtd: sh_flctl: Only copy OOB data if it is requiredBastian Hecht2012-09-291-1/+2
* | | | | mtd: sh_flctl: Use memcpy() instead of using a loopBastian Hecht2012-09-291-6/+7
* | | | | Merge tag 'v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...David Woodhouse2012-08-224-88/+253
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'testing/new-warnings' into fixesArnd Bergmann2012-08-101-4/+3
| |\ \ \ \
| | * | | | mtd/omap2: fix dmaengine_slave_config error handlingArnd Bergmann2012-08-101-4/+3
| | |/ / /
| * | | | ARM: imx: gpmi-nand depends on mxs-dmaArnd Bergmann2012-08-091-1/+1
| |/ / /
| * | | Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-011-50/+56
| |\ \ \
| | * | | mtd: omap2: remove private DMA API implementationRussell King2012-07-311-110/+26
| | * | | mtd: omap2: add DMA engine supportRussell King2012-07-311-1/+91
| | | |/ | | |/|
| * | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-07-301-36/+192
| |\ \ \
| | * | | MTD: NAND: JZ4740: Multi-bank support with autodetectionMaarten ter Huurne2012-07-231-36/+192
| * | | | ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn2012-07-251-1/+1
| * | | | ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-251-0/+4
| |/ / /
* | | | mtd: gpmi: update the bitflip_thresholdHuang Shijie2012-07-171-0/+1
* | | | mtd: gpmi: add on-flash BBT support for gpmi nandHuang Shijie2012-07-161-0/+3
* | | | mtd: fix typo in commentHuang Shijie2012-07-161-1/+1
* | | | mtd: use MTD_OPS_PLACE_OOB macro consistentlyHuang Shijie2012-07-161-3/+3
* | | | mtd: mxc_nand: Select the driver via ARCH_MXCFabio Estevam2012-07-161-1/+1
* | | | mtd: lpc32xx_mlc: Adjust to pl08x DMA interface changesRoland Stigge2012-07-131-12/+1
* | | | mtd: lpc32xx_slc: Adjust to pl08x DMA interface changesRoland Stigge2012-07-131-12/+1
* | | | mtd: add LPC32xx MLC NAND driverRoland Stigge2012-07-063-0/+948
* | | | mtd: lpc32xx_slc: Make probe() return -EPROBE_DEFER if necessaryRoland Stigge2012-07-061-0/+2
* | | | mtd: lpc32xx_slc: Use of_get_named_gpio()Roland Stigge2012-07-061-1/+1
* | | | mtd: lpc32xx_slc: Make wp gpio optionalAlexandre Pereira da Silva2012-07-061-4/+7