summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
* UBI: add an helper to check lnum validityBoris Brezillon2018-08-312-6/+11
* UBI: simplify LEB write and atomic LEB change codeBoris Brezillon2018-08-311-158/+113
* UBI: simplify recover_peb() codeBoris Brezillon2018-08-311-40/+74
* UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2018-08-312-20/+23
* UBI: provide helpers to allocate and free aeb elementsBoris Brezillon2018-08-314-35/+69
* UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon2018-08-311-5/+5
* UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon2018-08-311-6/+2
* UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon2018-08-311-13/+12
* UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon2018-08-313-67/+112
* UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon2018-08-311-3/+4
* UBI: fastmap: avoid multiple be32_to_cpu() when unneccesaryBoris Brezillon2018-08-311-4/+4
* UBI: fix add_fastmap() to use the vid_hdr passed in argumentBoris Brezillon2018-08-311-2/+2
* UBI: fastmap: use ubi_find_volume() instead of open coding itBoris Brezillon2018-08-311-20/+3
* ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger2018-08-312-4/+27
* ubi: Check whether the Fastmap anchor matches the super blockRichard Weinberger2018-08-311-0/+7
* ubi: Rework Fastmap attach base codeRichard Weinberger2018-08-314-43/+160
* ubi: Fix whitespace issue in count_fastmap_pebs()Richard Weinberger2018-08-311-1/+1
* ubi: Introduce vol_ignored()Richard Weinberger2018-08-312-6/+33
* ubi: Fix scan_fast() commentRichard Weinberger2018-08-311-1/+1
* ubi: Make volume resize power cut awareRichard Weinberger2018-08-311-7/+18
* ubi: Fix early loggingRichard Weinberger2018-08-311-4/+4
* ubi: Fix race condition between ubi device creation and udevIosif Harutyunov2018-08-311-2/+4
* ubi: Make recover_peb power cut awareRichard Weinberger2018-08-311-5/+12
* UBI: Fix static volume checks when Fastmap is usedRichard Weinberger2018-08-313-2/+22
* UBI: Set free_count to zero before walking through erase listHeiko Schocher2018-08-311-1/+1
* UBI: Clean up return in ubi_remove_volume()Dan Carpenter2018-08-311-1/+1
* UBI: Modify wrong comment in ubi_leb_map function.z001895122018-08-311-1/+1
* UBI: Don't read back all data in ubi_eba_copy_leb()Richard Weinberger2018-08-311-24/+0
* UBI: Remove alloc_ai() slab name from parameter listRichard Weinberger2018-08-311-5/+5
* UBI: Fastmap: Fix memory leak while attachingRichard Weinberger2018-08-312-26/+26
* Merge branch 'for-next/misc'Sascha Hauer2018-07-091-0/+2
|\
| * nand-bb: mtd_del_bb: fix missing pointer resetHeinrich Toews2018-06-201-0/+2
* | mtd: gpmi-nand: Make sure clock is disabled during rate changeSascha Hauer2018-07-061-1/+4
* | mtd: mtd_dataflash: Don't print bogus command values for READsAndrey Smirnov2018-07-021-3/+3
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-06-111-61/+55
|\
| * mtd: nand: omap_gpmc: fix: remove bch4 string extantHeinrich.Toews@wago.com2018-05-311-1/+0
| * mtd: nand: nand_omap_gpmc: Fix ecc stepsTeresa Remmet2018-05-241-60/+55
* | Merge branch 'for-next/mips'Sascha Hauer2018-06-111-1/+1
|\ \
| * | mtd: cfi-flash: fix write_buff() for 64 bit systemsPeter Mamonov2018-05-241-1/+1
| |/
* / mtd: core: Fix printing partitions in hexTeresa Remmet2018-06-071-1/+1
|/
* Merge branch 'for-next/mtd'Sascha Hauer2018-04-062-0/+5
|\
| * mtd: spi-nor: add manufacturer IDs for ISSI and Winbondmichael grassmann2018-03-221-0/+4
| * mtd: nand: Add Winbond manufacturer IDStefan Riedmueller2018-03-221-0/+1
* | rename file_operations -> cdev_operationsSascha Hauer2018-04-065-7/+7
|/
* mtd: spi-nor: add support for w25q16dwMichael Grzeschik2018-03-051-0/+1
* mtd: spi-nor: mx25l3205d/mx25l6405d: append SECT_4KUlrich Ölmann2017-11-281-2/+2
* mtd: m25p80: make it possible to use 4K erase blockAntony Pavlov2017-10-161-0/+13
* UBI: attach: add missing newline at end of pr_err()Marc Kleine-Budde2017-10-161-1/+1
* remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-261-2/+0
* mtd: nand: nand_mxs: Don't call get/set features on chips which do not suppor...Sascha Hauer2017-09-061-9/+13