summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2015-12-18mtd: nand: fsl_elbc: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-11/+15
2015-12-18mtd: nand: docg4: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-11/+12
2015-12-18mtd: nand: diskonchip: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-7/+7
2015-12-18mtd: nand: davinci: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-14/+16
2015-12-18mtd: nand: cmx270: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-9/+5
2015-12-18mtd: nand: cs553x: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-9/+8
2015-12-18mtd: nand: cafe: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-5/+5
2015-12-18mtd: nand: brcm: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-7/+6
2015-12-18mtd: nand: bf5xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-6/+6
2015-12-18mtd: nand: au1550nd: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-8/+11
2015-12-18mtd: nand: atmel: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-6/+7
2015-12-18mtd: nand: ams-delta: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-8/+5
2015-12-18mtd: nand: omap2: create and use mtd_to_omap()Boris BREZILLON1-34/+21
2015-12-18mtd: nand: nuc900: create and use mtd_to_nuc900()Boris BREZILLON1-15/+10
2015-12-18mtd: nand: fsmc: create and use mtd_to_fsmc()Boris BREZILLON1-17/+14
2015-12-18mtd: omap_elm: print interrupt resource using %prArnd Bergmann1-1/+1
2015-12-14mtd: bcm47xxnflash: really unregister NAND on device removalBrian Norris1-3/+4
2015-12-11mtd: nand: denali: add missing nand_release() call in denali_remove()Boris BREZILLON1-2/+9
2015-12-10mtd: brcmnand: defer to devm_ioremap_resource() for error checkingBrian Norris1-3/+0
2015-12-09mtd: brcmnand: Add support for the BCM6368Simon Arlott2-0/+146
2015-12-09mtd: brcmnand: Request and enable the clock if presentSimon Arlott1-14/+50
2015-12-09mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERHGeert Uytterhoeven1-1/+1
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON38-276/+276
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON5-71/+71
2015-12-04mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-1/+0
2015-12-01mtd: brcmnand: drop brcmnand_host::of_node fieldBrian Norris1-5/+2
2015-11-30mtd: nand: sunxi: add missing of_node_putJulia Lawall1-1/+3
2015-11-30mtd: brcmnand: improve memory managementJulia Lawall1-2/+6
2015-11-30brcmnand: Clear EXT_ADDR error registers in PIO modeSimon Arlott1-0/+2
2015-11-20mtd: nand: atmel_nand: constify atmel_nand_caps structuresLABBE Corentin1-3/+3
2015-11-19mtd: nand: fix drivers abusing mtd->privBoris BREZILLON2-23/+41
2015-11-18mtd: brcmnand: drop unused subpage_read() supportBrian Norris1-11/+0
2015-11-18mtd: brcmnand: clean up flash cache for parameter pagesBrian Norris1-4/+9
2015-11-17mtd: mxc_nand: Remove bit-or operation with zeroFabio Estevam1-2/+1
2015-11-16mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume pathsEzequiel García1-0/+6
2015-11-16mtd: pxa3xx_nand: Remove dead codeEzequiel García1-5/+0
2015-11-16mtd: pxa3xx_nand: Remove redundant NAND sensingEzequiel García1-33/+8
2015-11-16mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanEzequiel García1-16/+14
2015-11-16mtd: pxa3xx_nand: Fix initial controller configurationEzequiel García1-13/+22
2015-11-16mtd: pxa3xx_nand: Increase the initial chunk sizeEzequiel García1-1/+1
2015-11-16Merge MTD 4.4 development into MTD -nextBrian Norris2-1/+2
2015-11-16mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris1-1/+1
2015-11-16mtd: jz4740_nand: fix build on jz4740 after removing gpio.hBrian Norris1-0/+1
2015-11-11mtd: nand: convert to nand_get_flash_node()Boris BREZILLON3-7/+7
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris23-85/+52
2015-11-11mtd: nand: convert to nand_set_flash_node()Brian Norris4-4/+4
2015-11-11mtd: {nand,spi-nor}: assign MTD of_nodeBrian Norris1-0/+3
2015-11-02mtd: nand: sunxi: avoid retrieving data before ECC passBoris BREZILLON1-1/+1
2015-11-02mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()Boris BREZILLON1-2/+2
2015-10-30mtd: brcmnand: Force 8bit mode before doing nand_scan_ident()Anup Patel1-0/+10