summary refs log tree commit diff
path: root/drivers
AgeCommit message (Expand)Author
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: docg3: switch to mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon
2016-04-19mtd: docg3: use mtd_set_ecclayout() where appropriateBoris Brezillon
2016-04-19mtd: onenand: use mtd_set_ecclayout() where appropriateBoris Brezillon
2016-04-19mtd: nand: use mtd_set_ecclayout() where appropriateBoris Brezillon
2016-04-19mtd: use mtd_set_ecclayout() where appropriateBoris Brezillon
2016-04-19mtd: onenand: use mtd_ooblayout_xxx() helpers 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: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon
2016-04-19mtd: add mtd_ooblayout_xxx() helper functionsBoris 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
2016-04-19mtd: nand: plat: set ECC algorithm explicitlyRafał Miłecki
2016-04-19mtd: nand: pasemi: set ECC algorithm explicitlyRafał Miłecki
2016-04-19mtd: nand: orion: set ECC algorithm explicitlyRafał Miłecki
2016-04-19mtd: nand: nuc900: set ECC algorithm explicitlyRafał Miłecki