summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()Boris Brezillon2017-11-081-0/+4
* mtd: nand: qcom: fix config error for BCHAbhishek Sahu2017-09-131-1/+1
* mtd: nand: qcom: fix read failure without complete bootchainAbhishek Sahu2017-09-131-4/+12
* mtd: nand: mxc: Fix mxc_v1 ooblayoutBoris Brezillon2017-09-131-3/+4
* nand: fix wrong default oob layout for small pages using soft eccMiquel Raynal2017-08-161-1/+7
* mtd: nand: Fix timing setup for NANDs that do not support SET FEATURESBoris Brezillon2017-08-161-1/+3
* mtd: nand: brcmnand: Check flash #WP pin status before nand erase/programKamal Dasu2017-07-051-3/+58
* mtd: spi-nor: fix spansion quad enableJoël Esponde2017-06-291-0/+7
* mtd: nand: add ooblayout for old hamming layoutAlexander Couzens2017-05-251-1/+69
* mtd: nand: omap2: Fix partition creation via cmdline mtdpartsRoger Quadros2017-05-251-0/+9
* mtd: nand: orion: fix clk handlingSimon Baatz2017-05-251-21/+21
* ubi/upd: Always flush after prepared for an updateSebastian Siewior2017-04-271-4/+4
* mtd: bcm47xxpart: fix parsing first block after aligned TRXRafał Miłecki2017-04-181-6/+4
* mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann2017-03-181-3/+1
* mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0Mark Marshall2017-03-121-1/+7
* mtd: spi-nor: Fix some error codes in cqspi_setup_flash()Dan Carpenter2017-01-261-1/+3
* mtd: spi-nor: Off by one in cqspi_setup_flash()Dan Carpenter2017-01-261-1/+1
* mtd: nand: xway: fix build because of module functionsHauke Mehrtens2017-01-261-4/+1
* mtd: nand: xway: disable module supportHauke Mehrtens2017-01-261-1/+1
* mtd: nand: lpc32xx: fix invalid error handling of a requested irqVladimir Zapolskiy2017-01-261-1/+1
* Merge tag 'for-linus-20161104' of git://git.infradead.org/linux-mtdLinus Torvalds2016-11-053-30/+55
|\
| * mtd: mtk: avoid warning in mtk_ecc_encodeArnd Bergmann2016-10-281-10/+9
| * mtd: nand: Fix data interface configuration logicBoris Brezillon2016-10-281-18/+42
| * mtd: nand: gpmi: disable the clocks on errorsFabio Estevam2016-10-281-2/+4
* | ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon2016-10-281-5/+5
|/
* UBI: Fix crash in try_recover_peb()Geert Uytterhoeven2016-10-201-0/+1
* ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King2016-10-201-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-112-2/+0
|\
| * treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-112-2/+0
* | Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-10-1112-585/+889
|\ \ | |/ |/|
| * ubi: Fix Fastmap's update_vol()Richard Weinberger2016-10-021-0/+1
| * ubi: Fix races around ubi_refill_pools()Richard Weinberger2016-10-024-14/+30
| * ubi: Deal with interrupted erasures in WLRichard Weinberger2016-10-021-2/+19
| * UBI: introduce the VID buffer conceptBoris Brezillon2016-10-027-142/+218
| * UBI: hide EBA internalsBoris Brezillon2016-10-024-51/+165
| * UBI: provide an helper to query LEB informationBoris Brezillon2016-10-023-2/+40
| * UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon2016-10-023-2/+15
| * UBI: add an helper to check lnum validityBoris Brezillon2016-10-023-8/+13
| * UBI: simplify LEB write and atomic LEB change codeBoris Brezillon2016-10-021-170/+115
| * UBI: simplify recover_peb() codeBoris Brezillon2016-10-021-53/+77
| * UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2016-10-022-20/+23
| * UBI: provide helpers to allocate and free aeb elementsBoris Brezillon2016-10-024-38/+66
| * UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon2016-10-021-5/+5
| * UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon2016-10-021-6/+2
| * UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon2016-10-021-13/+12
| * UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon2016-10-023-67/+112
| * UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)Boris Brezillon2016-10-021-1/+1
| * UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon2016-10-021-3/+4
| * UBI: fastmap: avoid multiple be32_to_cpu() when unneccesaryBoris Brezillon2016-10-021-4/+4
| * UBI: fix add_fastmap() to use the vid_hdr passed in argumentBoris Brezillon2016-10-021-2/+2