aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2016-10-28ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Gravatar Boris Brezillon 1-5/+5
2016-10-20UBI: Fix crash in try_recover_peb()Gravatar Geert Uytterhoeven 1-0/+1
2016-10-20ubi: fix swapped arguments to call to ubi_alloc_aebGravatar Colin Ian King 1-1/+1
2016-10-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+0
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 2-2/+0
2016-10-11Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsGravatar Linus Torvalds 12-585/+889
2016-10-10Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 23-386/+976
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2016-10-08Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxGravatar Brian Norris 2-0/+105
2016-10-07Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2016-10-03mtd: nand: fix trivial spelling errorGravatar Brian Norris 1-1/+1
2016-10-03Merge tag 'for-4.9' of github.com:linux-nand/linuxGravatar Brian Norris 21-386/+853
2016-10-02ubi: Fix Fastmap's update_vol()Gravatar Richard Weinberger 1-0/+1
2016-10-02ubi: Fix races around ubi_refill_pools()Gravatar Richard Weinberger 4-14/+30
2016-10-02ubi: Deal with interrupted erasures in WLGravatar Richard Weinberger 1-2/+19
2016-10-02UBI: introduce the VID buffer conceptGravatar Boris Brezillon 7-142/+218
2016-10-02UBI: hide EBA internalsGravatar Boris Brezillon 4-51/+165
2016-10-02UBI: provide an helper to query LEB informationGravatar Boris Brezillon 3-2/+40
2016-10-02UBI: provide an helper to check whether a LEB is mapped or notGravatar Boris Brezillon 3-2/+15
2016-10-02UBI: add an helper to check lnum validityGravatar Boris Brezillon 3-8/+13
2016-10-02UBI: simplify LEB write and atomic LEB change codeGravatar Boris Brezillon 1-170/+115
2016-10-02UBI: simplify recover_peb() codeGravatar Boris Brezillon 1-53/+77
2016-10-02UBI: move the global ech and vidh variables into struct ubi_attach_infoGravatar Boris Brezillon 2-20/+23
2016-10-02UBI: provide helpers to allocate and free aeb elementsGravatar Boris Brezillon 4-38/+66
2016-10-02UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Gravatar Boris Brezillon 1-5/+5
2016-10-02UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Gravatar Boris Brezillon 1-6/+2
2016-10-02UBI: factorize destroy_av() and ubi_remove_av() codeGravatar Boris Brezillon 1-13/+12
2016-10-02UBI: factorize code used to manipulate volumes at attach timeGravatar Boris Brezillon 3-67/+112
2016-10-02UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)Gravatar Boris Brezillon 1-1/+1
2016-10-02UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerGravatar Boris Brezillon 1-3/+4
2016-10-02UBI: fastmap: avoid multiple be32_to_cpu() when unneccesaryGravatar Boris Brezillon 1-4/+4
2016-10-02UBI: fix add_fastmap() to use the vid_hdr passed in argumentGravatar Boris Brezillon 1-2/+2
2016-10-02UBI: fastmap: use ubi_find_volume() instead of open coding itGravatar Boris Brezillon 1-20/+3
2016-09-28mtdpart: Propagate _get/put_device()Gravatar Richard Weinberger 1-0/+18
2016-09-28Merge tag 'for-linus-20160928' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 2-1/+4
2016-09-23mtd: nand: Provide nand_cleanup() function to free NAND related resourcesGravatar Richard Weinberger 1-7/+15
2016-09-23mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTDGravatar Boris Brezillon 1-1/+1
2016-09-23mtd: nand: Fix nand_command_lp() for 8bits opcodesGravatar Boris Brezillon 1-1/+4
2016-09-23mtd: nand: sunxi: Support ECC maximizationGravatar Boris Brezillon 1-0/+29
2016-09-23mtd: nand: Support maximizing ECC when using software BCHGravatar Boris Brezillon 1-0/+20
2016-09-23mtd: nand: Add an option to maximize the ECC strengthGravatar Boris Brezillon 1-0/+3
2016-09-23mtd: nand: mxc: Add timing setup for v2 controllersGravatar Sascha Hauer 1-2/+82
2016-09-23mtd: nand: mxc: implement onfi get/set featuresGravatar Sascha Hauer 1-0/+55
2016-09-23mtd: nand: sunxi: switch from manual to automated timing configGravatar Sascha Hauer 1-62/+14
2016-09-23mtd: nand: automate NAND timings selectionGravatar Boris Brezillon 1-0/+157
2016-09-23mtd: nand: Expose data interface for ONFI mode 0Gravatar Sascha Hauer 1-0/+11
2016-09-23mtd: nand: Add function to convert ONFI mode to data_interfaceGravatar Sascha Hauer 1-0/+29
2016-09-23mtd: nand: convert ONFI mode into data interfaceGravatar Sascha Hauer 1-206/+224
2016-09-23mtd: nand: Create a NAND reset functionGravatar Sascha Hauer 1-5/+20
2016-09-23mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devicesGravatar Roger Quadros 1-4/+4