summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2016-04-19mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon4-48/+146
2016-04-19mtd: docg3: use mtd_set_ecclayout() where appropriateBoris Brezillon1-1/+1
2016-04-19mtd: onenand: use mtd_set_ecclayout() where appropriateBoris Brezillon1-1/+1
2016-04-19mtd: nand: use mtd_set_ecclayout() where appropriateBoris Brezillon1-1/+1
2016-04-19mtd: use mtd_set_ecclayout() where appropriateBoris Brezillon2-2/+2
2016-04-19mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-60/+15
2016-04-19mtd: nand: qcom: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-5/+3
2016-04-19mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-11/+14
2016-04-19mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-3/+14
2016-04-19mtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-4/+5
2016-04-19mtd: nand: fsl_ifc: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-5/+9
2016-04-19mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-19/+31
2016-04-19mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2-113/+100
2016-04-19mtd: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-19/+88
2016-04-19mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon1-0/+400
2016-04-19mtd: nand: sunxi: make cur_off parameter optional in extra oob helpersBoris Brezillon1-4/+6
2016-04-19mtd: nand: sunxi: make OOB retrieval optionalBoris Brezillon1-11/+16
2016-04-19mtd: nand: sunxi: move some ECC related operations to their own functionsBoris Brezillon1-55/+108
2016-04-19mtd: nand: sunxi: poll for events instead of using interruptsBoris Brezillon1-14/+31
2016-04-19mtd: nand: sunxi: make use of readl_poll_timeout()Boris Brezillon1-17/+17
2016-04-19mtd: nand: sunxi: fix ->dev_ready() implementationBoris Brezillon1-7/+0
2016-04-19mtd: nand: enable ECC pipeliningBoris Brezillon1-1/+2
2016-04-19mtd: nand: sunxi: disable clks on device removalBoris Brezillon1-0/+2
2016-04-19mtd: nand: sunxi: fix NFC_CTL settingBoris Brezillon1-1/+1
2016-04-19mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macroBoris Brezillon1-1/+1
2016-04-19mtd: nand: sunxi: let the NAND controller control the CE lineBoris Brezillon1-10/+0
2016-04-19mtd: nand: sunxi: improve ->cmd_ctrl() functionBoris Brezillon1-8/+44
2016-04-19mtd: nand: sunxi: implement ->read_subpage()Boris Brezillon1-0/+36
2016-04-19mtd: nand: sunxi: implement ->read_oob()/->write_oob()Boris Brezillon1-0/+40
2016-04-19mtd: nand: export default read/write oob functionsBoris Brezillon1-8/+10
2016-04-19mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timingsBoris Brezillon1-0/+12
2016-04-19mtd: nand: sunxi: fix EDO mode selectionBoris Brezillon1-7/+11
2016-04-19mtd: nand: sunxi: fix clk rate calculationBoris Brezillon1-5/+5
2016-04-19mtd: nand: sunxi: fix call order in sunxi_nand_chip_init()Boris Brezillon1-15/+15
2016-04-19mtd: nand: pxa3xx: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-17/+11
2016-04-19mtd: nand: atmel: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-60/+73
2016-04-19mtd: nand: pasemi: switch to dev_* printing functionsRafał Miłecki1-8/+7
2016-04-19mtd: nand: socrates: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: plat: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: pasemi: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: orion: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: nuc900: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: mxc: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: gpio: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: ams-delta: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: brcm: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-3/+2
2016-04-19mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-11/+7
2016-04-19mtd: nand: remove unneeded of_mtd.h inclusionsBoris Brezillon5-5/+0
2016-04-19mtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data()Zhaoxiu Zeng1-1/+2
2016-04-19mtd/ifc: Add support for IFC controller version 2.0Raghav Dogra1-33/+39