summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2013-08-30mtd: nand: remove NAND_BBT_SCANEMPTYBrian Norris
2013-08-30mtd: nand: hide in-memory BBT implementation detailsBrian Norris
2013-08-30mtd: nand: refactor chip->block_markbad interfaceBrian Norris
2013-08-30mtd: nand: eliminate castBrian Norris
2013-08-30mtd: nand: remove multiplied-by-2 block logicBrian Norris
2013-08-30mtd: nand: add accessors, macros for in-memory BBTBrian Norris
2013-08-23mtd: mpc5121_nfc: cleanup clock API useGerhard Sittig
2013-08-05mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sramJosh Wu
2013-08-05mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sramJosh Wu
2013-08-05mtd: atmel_nand: add Nand Flash Controller (NFC) supportJosh Wu
2013-08-05mtd: atmel_nand: replace pmecc enable code with one function.Josh Wu
2013-08-05mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremapJean-Christophe PLAGNIOL-VILLARD
2013-08-05mtd: nandsim: remove unused ns->geom.oobshiftAkinobu Mita
2013-08-05mtd: nandsim: remove unused codeAkinobu Mita
2013-08-05mtd: nandsim: use NS_RAW_OFFSET()Akinobu Mita
2013-08-05mtd: nandsim: simplify NS_RAW_OFFSET()Akinobu Mita
2013-08-05mtd: nandsim: use kasprintf()Akinobu Mita
2013-08-05mtd: nandsim: convert pages_written[] to bitmapAkinobu Mita
2013-08-05mtd: nand: detect OOB size for Toshiba 24nm raw SLCBrian Norris
2013-08-05mtd: atmel_nand: fix pmecc selction for ecc requirement typoJosh Wu
2013-08-05mtd: nand: fix NAND_BUSWIDTH_AUTO for x16 devicesBrian Norris
2013-08-05mtd: diskonchip: remove unused entries in KconfigMichael Opdenacker
2013-08-05mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probeWolfram Sang
2013-08-05mtd: gpmi-nand: don't use devm_pinctrl_get_select_default() in probeWolfram Sang
2013-08-05mtd: nand: mxc_nand: Remove unneeded check for platform_get_resource()Fabio Estevam
2013-08-05mtd: atmel_nand: using a stronger ECC is not dangerousRichard Genoud
2013-08-05mtd: nand: txx9ndfmc: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: sharpsl: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: s3c2410: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: pxa3xx_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: plat_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: orion_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: omap2: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: nuc900_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: mxc_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: lpc32xx: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: jz4740_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: gpmi-nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: fsmc_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: docg4: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: bf5xx_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: atmel_nand: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: ams-delta: remove unnecessary platform_set_drvdata()Jingoo Han
2013-08-05mtd: nand: pxa3xx: Add support for Read parameter page commandEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Add address support for READID commandEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Fix MODULE_DEVICE_TABLE declarationEzequiel Garcia
2013-08-05mtd: nand: pxa3xx: Use of_machine_is_compatible()Ezequiel Garcia
2013-08-05mtd: nand: pxa3xx: Set info->use_dma properlyEzequiel Garcia
2013-08-05mtd: atmel_nand: add a new dt binding item for nand dma supportJosh Wu
2013-08-05mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataJosh Wu