aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-05mtd: atmel_nand: add Nand Flash Controller (NFC) supportJosh Wu2-33/+476
2013-08-05mtd: atmel_nand: replace pmecc enable code with one function.Josh Wu1-15/+26
2013-08-05mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremapJean-Christophe PLAGNIOL-VILLARD1-115/+65
2013-08-05mtd: nandsim: remove unused ns->geom.oobshiftAkinobu Mita1-3/+1
2013-08-05mtd: nandsim: remove unused codeAkinobu Mita1-6/+0
2013-08-05mtd: nandsim: use NS_RAW_OFFSET()Akinobu Mita1-2/+2
2013-08-05mtd: nandsim: simplify NS_RAW_OFFSET()Akinobu Mita1-1/+1
2013-08-05mtd: nandsim: use kasprintf()Akinobu Mita1-3/+1
2013-08-05mtd: nandsim: convert pages_written[] to bitmapAkinobu Mita1-7/+8
2013-08-05mtd: nand: detect OOB size for Toshiba 24nm raw SLCBrian Norris1-0/+16
2013-08-05mtd: atmel_nand: fix pmecc selction for ecc requirement typoJosh Wu1-3/+3
2013-08-05mtd: nand: fix NAND_BUSWIDTH_AUTO for x16 devicesBrian Norris1-3/+5
2013-08-05mtd: diskonchip: remove unused entries in KconfigMichael Opdenacker1-2/+2
2013-08-05mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-9/+0
2013-08-05mtd: gpmi-nand: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-9/+0
2013-08-05mtd: nand: mxc_nand: Remove unneeded check for platform_get_resource()Fabio Estevam1-5/+0
2013-08-05mtd: atmel_nand: using a stronger ECC is not dangerousRichard Genoud1-1/+1
2013-08-05mtd: nand: txx9ndfmc: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-05mtd: nand: sharpsl: remove unnecessary platform_set_drvdata()Jingoo Han1-3/+0
2013-08-05mtd: nand: s3c2410: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-08-05mtd: nand: pxa3xx_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-05mtd: nand: plat_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-05mtd: nand: orion_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-05mtd: nand: omap2: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-05mtd: nand: nuc900_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-08-05mtd: nand: mxc_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-08-05mtd: nand: lpc32xx: remove unnecessary platform_set_drvdata()Jingoo Han2-4/+0
2013-08-05mtd: nand: jz4740_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-08-05mtd: nand: gpmi-nand: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-08-05mtd: nand: fsmc_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-08-05mtd: nand: docg4: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-08-05mtd: nand: bf5xx_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-3/+0
2013-08-05mtd: nand: atmel_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-05mtd: nand: ams-delta: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-05mtd: nand: pxa3xx: Add support for Read parameter page commandEzequiel Garcia1-0/+10
2013-08-05mtd: nand: pxa3xx: Add address support for READID commandEzequiel Garcia1-0/+1
2013-08-05mtd: nand: pxa3xx: Fix MODULE_DEVICE_TABLE declarationEzequiel Garcia1-1/+1
2013-08-05mtd: nand: pxa3xx: Use of_machine_is_compatible()Ezequiel Garcia1-1/+1
2013-08-05mtd: nand: pxa3xx: Set info->use_dma properlyEzequiel Garcia1-0/+1
2013-08-05mtd: atmel_nand: add a new dt binding item for nand dma supportJosh Wu1-8/+3
2013-08-05mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataJosh Wu1-7/+6
2013-08-05mtd: gpmi-nand: fix error return from gpmi_get_clks()Michał Mirosław1-4/+8
2013-08-05mtd: nand: davinci: use devm_ioremap_resource()Laurent Navet1-5/+8
2013-08-05mtd: nand_base: Only use GET/SET FEATURES command on chips that support them.David Mosberger1-2/+6
2013-08-05mtd: nand: fsmc: update of OF supportMian Yousaf Kaukab1-0/+18
2013-08-05mtd: nand: pxa3xx: Move buffer release code to its own functionEzequiel Garcia1-12/+14
2013-08-05mtd: nand: pxa3xx: Check for clk_prepare_enable() return valueEzequiel Garcia1-1/+3
2013-08-05mtd: nand: pxa3xx: Use clk_prepare_enable and clk_disable_unprepareEzequiel Garcia1-3/+3
2013-08-05mtd: nand: pxa3xx: Use devm_clk_getEzequiel Garcia1-9/+7
2013-08-05mtd: nand: pxa3xx: Use devm_ioremap_resourceEzequiel Garcia1-27/+4