summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2015-12-18mtd: nand: nuc900: create and use mtd_to_nuc900()Boris BREZILLON
2015-12-18mtd: nand: fsmc: create and use mtd_to_fsmc()Boris BREZILLON
2015-12-18mtd: omap_elm: print interrupt resource using %prArnd Bergmann
2015-12-14mtd: bcm47xxnflash: really unregister NAND on device removalBrian Norris
2015-12-11mtd: nand: denali: add missing nand_release() call in denali_remove()Boris BREZILLON
2015-12-10mtd: brcmnand: defer to devm_ioremap_resource() for error checkingBrian Norris
2015-12-10mtd: brcmnand: Add support for the BCM6368Simon Arlott
2015-12-10mtd: brcmnand: Request and enable the clock if presentSimon Arlott
2015-12-10mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERHGeert Uytterhoeven
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON
2015-12-04mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen
2015-12-01mtd: brcmnand: drop brcmnand_host::of_node fieldBrian Norris
2015-12-01mtd: nand: sunxi: add missing of_node_putJulia Lawall
2015-12-01mtd: brcmnand: improve memory managementJulia Lawall
2015-12-01brcmnand: Clear EXT_ADDR error registers in PIO modeSimon Arlott
2015-11-20mtd: nand: atmel_nand: constify atmel_nand_caps structuresLABBE Corentin
2015-11-19mtd: nand: fix drivers abusing mtd->privBoris BREZILLON
2015-11-18mtd: brcmnand: drop unused subpage_read() supportBrian Norris
2015-11-18mtd: brcmnand: clean up flash cache for parameter pagesBrian Norris
2015-11-17mtd: mxc_nand: Remove bit-or operation with zeroFabio Estevam
2015-11-16mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume pathsEzequiel García
2015-11-16mtd: pxa3xx_nand: Remove dead codeEzequiel García
2015-11-16mtd: pxa3xx_nand: Remove redundant NAND sensingEzequiel García
2015-11-16mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanEzequiel García
2015-11-16mtd: pxa3xx_nand: Fix initial controller configurationEzequiel García
2015-11-16mtd: pxa3xx_nand: Increase the initial chunk sizeEzequiel García
2015-11-16Merge MTD 4.4 development into MTD -nextBrian Norris
2015-11-16mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris
2015-11-16mtd: jz4740_nand: fix build on jz4740 after removing gpio.hBrian Norris
2015-11-11mtd: nand: convert to nand_get_flash_node()Boris BREZILLON
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris
2015-11-11mtd: nand: convert to nand_set_flash_node()Brian Norris
2015-11-11mtd: {nand,spi-nor}: assign MTD of_nodeBrian Norris
2015-11-02mtd: nand: sunxi: avoid retrieving data before ECC passBoris BREZILLON
2015-11-02mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()Boris BREZILLON
2015-10-30mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()Anup Patel
2015-10-30mtd: brcmnand: factor out CFG and CFG_EXT bitfieldsBrian Norris
2015-10-26mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600Stefan Roese
2015-10-26mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helperBrian Norris
2015-10-26mtd: nand: increase ready wait timeout and report timeoutsAlex Smith
2015-10-26mtd: pxa3xx_nand: clean up the pxa3xx timingsAntoine Ténart
2015-10-26mtd: pxa3xx_nand: rework flash detection and timing setupAntoine Ténart
2015-10-26mtd: pxa3xx_nand: add helpers to setup the timingsAntoine Ténart
2015-10-26mtd: pxa3xx_nand: fix some compile issues on non-ARM archesAntoine Ténart
2015-10-20mtd: lpc32xx_mlc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy
2015-10-20mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy
2015-10-19mtd: pxa3xx_nand: switch to device PMBrian Norris
2015-10-19mtd: pxa3xx_nand: don't duplicate MTD suspend/resumeBrian Norris
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON