summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: jz4780_nand: replace if/else blocks with switch/caseBrian Norris2016-01-081-15/+19
* mtd: nand: jz4780: Update ecc correction error codesHarvey Hunt2016-01-081-4/+4
* mtd: nandsim: use nand_get_controller_data()Brian Norris2016-01-071-6/+12
* mtd: jz4780_nand: remove useless mtd->priv = chip assignmentBrian Norris2016-01-071-1/+0Star
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-0726-257/+260
* mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCsAlex Smith2016-01-075-0/+857
* mtd: nand: jz4740: remove custom 'erased check' implementationBoris BREZILLON2016-01-071-18/+1Star
* mtd: nand: diskonchip: remove custom 'erased check' implementationBoris BREZILLON2016-01-071-35/+3Star
* mtd: nand: davinci: remove custom 'erased check' implementationBoris BREZILLON2016-01-071-8/+1Star
* mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON2016-01-071-7/+46
* mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON2016-01-079-21/+29
* mtd: nand: assign reasonable default name for NAND driversBrian Norris2016-01-061-0/+3
* mtd: nand: fix for drop unnecessary partition parser dataStephen Rothwell2016-01-061-1/+0Star
* mtd: sh_flctl: pass FIFO as physical addressArnd Bergmann2015-12-191-2/+3
* mtd: denali: make MTD_NAND_DENALI_DT dependent on OFMasahiro Yamada2015-12-191-1/+1
* mtd: nand: Disable subpage writes for drivers without ecc->hwctlHelmut Schaa2015-12-191-1/+1
* mtd: nand: remove unused and buggy get_platform_nandchip() helper functionBoris BREZILLON2015-12-181-1/+0Star
* mtd: nand: kill the chip->flash_node fieldBoris BREZILLON2015-12-181-3/+0Star
* mtd: nand: simplify nand_dt_init() usageBoris BREZILLON2015-12-181-10/+11
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-1842-46/+0Star
* mtd: nand: denali: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-182-32/+38
* mtd: nand: socrates: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-3/+2Star
* mtd: nand: bcm47xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-183-6/+7
* mtd: nand: docg4: simplify error caseBrian Norris2015-12-181-8/+4Star
* mtd: nand: s3c2410: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-9/+14
* mtd: nand: vf610: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-3/+5
* mtd: nand: txx9ndfmc: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-2/+1Star
* mtd: nand: tmio: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-4/+6
* mtd: nand: sunxi: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+6Star
* mtd: nand: sharpsl: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-9/+13
* mtd: nand: sh_flctl: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-4/+4
* mtd: nand: r852: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-182-20/+15Star
* mtd: nand: pxa3xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-16/+17
* mtd: nand: plat: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+8
* mtd: nand: pasemi: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+5Star
* mtd: nand: orion: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-2/+2
* mtd: nand: omap2: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+7
* mtd: nand: nuc900: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-8/+8
* mtd: nand: ndfc: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-11/+13
* mtd: nand: nandsim: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-6/+6
* mtd: nand: mxc: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-3/+2Star
* mtd: nand: mpc5121: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-2/+1Star
* mtd: nand: lpc32xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-182-8/+6Star
* mtd: nand: jz4740: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-5/+4Star
* mtd: nand: hisi504: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+6Star
* mtd: nand: gpmi: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-183-14/+12Star
* mtd: nand: gpio: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-9/+12
* mtd: nand: fsmc: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-12/+10Star
* mtd: nand: fsl_upm: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-13/+16
* mtd: nand: fsl_ifc: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-12/+16