summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2016-05-05mtd: nand: jz4780: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: hisi504: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: gpmi: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: fsmc: get rid of the fsmc_nand_eccplace structBoris Brezillon
2016-05-05mtd: nand: fsmc: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: fsl_ifc: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: fsl_elbc: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: docg4: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: diskonchip: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: denali: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: davinci: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: cafe: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: brcm: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: bf5xx: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: atmel: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: jz4740: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: sharpsl: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: bch: switch to mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: nand: use mtd_set_ecclayout() where appropriateBoris Brezillon
2016-04-19mtd: nand: qcom: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon
2016-04-19mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon
2016-04-19mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon
2016-04-19mtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon
2016-04-19mtd: nand: fsl_ifc: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon
2016-04-19mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon
2016-04-19mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon
2016-04-19mtd: nand: sunxi: make cur_off parameter optional in extra oob helpersBoris Brezillon
2016-04-19mtd: nand: sunxi: make OOB retrieval optionalBoris Brezillon
2016-04-19mtd: nand: sunxi: move some ECC related operations to their own functionsBoris Brezillon
2016-04-19mtd: nand: sunxi: poll for events instead of using interruptsBoris Brezillon
2016-04-19mtd: nand: sunxi: make use of readl_poll_timeout()Boris Brezillon
2016-04-19mtd: nand: sunxi: fix ->dev_ready() implementationBoris Brezillon
2016-04-19mtd: nand: enable ECC pipeliningBoris Brezillon
2016-04-19mtd: nand: sunxi: disable clks on device removalBoris Brezillon
2016-04-19mtd: nand: sunxi: fix NFC_CTL settingBoris Brezillon
2016-04-19mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macroBoris Brezillon
2016-04-19mtd: nand: sunxi: let the NAND controller control the CE lineBoris Brezillon
2016-04-19mtd: nand: sunxi: improve ->cmd_ctrl() functionBoris Brezillon
2016-04-19mtd: nand: sunxi: implement ->read_subpage()Boris Brezillon
2016-04-19mtd: nand: sunxi: implement ->read_oob()/->write_oob()Boris Brezillon
2016-04-19mtd: nand: export default read/write oob functionsBoris Brezillon
2016-04-19mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timingsBoris Brezillon
2016-04-19mtd: nand: sunxi: fix EDO mode selectionBoris Brezillon
2016-04-19mtd: nand: sunxi: fix clk rate calculationBoris Brezillon
2016-04-19mtd: nand: sunxi: fix call order in sunxi_nand_chip_init()Boris Brezillon
2016-04-19mtd: nand: pxa3xx: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon
2016-04-19mtd: nand: atmel: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon
2016-04-19mtd: nand: pasemi: switch to dev_* printing functionsRafał Miłecki
2016-04-19mtd: nand: socrates: set ECC algorithm explicitlyRafał Miłecki