summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: partitions: support a cleanup callback for parsersBrian Norris2015-12-094-4/+37
* mtd: partitions: pass around 'mtd_partitions' wrapper structBrian Norris2015-12-094-22/+38
* mtd: partitions: remove kmemdup()Brian Norris2015-12-093-11/+9
* mtd: partitions: rename MTD parser get/putBrian Norris2015-12-091-5/+8
* mtd: partitions: make parsers return 'const' partition arraysBrian Norris2015-12-098-9/+9
* mtd: ofpart: assign return argument exactly onceBrian Norris2015-12-091-16/+19
* mtd: merge for-4.4 development into -next developmentBrian Norris2015-12-093-3/+18
|\
| * doc: dt: mtd: partitions: add compatible property to "partitions" nodeBrian Norris2015-12-092-1/+9
| * mtd: ofpart: don't complain about missing 'partitions' node too loudlyBrian Norris2015-12-041-2/+7
| * MAINTAINERS: brcmnand: Add co-maintainer for Broadcom SoCsKamal Dasu2015-11-181-0/+1
| * MAINTAINERS: brcmnand: Add Broadcom internal mailing-listFlorian Fainelli2015-11-171-0/+1
| |
| \
| \
| \
| \
| \
*-----. \ Merge arch/{arm,blackfin,cris,mips}/ refactoring patches into MTD devBrian Norris2015-12-0818-22/+22
|\ \ \ \ \
| | | | * | mips: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-085-5/+5
| | | * | | cris: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-082-2/+2
| | | |/ /
| | * / / blackfin: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-082-2/+2
| | |/ /
| * / / ARM: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-089-13/+13
| |/ /
* | | mtd: nand: add nand_to_mtd() helperBoris BREZILLON2015-12-081-0/+5
* | | mtd: nand: embed an mtd_info structure into nand_chipBoris BREZILLON2015-12-081-0/+2
* | | mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-0838-276/+276
* | | staging: mt29f_spinand: make use of mtd_to_nand()Boris BREZILLON2015-12-081-2/+2
* | | mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON2015-12-085-71/+71
* | | sh: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-081-1/+1
* | | mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen2015-12-051-1/+0
* | | mtd: spi-nor: fix error handling in spi_nor_eraseHeiner Kallweit2015-12-051-6/+2
* | | mtd: mtk-quadspi: drop unnecessary .owner assignmentBrian Norris2015-12-051-1/+0
* | | mtd: partitions: turn PART() macro into inline functionBrian Norris2015-12-051-30/+33
* | | mtd: brcmnand: drop brcmnand_host::of_node fieldBrian Norris2015-12-011-5/+2
* | | mtd: nand: fix typo (t_ald -> t_adl)Brian Norris2015-12-011-2/+2
* | | mtd: nand: fix ONFI parameter page layoutBoris BREZILLON2015-12-011-2/+2
* | | mtd: spi-nor: Fix error message with unrecognized JEDECRicardo Ribalda2015-12-011-1/+1
* | | 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: cfi: don't warn about broken geometry for !CONFIG_MTDArnd Bergmann2015-11-301-0/+2
* | | mtd: cfi: enforce valid geometry configurationArnd Bergmann2015-11-301-0/+4
* | | mtd: spi-nor: include mtd.h header for struct mtd_info definitionRafał Miłecki2015-11-301-2/+1
* | | mtd: mtk-nor: new Mediatek serial flash controller driverBayi Cheng2015-11-213-0/+494
* | | mtd: nand: atmel_nand: constify atmel_nand_caps structuresLABBE Corentin2015-11-201-3/+3
* | | mtd: kill off MTD partition parser boilerplateBrian Norris2015-11-207-80/+5
* | | mtd: partitions: add module_mtd_part_parser() helperBrian Norris2015-11-202-3/+19
* | | doc: dt: mtd: stop referring to driver code for spi-nor IDsBrian Norris2015-11-201-5/+51
* | | mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in commentsBrian Norris2015-11-201-3/+3
* | | mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"Brian Norris2015-11-201-1/+10
* | | mtd: spi-nor: mx25l3205d/mx25l6405d: append SECT_4KAndreas Fenkart2015-11-191-2/+2
* | | mtd: m25p80: drop erase() callbackBrian Norris2015-11-191-17/+0
* | | mtd: spi-nor: provide default erase_sector implementationBrian Norris2015-11-192-5/+35
* | | doc: mtd: nand: update examples to use mtd_to_nand()Boris BREZILLON2015-11-191-2/+2
* | | mtd: merge in mtd_to_nand() branchBrian Norris2015-11-191-0/+5
|\| |
| * | mtd: nand: add an mtd_to_nand() helperBoris BREZILLON2015-11-191-0/+5
* | | mtd: nand: fix drivers abusing mtd->privBoris BREZILLON2015-11-192-23/+41