summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2015-12-09mtd: partitions: support a cleanup callback for parsersBrian Norris3-4/+36
2015-12-09mtd: partitions: pass around 'mtd_partitions' wrapper structBrian Norris3-22/+31
2015-12-09mtd: partitions: remove kmemdup()Brian Norris3-11/+9
2015-12-09mtd: partitions: rename MTD parser get/putBrian Norris1-5/+8
2015-12-09mtd: partitions: make parsers return 'const' partition arraysBrian Norris7-8/+8
2015-12-09mtd: ofpart: assign return argument exactly onceBrian Norris1-16/+19
2015-12-09mtd: merge for-4.4 development into -next developmentBrian Norris1-2/+10
2015-12-08doc: dt: mtd: partitions: add compatible property to "partitions" nodeBrian Norris1-0/+3
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-04mtd: spi-nor: fix error handling in spi_nor_eraseHeiner Kallweit1-6/+2
2015-12-04mtd: mtk-quadspi: drop unnecessary .owner assignmentBrian Norris1-1/+0
2015-12-04mtd: partitions: turn PART() macro into inline functionBrian Norris1-30/+33
2015-12-03mtd: ofpart: don't complain about missing 'partitions' node too loudlyBrian Norris1-2/+7
2015-12-01mtd: brcmnand: drop brcmnand_host::of_node fieldBrian Norris1-5/+2
2015-12-01mtd: spi-nor: Fix error message with unrecognized JEDECRicardo Ribalda1-1/+1
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-30mtd: cfi: enforce valid geometry configurationArnd Bergmann1-0/+4
2015-11-20mtd: mtk-nor: new Mediatek serial flash controller driverBayi Cheng3-0/+494
2015-11-20mtd: nand: atmel_nand: constify atmel_nand_caps structuresLABBE Corentin1-3/+3
2015-11-19mtd: kill off MTD partition parser boilerplateBrian Norris7-80/+5
2015-11-19mtd: partitions: add module_mtd_part_parser() helperBrian Norris1-2/+6
2015-11-19mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in commentsBrian Norris1-3/+3
2015-11-19mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"Brian Norris1-1/+10
2015-11-19mtd: spi-nor: mx25l3205d/mx25l6405d: append SECT_4KAndreas Fenkart1-2/+2
2015-11-19mtd: m25p80: drop erase() callbackBrian Norris1-17/+0
2015-11-19mtd: spi-nor: provide default erase_sector implementationBrian Norris1-4/+33
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-18mtd: fsl-quadspi: possible NULL dereferenceBrian Norris1-4/+4
2015-11-17mtd: mxc_nand: Remove bit-or operation with zeroFabio Estevam1-2/+1
2015-11-16mtd: spi-nor: remove unnecessary leading space from dbg printBrian Norris1-1/+1
2015-11-16mtd: sm_ftl: fix wrong do_div() usageNicolas Pitre1-1/+2
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-15Merge v4.4-rc1 into MTD developmentBrian Norris14-15/+45
2015-11-12mtd: zero out mtd_partition struct before using itBrian Norris1-2/+1
2015-11-12mtd: grab a reference to the MTD of_node before registering itBrian Norris1-0/+4
2015-11-11mtd: nand: convert to nand_get_flash_node()Boris BREZILLON3-7/+7