summaryrefslogtreecommitdiff
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: avoid stack overflow in MTD CFI codeArnd Bergmann2017-05-081-0/+1
* ubi/upd: Always flush after prepared for an updateSebastian Siewior2017-04-301-4/+4
* mtd: bcm47xxpart: fix parsing first block after aligned TRXRafał Miłecki2017-04-221-6/+4
* mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann2017-04-181-3/+1
* UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon2017-04-181-3/+4
* mtd: blkdevs: fix switch-bool compilation warningTomer Barletz2017-02-081-6/+2
* mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctlKarl Beldan2016-12-231-0/+3
* ubi: Make volume resize power cut awareRichard Weinberger2016-08-221-7/+18
* ubi: Fix race condition between ubi device creation and udevIosif Harutyunov2016-08-221-1/+4
* mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios2016-08-221-1/+1
* UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()Richard Weinberger2016-07-121-7/+8
* UBI: Fix static volume checks when Fastmap is usedRichard Weinberger2016-06-063-2/+22
* UBI: fix missing brace control flowBrian Norris2016-06-061-1/+2
* UBI: do propagate positive error codes upArtem Bityutskiy2016-06-061-0/+1
* UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger2016-06-062-2/+10
* mtd: onenand: fix deadlock in onenand_block_markbadAaro Koskinen2016-04-181-1/+2
* ubi: Fix out of bounds write in volume update codeRichard Weinberger2016-03-131-1/+1
* UBI: return ENOSPC if no enough space availableshengyong2015-10-272-0/+2
* UBI: Validate data_sizeRichard Weinberger2015-10-271-0/+5
* mtd: pxa3xx_nand: add a default chunk sizeAntoine Ténart2015-10-271-0/+3
* mtd: fix: avoid race condition when accessing mtd->usecountBrian Norris2015-07-031-0/+5
* UBI: fix check for "too many bytes"Brian Norris2015-05-171-1/+1
* UBI: initialize LEB number variableBrian Norris2015-05-171-1/+1
* UBI: fix out of bounds writeBrian Norris2015-05-171-1/+2
* UBI: account for bitflips in both the VID header and dataBrian Norris2015-05-171-1/+1
* mtd: nand: pxa3xx: Fix PIO FIFO drainingMaxime Ripard2015-03-281-6/+42
* mtd: nand: omap: Fix NAND enumeration on 3430 LDPRoger Quadros2015-01-161-7/+0
* MTD: m25p80: fix inconsistency in m25p_ids compared to spi_nor_idsAlison Chaiken2015-01-161-3/+3
* mtd: tests: abort torturetest on erase errorsBrian Norris2015-01-161-1/+3
* UBI: Fix double free after do_sync_erase()Richard Weinberger2015-01-161-7/+3
* UBI: Fix invalid vfree()Richard Weinberger2015-01-161-4/+6
* Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds2014-11-025-21/+70
|\
| * mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chipsDmitry Eremin-Solenikov2014-10-291-0/+2
| * mtd: omap: fix mtd devices not showing upFrans Klaver2014-10-291-1/+1
| * mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings2014-10-212-3/+52
| * mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings2014-10-173-13/+11
| * mtd: m25p80: get rid of spi_get_device_idRafał Miłecki2014-10-171-5/+5
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-182-2/+2
|\ \
| * | mtd: sh_flctl: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
| * | mtd: fsmc_nand: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
* | | Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-0/+1
|\ \ \
| * | | block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
| |/ /
* | | Merge tag 'for-linus-20141015' of git://git.infradead.org/linux-mtdLinus Torvalds2014-10-1837-549/+710
|\ \ \ | | |/ | |/|
| * | mtd: nand: omap: Correct CONFIG_MTD_NAND_OMAP_BCH help messageRoger Quadros2014-10-061-1/+1
| * | mtd: nand: Force omap_elm to be built as a module if omap2_nand is a moduleEzequiel Garcia2014-10-062-2/+5
| * | mtd: move support for struct flash_platform_data into m25p80Rafał Miłecki2014-09-282-29/+21
| * | mtd: spi-nor: add Kconfig option to disable 4K sectorsRafał Miłecki2014-09-282-1/+18
| * | mtd: nand: Move ELM driver and rename as omap_elmEzequiel García2014-09-223-1/+1
| * | nand: omap2: Replace pr_err with dev_errEzequiel García2014-09-221-13/+17
| * | nand: omap2: Remove horrible ifdefs to fix module probeEzequiel García2014-09-221-59/+71