summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2017-11-30mtd: nand: mtk: fix infinite ECC decode IRQ issueXiaolei Li1-2/+11
2017-11-30mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor1-3/+6
2017-11-30mtd: nand: omap2: Fix subpage writeRoger Quadros1-115/+224
2017-11-08mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()Boris Brezillon1-0/+4
2017-09-14mtd: nand: qcom: fix config error for BCHAbhishek Sahu1-1/+1
2017-09-14mtd: nand: qcom: fix read failure without complete bootchainAbhishek Sahu1-4/+12
2017-09-14mtd: nand: mxc: Fix mxc_v1 ooblayoutBoris Brezillon1-3/+4
2017-08-16nand: fix wrong default oob layout for small pages using soft eccMiquel Raynal1-1/+7
2017-08-16mtd: nand: Fix timing setup for NANDs that do not support SET FEATURESBoris Brezillon1-1/+3
2017-07-05mtd: nand: brcmnand: Check flash #WP pin status before nand erase/programKamal Dasu1-3/+58
2017-06-29mtd: spi-nor: fix spansion quad enableJoël Esponde1-0/+7
2017-05-25mtd: nand: add ooblayout for old hamming layoutAlexander Couzens1-1/+69
2017-05-25mtd: nand: omap2: Fix partition creation via cmdline mtdpartsRoger Quadros1-0/+9
2017-05-25mtd: nand: orion: fix clk handlingSimon Baatz1-21/+21
2017-04-27ubi/upd: Always flush after prepared for an updateSebastian Siewior1-4/+4
2017-04-18mtd: bcm47xxpart: fix parsing first block after aligned TRXRafał Miłecki1-6/+4
2017-03-18mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann1-3/+1
2017-03-12mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0Mark Marshall1-1/+7
2017-01-26mtd: spi-nor: Fix some error codes in cqspi_setup_flash()Dan Carpenter1-1/+3
2017-01-26mtd: spi-nor: Off by one in cqspi_setup_flash()Dan Carpenter1-1/+1
2017-01-26mtd: nand: xway: fix build because of module functionsHauke Mehrtens1-4/+1
2017-01-26mtd: nand: xway: disable module supportHauke Mehrtens1-1/+1
2017-01-26mtd: nand: lpc32xx: fix invalid error handling of a requested irqVladimir Zapolskiy1-1/+1
2016-11-05Merge tag 'for-linus-20161104' of git://git.infradead.org/linux-mtdLinus Torvalds3-30/+55
2016-10-28ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon1-5/+5
2016-10-28mtd: mtk: avoid warning in mtk_ecc_encodeArnd Bergmann1-10/+9
2016-10-28mtd: nand: Fix data interface configuration logicBoris Brezillon1-18/+42
2016-10-28mtd: nand: gpmi: disable the clocks on errorsFabio Estevam1-2/+4
2016-10-20UBI: Fix crash in try_recover_peb()Geert Uytterhoeven1-0/+1
2016-10-20ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King1-1/+1
2016-10-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+0
2016-10-12treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2-2/+0
2016-10-11Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds12-585/+889
2016-10-11Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds23-386/+976
2016-10-10Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2016-10-09Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxBrian Norris2-0/+105
2016-10-08Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2016-10-03mtd: nand: fix trivial spelling errorBrian Norris1-1/+1
2016-10-03Merge tag 'for-4.9' of github.com:linux-nand/linuxBrian Norris21-386/+853
2016-10-02ubi: Fix Fastmap's update_vol()Richard Weinberger1-0/+1
2016-10-02ubi: Fix races around ubi_refill_pools()Richard Weinberger4-14/+30
2016-10-02ubi: Deal with interrupted erasures in WLRichard Weinberger1-2/+19
2016-10-02UBI: introduce the VID buffer conceptBoris Brezillon7-142/+218
2016-10-02UBI: hide EBA internalsBoris Brezillon4-51/+165
2016-10-02UBI: provide an helper to query LEB informationBoris Brezillon3-2/+40
2016-10-02UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon3-2/+15
2016-10-02UBI: add an helper to check lnum validityBoris Brezillon3-8/+13
2016-10-02UBI: simplify LEB write and atomic LEB change codeBoris Brezillon1-170/+115
2016-10-02UBI: simplify recover_peb() codeBoris Brezillon1-53/+77
2016-10-02UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2-20/+23