summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
...
* mtd: nand: fsl_elbc: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-11/+15
* mtd: nand: docg4: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-11/+12
* mtd: nand: diskonchip: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+7
* mtd: nand: davinci: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-14/+16
* mtd: nand: cmx270: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-9/+5Star
* mtd: nand: cs553x: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-9/+8Star
* mtd: nand: cafe: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-5/+5
* mtd: nand: brcm: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+6Star
* mtd: nand: bf5xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-6/+6
* mtd: nand: au1550nd: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-8/+11
* mtd: nand: atmel: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-6/+7
* mtd: nand: ams-delta: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-8/+5Star
* mtd: nand: omap2: create and use mtd_to_omap()Boris BREZILLON2015-12-181-34/+21Star
* mtd: nand: nuc900: create and use mtd_to_nuc900()Boris BREZILLON2015-12-181-15/+10Star
* mtd: nand: fsmc: create and use mtd_to_fsmc()Boris BREZILLON2015-12-181-17/+14Star
* mtd: omap_elm: print interrupt resource using %prArnd Bergmann2015-12-181-1/+1
* mtd: bcm47xxnflash: really unregister NAND on device removalBrian Norris2015-12-141-3/+4
* mtd: nand: denali: add missing nand_release() call in denali_remove()Boris BREZILLON2015-12-111-2/+9
* mtd: brcmnand: defer to devm_ioremap_resource() for error checkingBrian Norris2015-12-101-3/+0Star
* mtd: brcmnand: Add support for the BCM6368Simon Arlott2015-12-102-0/+146
* mtd: brcmnand: Request and enable the clock if presentSimon Arlott2015-12-101-14/+50
* mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERHGeert Uytterhoeven2015-12-101-1/+1
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-0838-276/+276
* mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON2015-12-085-71/+71
* mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen2015-12-051-1/+0Star
* mtd: brcmnand: drop brcmnand_host::of_node fieldBrian Norris2015-12-011-5/+2Star
* mtd: nand: sunxi: add missing of_node_putJulia Lawall2015-12-011-1/+3
* mtd: brcmnand: improve memory managementJulia Lawall2015-12-011-2/+6
* brcmnand: Clear EXT_ADDR error registers in PIO modeSimon Arlott2015-12-011-0/+2
* mtd: nand: atmel_nand: constify atmel_nand_caps structuresLABBE Corentin2015-11-201-3/+3
* mtd: nand: fix drivers abusing mtd->privBoris BREZILLON2015-11-192-23/+41
* mtd: brcmnand: drop unused subpage_read() supportBrian Norris2015-11-181-11/+0Star
* mtd: brcmnand: clean up flash cache for parameter pagesBrian Norris2015-11-181-4/+9
* mtd: mxc_nand: Remove bit-or operation with zeroFabio Estevam2015-11-171-2/+1Star
* mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume pathsEzequiel García2015-11-171-0/+6
* mtd: pxa3xx_nand: Remove dead codeEzequiel García2015-11-171-5/+0Star
* mtd: pxa3xx_nand: Remove redundant NAND sensingEzequiel García2015-11-171-33/+8Star
* mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanEzequiel García2015-11-161-16/+14Star
* mtd: pxa3xx_nand: Fix initial controller configurationEzequiel García2015-11-161-13/+22
* mtd: pxa3xx_nand: Increase the initial chunk sizeEzequiel García2015-11-161-1/+1
* Merge MTD 4.4 development into MTD -nextBrian Norris2015-11-162-1/+2
|\
| * mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris2015-11-161-1/+1
| * mtd: jz4740_nand: fix build on jz4740 after removing gpio.hBrian Norris2015-11-161-0/+1
* | mtd: nand: convert to nand_get_flash_node()Boris BREZILLON2015-11-123-7/+7
* | mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-1123-85/+52Star
* | mtd: nand: convert to nand_set_flash_node()Brian Norris2015-11-114-4/+4
* | mtd: {nand,spi-nor}: assign MTD of_nodeBrian Norris2015-11-111-0/+3
|/
* mtd: nand: sunxi: avoid retrieving data before ECC passBoris BREZILLON2015-11-021-1/+1
* mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()Boris BREZILLON2015-11-021-2/+2
* mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()Anup Patel2015-10-301-0/+10