summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mtd: fsl-quadspi: Print the error valueFabio Estevam2015-03-311-4/+4
| * | | | mtd: cfi: clean up some indentingDan Carpenter2015-03-311-15/+15
| * | | | mtd: maps: sa1100-flash: remove incorrect __exit markupsDmitry Torokhov2015-03-311-2/+2
| * | | | mtd: replace CONFIG_8xx by CONFIG_PPC_8xxChristophe Leroy2015-03-311-1/+1
| * | | | mtd: fsmc_nand.c: Use default timings if none are provided in the dtsStefan Roese2015-03-311-1/+6
| * | | | mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros2015-03-311-4/+23
| * | | | mtd: spi-nor: factor out replace-able flash_{lock,unlock}Brian Norris2015-03-271-19/+38
| * | | | mtd: nand: fix spelling of REPLACEABLEBrian Norris2015-03-241-1/+1
| * | | | mtd: nand: fully initialize mtd_oob_opsBrian Norris2015-03-111-4/+4
| * | | | mtd: blkdevs: remove dead codeBrian Norris2015-03-111-3/+0
| * | | | mtd: nand: denali: drop dead codeBrian Norris2015-03-111-3/+0
| * | | | mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris2015-03-111-2/+2
| * | | | mtd: tests: fix more potential integer overflowsBrian Norris2015-03-115-10/+10
| * | | | mtd: onenand: drop dead codeBrian Norris2015-03-111-9/+3
| * | | | mtd: docg3: drop dead codeBrian Norris2015-03-111-4/+1
| * | | | mtd: mxc-nand: Warn on unimplemented commandsUwe Kleine-König2015-03-111-0/+4
| * | | | mtd: mxc-nand: Implement support for PARAM commandUwe Kleine-König2015-03-111-0/+7
| * | | | mtd: mxc-nand: Allow to use column addresses different from 0Uwe Kleine-König2015-03-111-11/+29
| * | | | mtd: mxc-nand: Do the word to byte mangling in the read_byte callbackUwe Kleine-König2015-03-111-24/+10
| * | | | mtd: mxc-nand: Only enable hardware checksumming for fully detected flashesUwe Kleine-König2015-03-111-7/+7
| * | | | mtd: mxc-nand: Add a timeout when waiting for interruptUwe Kleine-König2015-03-111-11/+36
| * | | | mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regsBoris Brezillon2015-03-112-3/+3
| * | | | mtd: atmel_nand: fix typo in dev_err error messageColin Ian King2015-03-031-1/+1
| * | | | mtd: s3c2410: drop useless / misspelled debug printsBrian Norris2015-02-281-3/+0
| * | | | mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0Antoine Ténart2015-02-281-0/+2
| * | | | Merge MTD updates into -nextBrian Norris2015-02-281-0/+2
| |\ \ \ \
| * | | | | mtd: pxa3xx-nand: handle PIO in threaded interruptRobert Jarzmik2015-02-281-3/+19
| * | | | | Merge MTD updates into -nextBrian Norris2015-02-281-6/+42
| |\ \ \ \ \
| * | | | | | mtd: block2mtd: wait until block devices are presentedFelix Fietkau2015-02-241-15/+43
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-04-1513-712/+1071
|\ \ \ \ \ \
| * | | | | | UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at2015-04-134-2/+120
| * | | | | | UBI: Fastmap: Fall back to scanning mode after ECC errorRichard Weinberger2015-03-261-1/+1
| * | | | | | UBI: Fastmap: Remove is_fm_block()Richard Weinberger2015-03-263-29/+0
| * | | | | | UBI: Fastmap: Add blank line after declarationsRichard Weinberger2015-03-261-0/+1
| * | | | | | UBI: Fastmap: Remove else after return.Richard Weinberger2015-03-261-3/+3
| * | | | | | UBI: Fastmap: Introduce may_reserve_for_fm()Richard Weinberger2015-03-263-6/+28
| * | | | | | UBI: Fastmap: Introduce ubi_fastmap_init()Richard Weinberger2015-03-262-7/+8
| * | | | | | UBI: Fastmap: Wire up WL accessor functionsRichard Weinberger2015-03-261-16/+12
| * | | | | | UBI: Add accessor functions for WL data structuresRichard Weinberger2015-03-261-0/+36
| * | | | | | UBI: Move fastmap specific functions out of wl.cRichard Weinberger2015-03-263-463/+476
| * | | | | | UBI: Fastmap: Add new module parameter fm_debugRichard Weinberger2015-03-262-0/+10
| * | | | | | UBI: Fastmap: Make self_check_eba() depend on fastmap self checkingRichard Weinberger2015-03-261-1/+1
| * | | | | | UBI: Fastmap: Add self check to detect absent PEBsRichard Weinberger2015-03-261-2/+84
| * | | | | | UBI: Fix stale pointers in ubi->lookuptblRichard Weinberger2015-03-261-16/+31
| * | | | | | UBI: Fastmap: Enhance fastmap checkingRichard Weinberger2015-03-261-2/+5
| * | | | | | UBI: Add initial support for fastmap self checksRichard Weinberger2015-03-263-0/+20
| * | | | | | UBI: Fastmap: Rework fastmap error pathsRichard Weinberger2015-03-261-48/+114
| * | | | | | UBI: Fastmap: Prepare for variable sized fastmapsRichard Weinberger2015-03-261-2/+10
| * | | | | | UBI: Fastmap: Locking updatesRichard Weinberger2015-03-265-44/+50
| * | | | | | UBI: Fastmap: Set used_ebs only for static volumesRichard Weinberger2015-03-261-2/+3