summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2012-09-29mtd: gpmi: do not get the clock frequency in gpmi_begin()Huang Shijie1-6/+4
2012-09-29mtd: gpmi: add a new field for HW_GPMI_TIMING1Huang Shijie3-8/+22
2012-09-29mtd: add helpers to set/get features for ONFI nandHuang Shijie1-0/+50
2012-09-29mtd: fsl_ifc_nand: fix sparse warningsKim Phillips1-3/+3
2012-09-29mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud1-0/+1
2012-09-29mtd: docg4: ecc.read_page() returns 0 on uncorrectable errorsMike Dunn1-0/+2
2012-09-29mtd: nand: use NAND_BBT_SCAN_MAXBLOCKSRichard Genoud1-4/+5
2012-09-29mtd: remove bcmring NAND driverChristian Daudt6-1246/+0
2012-09-29mtd: nand: clk: preparation for switch to common clock frameworkm-karicheri2@ti.com1-3/+3
2012-09-29mtd: nand/gpio: Convert to module_platform_driver()Sachin Kamat1-14/+1
2012-09-29mtd: mxc_nand: Adapt the clock name to the new clock frameworkFabio Estevam1-1/+1
2012-09-29mtd: mxc_nand: Convert to module_platform_driver()Fabio Estevam1-15/+3
2012-09-29mtd: gpmi-nand: Convert to module_platform_driver()Fabio Estevam1-22/+7
2012-09-29mtd: gpmi-nand: Improve logging styleFabio Estevam1-3/+6
2012-09-29mtd: omap2: fix module loadingAndreas Bießmann1-0/+1
2012-09-29mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann1-1/+1
2012-09-29mtd: nand: Added a device flag for subpage read supportJeff Westfahl1-2/+7
2012-09-29mtd: orion_nand: remove <mach/hardware.h> includeThomas Petazzoni1-1/+0
2012-09-29mtd: lpc32xx_mlc: Cleanup after DT-only conversionRoland Stigge1-28/+18
2012-09-29mtd: lpc32xx_slc: Cleanup after DT-only conversionRoland Stigge1-31/+21
2012-09-29mtd: allow MTD_NAND_GPMI_NAND to be built as moduleFabio Estevam1-1/+1
2012-09-29mtd: nand: nand_bbt: export nand_update_bbtFabio Estevam1-1/+2
2012-09-29mtd: nand: rename create_bbt()'s 'len' variable to 'numpages'Shmulik Ladkani1-12/+12
2012-09-29mtd: s3c2410: Fix compiler warningsSachin Kamat1-0/+2
2012-09-29mtd: s3c2410: Use devm_* functionsSachin Kamat1-37/+10
2012-09-29mtd: lantiq: Add NAND support on Lantiq XWAY SoC.John Crispin3-0/+210
2012-09-29mtd: check for valid pdata inside plat_nandJohn Crispin1-0/+5
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie24-546/+0
2012-09-29mtd: use %*ph[CN] to dump small buffersAndy Shevchenko2-21/+8
2012-09-29mtd: gpmi: fix the compiler warningsHuang Shijie3-16/+12
2012-09-29mtd: nand: davinci: add OF support for davinci nand controllerHeiko Schocher1-1/+71
2012-09-29mtd: s3c2410: Fix line over 80 characters warningSachin Kamat1-10/+20
2012-09-29mtd: s3c2410: Fix checkpatch warnings and errors related to whitespacesSachin Kamat1-8/+9
2012-09-29mtd: s3c2410: Do not initialise statics to 0 or NULLSachin Kamat1-37/+27
2012-09-29mtd: s3c2410: Use <linux/io.h> instead of <asm/io.h>Sachin Kamat1-2/+1
2012-09-29mtd: s3c2410: Use pr_* instead of printkSachin Kamat1-1/+4
2012-09-29mtd: s3c2410: Use module_platform_driver()Sachin Kamat1-14/+1
2012-09-29mtd: nand: Include IMX6 in the list of supported SoCsFabio Estevam1-1/+1
2012-09-29mtd: omap2: fix some typos in commentsPeter Meerwald1-5/+5
2012-09-29mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris1-5/+2
2012-09-29mtd: atmel nand: fix gpio missing requestJean-Christophe PLAGNIOL-VILLARD1-2/+63
2012-09-29mtd: docg4: fix oob readsMike Dunn1-27/+6
2012-09-29mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driverRoland Stigge1-2/+11
2012-09-29mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driverRoland Stigge1-2/+11
2012-09-29mtd: nand: rename '_raw' BBT scan functionsBrian Norris1-10/+10
2012-09-29mtd: nand: use ECC, if present, when scanning OOBBrian Norris1-7/+20
2012-09-29mtd: nand_bbt: use string libraryBrian Norris1-18/+9
2012-09-29mtd: nand: remove unused 'int' return codesBrian Norris1-11/+8
2012-09-29mtd: gpmi: change the code for clocksHuang Shijie3-18/+112
2012-09-29mtd: sh_flctl: Only copy OOB data if it is requiredBastian Hecht1-1/+2