summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| |
| \
| \
| \
| \
| \
*-----. \ 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-079-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-041-1/+0
* | | mtd: spi-nor: fix error handling in spi_nor_eraseHeiner Kallweit2015-12-041-6/+2
* | | mtd: mtk-quadspi: drop unnecessary .owner assignmentBrian Norris2015-12-041-1/+0
* | | mtd: partitions: turn PART() macro into inline functionBrian Norris2015-12-041-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-11-301-1/+3
* | | mtd: brcmnand: improve memory managementJulia Lawall2015-11-301-2/+6
* | | brcmnand: Clear EXT_ADDR error registers in PIO modeSimon Arlott2015-11-301-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-203-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-197-80/+5
* | | mtd: partitions: add module_mtd_part_parser() helperBrian Norris2015-11-192-3/+19
* | | doc: dt: mtd: stop referring to driver code for spi-nor IDsBrian Norris2015-11-191-5/+51
* | | mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in commentsBrian Norris2015-11-191-3/+3
* | | mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"Brian Norris2015-11-191-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
* | | mtd: brcmnand: drop unused subpage_read() supportBrian Norris2015-11-181-11/+0
* | | mtd: brcmnand: clean up flash cache for parameter pagesBrian Norris2015-11-181-4/+9
* | | mtd: fsl-quadspi: possible NULL dereferenceBrian Norris2015-11-181-4/+4
* | | Documentation: mtd: improve nand_ecc.txt for readability and correctnessWang YanQing2015-11-171-29/+29
* | | mtd: mxc_nand: Remove bit-or operation with zeroFabio Estevam2015-11-171-2/+1
* | | mtd: spi-nor: remove unnecessary leading space from dbg printBrian Norris2015-11-161-1/+1
* | | mtd: sm_ftl: fix wrong do_div() usageNicolas Pitre2015-11-161-1/+2
* | | mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume pathsEzequiel García2015-11-161-0/+6
* | | mtd: pxa3xx_nand: Remove dead codeEzequiel García2015-11-161-5/+0
* | | mtd: pxa3xx_nand: Remove redundant NAND sensingEzequiel García2015-11-161-33/+8
* | | mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanEzequiel García2015-11-161-16/+14
OpenPOWER on IntegriCloud