mtd: nand: sunxi: switch to mtd_ooblayout_ops
[deliverable/linux.git] / drivers /
2016-05-05  Boris Brezillonmtd: nand: sunxi: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: sm_common: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: sh_flctl: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: s3c2410: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: pxa3xx: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: omap2: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: mxc: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: lpc32xx: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: jz4780: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: hisi504: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: gpmi: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: fsmc: get rid of the fsmc_nand_eccplace...
2016-05-05  Boris Brezillonmtd: nand: fsmc: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: fsl_ifc: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: fsl_elbc: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: docg4: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: diskonchip: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: denali: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: davinci: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: cafe: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: brcm: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: bf5xx: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: atmel: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: jz4740: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: sharpsl: switch to mtd_ooblayout_ops
2016-05-05  Boris Brezillonmtd: nand: bch: switch to mtd_ooblayout_ops
2016-04-19  Boris Brezillonmtd: nand: implement the default mtd_ooblayout_ops
2016-04-19  Boris Brezillonmtd: docg3: switch to mtd_ooblayout_ops
2016-04-19  Boris Brezillonmtd: create an mtd_ooblayout_ops struct to ease ECC...
2016-04-19  Boris Brezillonmtd: docg3: use mtd_set_ecclayout() where appropriate
2016-04-19  Boris Brezillonmtd: onenand: use mtd_set_ecclayout() where appropriate
2016-04-19  Boris Brezillonmtd: nand: use mtd_set_ecclayout() where appropriate
2016-04-19  Boris Brezillonmtd: use mtd_set_ecclayout() where appropriate
2016-04-19  Boris Brezillonmtd: onenand: use mtd_ooblayout_xxx() helpers where...
2016-04-19  Boris Brezillonmtd: nand: qcom: use mtd_ooblayout_xxx() helpers where...
2016-04-19  Boris Brezillonmtd: nand: omap2: use mtd_ooblayout_xxx() helpers where...
2016-04-19  Boris Brezillonmtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers...
2016-04-19  Boris Brezillonmtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where...
2016-04-19  Boris Brezillonmtd: nand: fsl_ifc: use mtd_ooblayout_xxx() helpers...
2016-04-19  Boris Brezillonmtd: nand: atmel: use mtd_ooblayout_xxx() helpers where...
2016-04-19  Boris Brezillonmtd: nand: core: use mtd_ooblayout_xxx() helpers where...
2016-04-19  Boris Brezillonmtd: use mtd_ooblayout_xxx() helpers where appropriate
2016-04-19  Boris Brezillonmtd: add mtd_ooblayout_xxx() helper functions
2016-04-19  Boris Brezillonmtd: nand: sunxi: make cur_off parameter optional in...
2016-04-19  Boris Brezillonmtd: nand: sunxi: make OOB retrieval optional
2016-04-19  Boris Brezillonmtd: nand: sunxi: move some ECC related operations...
2016-04-19  Boris Brezillonmtd: nand: sunxi: poll for events instead of using...
2016-04-19  Boris Brezillonmtd: nand: sunxi: make use of readl_poll_timeout()
2016-04-19  Boris Brezillonmtd: nand: sunxi: fix ->dev_ready() implementation
2016-04-19  Boris Brezillonmtd: nand: enable ECC pipelining
2016-04-19  Boris Brezillonmtd: nand: sunxi: disable clks on device removal
2016-04-19  Boris Brezillonmtd: nand: sunxi: fix NFC_CTL setting
2016-04-19  Boris Brezillonmtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macro
2016-04-19  Boris Brezillonmtd: nand: sunxi: let the NAND controller control the...
2016-04-19  Boris Brezillonmtd: nand: sunxi: improve ->cmd_ctrl() function
2016-04-19  Boris Brezillonmtd: nand: sunxi: implement ->read_subpage()
2016-04-19  Boris Brezillonmtd: nand: sunxi: implement ->read_oob()/->write_oob()
2016-04-19  Boris Brezillonmtd: nand: export default read/write oob functions
2016-04-19  Boris Brezillonmtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR...
2016-04-19  Boris Brezillonmtd: nand: sunxi: fix EDO mode selection
2016-04-19  Boris Brezillonmtd: nand: sunxi: fix clk rate calculation
2016-04-19  Boris Brezillonmtd: nand: sunxi: fix call order in sunxi_nand_chip_init()
2016-04-19  Boris Brezillonmtd: nand: pxa3xx: rely on generic DT parsing done...
2016-04-19  Boris Brezillonmtd: nand: atmel: rely on generic DT parsing done in...
2016-04-19  Rafał Miłeckimtd: nand: pasemi: switch to dev_* printing functions
2016-04-19  Rafał Miłeckimtd: nand: socrates: set ECC algorithm explicitly
2016-04-19  Rafał Miłeckimtd: nand: plat: set ECC algorithm explicitly
2016-04-19  Rafał Miłeckimtd: nand: pasemi: set ECC algorithm explicitly
2016-04-19  Rafał Miłeckimtd: nand: orion: set ECC algorithm explicitly
2016-04-19  Rafał Miłeckimtd: nand: nuc900: set ECC algorithm explicitly
2016-04-19  Rafał Miłeckimtd: nand: mxc: set ECC algorithm explicitly
2016-04-19  Rafał Miłeckimtd: nand: gpio: set ECC algorithm explicitly
2016-04-19  Rafał Miłeckimtd: nand: ams-delta: set ECC algorithm explicitly
2016-04-19  Boris Brezillonmtd: nand: brcm: rely on generic DT parsing done in...
2016-04-19  Boris Brezillonmtd: nand: omap2: rely on generic DT parsing done in...
2016-04-19  Boris Brezillonmtd: nand: remove unneeded of_mtd.h inclusions
2016-04-19  Zhaoxiu Zengmtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data()
2016-04-19  Raghav Dogramtd/ifc: Add support for IFC controller version 2.0
2016-04-19  Ezequiel Garcíamtd: nand: Remove BUG() abuse in nand_scan_tail
2016-04-19  Han Xumtd: gpmi: fix raw_buffer pointer double free issue
2016-04-19  Florian Fainellimtd: brcmnand: Add support for v6.2 controllers
2016-04-19  Jorge Ramirez-Ortizmtd: nand: jz4780: fixup, device structure assigned...
2016-04-19  Boris Brezillonmtd: nand: atmel: correct bitflips in erased pages...
2016-04-19  Rafał Miłeckimtd: nand: nandsim: set ECC algorithm explicitly
2016-04-19  Rafał Miłeckimtd: nand: set ECC algorithm in nand_dt_init
2016-04-19  Rafał Miłeckiof: mtd: prepare helper reading NAND ECC algo from DT
2016-04-19  Boris BrezillonMerge branch 'mtd-nand-trigger' of git://git./linux...
2016-04-19  Boris BrezillonMerge branch 'for-v4.7/gpmc-mtd-common' of github.com...
2016-04-15  Roger Quadrosmtd: nand: omap2: Implement NAND ready using gpiolib
2016-04-15  Roger Quadrosmemory: omap-gpmc: Prevent GPMC_STATUS from being acces...
2016-04-15  Roger Quadrosmemory: omap-gpmc: Support WAIT pin edge interrupts
2016-04-15  Roger Quadrosmemory: omap-gpmc: Reserve WAITPIN if needed for WAIT...
2016-04-15  Roger Quadrosmemory: omap-gpmc: Support general purpose input for...
2016-04-15  Roger Quadrosmemory: omap-gpmc: Prevent mapping into 1st 16MB
2016-04-15  Roger Quadrosmtd: nand: omap: Clean up device tree support
2016-04-15  Roger Quadrosmtd: nand: omap: Copy platform data parameters to omap_...
2016-04-15  Roger Quadrosmtd: nand: omap: Switch to using GPMC-NAND ops for...
2016-04-15  Roger Quadrosmtd: nand: omap: Use gpmc_omap_get_nand_ops() to get...
2016-04-15  Roger Quadrosmemory: omap-gpmc: Implement IRQ domain for NAND IRQs
2016-04-15  Roger Quadrosmemory: omap-gpmc: Add GPMC-NAND ops to get writebuffer...
next
This page took 0.044064 seconds and 8 git commands to generate.