summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: jz4780: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-14/+5
* mtd: nand: hisi504: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-3/+23
* mtd: nand: gpmi: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-12/+40
* mtd: nand: fsmc: get rid of the fsmc_nand_eccplace structBoris Brezillon2016-05-052-63/+15
* mtd: nand: fsmc: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-216/+82
* mtd: nand: fsl_ifc: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-164/+66
* mtd: nand: fsl_elbc: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-36/+47
* mtd: nand: docg4: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-5/+28
* mtd: nand: diskonchip: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-15/+45
* mtd: nand: denali: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-15/+35
* mtd: nand: davinci: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-74/+44
* mtd: nand: cafe: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-12/+32
* mtd: nand: brcm: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-101/+157
* mtd: nand: bf5xx: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-23/+28
* mtd: nand: atmel: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-46/+38
* mtd: nand: jz4740: switch to mtd_ooblayout_opsBoris Brezillon2016-05-053-38/+53
* mtd: nand: sharpsl: switch to mtd_ooblayout_opsBoris Brezillon2016-05-053-12/+47
* mtd: nand: bch: switch to mtd_ooblayout_opsBoris Brezillon2016-05-052-30/+26
* mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon2016-04-192-49/+96
* mtd: docg3: switch to mtd_ooblayout_opsBoris Brezillon2016-04-191-11/+35
* mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon2016-04-195-52/+174
* mtd: docg3: use mtd_set_ecclayout() where appropriateBoris Brezillon2016-04-191-1/+1
* mtd: onenand: use mtd_set_ecclayout() where appropriateBoris Brezillon2016-04-191-1/+1
* mtd: nand: use mtd_set_ecclayout() where appropriateBoris Brezillon2016-04-191-1/+1
* mtd: use mtd_set_ecclayout() where appropriateBoris Brezillon2016-04-192-2/+2
* mtd: add mtd_set_ecclayout() helper functionBoris Brezillon2016-04-191-0/+6
* mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-60/+15
* mtd: nand: qcom: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-5/+3
* mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-11/+14
* mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-3/+14
* mtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-4/+5
* mtd: nand: fsl_ifc: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-5/+9
* mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-19/+31
* mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-192-113/+100
* mtd: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-19/+88
* mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon2016-04-192-0/+433
* mtd: nand: sunxi: make cur_off parameter optional in extra oob helpersBoris Brezillon2016-04-191-4/+6
* mtd: nand: sunxi: make OOB retrieval optionalBoris Brezillon2016-04-191-11/+16
* mtd: nand: sunxi: move some ECC related operations to their own functionsBoris Brezillon2016-04-191-55/+108
* mtd: nand: sunxi: poll for events instead of using interruptsBoris Brezillon2016-04-191-14/+31
* mtd: nand: sunxi: make use of readl_poll_timeout()Boris Brezillon2016-04-191-17/+17
* mtd: nand: sunxi: fix ->dev_ready() implementationBoris Brezillon2016-04-191-7/+0
* mtd: nand: enable ECC pipeliningBoris Brezillon2016-04-191-1/+2
* mtd: nand: sunxi: disable clks on device removalBoris Brezillon2016-04-191-0/+2
* mtd: nand: sunxi: fix NFC_CTL settingBoris Brezillon2016-04-191-1/+1
* mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macroBoris Brezillon2016-04-191-1/+1
* mtd: nand: sunxi: let the NAND controller control the CE lineBoris Brezillon2016-04-191-10/+0
* mtd: nand: sunxi: improve ->cmd_ctrl() functionBoris Brezillon2016-04-191-8/+44
* mtd: nand: sunxi: implement ->read_subpage()Boris Brezillon2016-04-191-0/+36
* mtd: nand: sunxi: implement ->read_oob()/->write_oob()Boris Brezillon2016-04-191-0/+40