summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mtd: nand: pasemi: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-3/+2Star
| | * | mtd: nand: orion: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-3/+2Star
| | * | mtd: nand: tmio: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-3/+3
| | * | mtd: nand: mpc5121: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-2/+2
| | * | mtd: nand: gpio: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-3/+2Star
| | * | mtd: nand: cs553x: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-3/+2Star
| | * | mtd: nand: cmx270: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-2/+2
| | * | mtd: nand: ams-delta: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-3/+2Star
| | * | mtd: nand: change return type of nand_get_flash_type() to intMasahiro Yamada2016-11-071-14/+10Star
| | * | mtd: nand: denali_dt: replace clk_disable() with clk_disable_unprepare()Masahiro Yamada2016-11-071-1/+1
| | * | mtd: nand: add tango NAND flash controller supportMarc Gonzalez2016-11-073-0/+666
| | * | mtd: nand: pxa3xx_nand: write exactly one message on probe failureUwe Kleine-König2016-11-071-7/+10
| | * | mtd: nand: Wait tCCS after a column changeBoris Brezillon2016-11-071-1/+25
| | * | mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon2016-11-071-1/+25
| | * | mtd: s3c2410: parse the device configuration from OF nodeSergio Prado2016-11-071-17/+146
| | * | mtd: s3c2410: make ecc mode configurable via platform dataSergio Prado2016-11-072-69/+63Star
| | * | mtd: nand: Add OX820 NAND SupportNeil Armstrong2016-10-223-0/+201
| | * | mtd: nand: add support for the TC58NVG2S0H chipBoris Brezillon2016-10-211-0/+3
| | * | mtd: nand: sunxi: fix support for 512bytes ECC chunksBoris Brezillon2016-10-211-0/+4
| | * | mtd: nand: omap2: Fix module autoloadJavier Martinez Canillas2016-10-171-0/+1
| | |/
| * | mtd: mtdswap: fix spelling mistake "erassure" -> "erasure"Colin Ian King2016-11-221-1/+1
| * | mtd: bcm47xxpart: fix parsing first block after aligned TRXRafał Miłecki2016-11-221-6/+4Star
| * | mtd: bcm47xxsflash: use uncached MMIO access for BCM53573Rafał Miłecki2016-11-081-5/+19
* | | 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/+9Star
| * | 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-122-2/+0Star
|\
| * treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-122-2/+0Star
* | 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/+115Star
| * 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/+2Star
| * UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon2016-10-021-13/+12Star
| * 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