summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-04-08mtd: nand: atmel: Fix get_sectorsize() functionBoris Brezillon1-1/+1
2018-04-08mtd: jedec_probe: Fix crash in jedec_read_mfr()Linus Walleij1-0/+2
2018-03-28mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0Jagdish Gediya1-5/+1
2018-03-28mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0Jagdish Gediya1-13/+10
2018-03-28mtd: nand: fsl_ifc: Fix nand waitfunc return valueJagdish Gediya1-2/+3
2018-03-28mtdchar: fix usage of mtd_ooblayout_ecc()OuYang ZhiZhong1-2/+2
2018-03-19mtd: nand: ifc: update bufnum mask for ver >= 2.0.0Jagdish Gediya1-0/+7
2018-03-19mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal1-2/+7
2018-03-03mtd: nand: brcmnand: Zero bitflip is not an errorAlbert Hsieh1-1/+1
2018-03-03mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBMSascha Hauer1-3/+3
2018-02-22mtd: nand: vf610: set correct ooblayoutStefan Agner1-4/+2
2018-02-16ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen1-16/+26
2018-02-16ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer1-20/+57
2018-02-16ubi: Fix race condition between ubi volume creation and udevClay McClure1-5/+10
2018-02-16mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal1-1/+7
2018-02-16mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal1-1/+4
2018-02-16mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu1-10/+3
2018-02-03mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2018-01-10mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon1-0/+1
2017-12-20mtd: spi-nor: stm32-quadspi: Fix uninitialized error return codeGeert Uytterhoeven1-2/+2
2017-11-30spi-nor: intel-spi: Fix broken software sequencing codesBin Meng1-2/+2
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-30mtd: nand: atmel: Actually use the PM opsBoris Brezillon1-0/+1
2017-11-30mtd: nand: Export nand_reset() symbolBoris Brezillon1-0/+1
2017-11-30mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon2-5/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman22-0/+22
2017-09-27mtd: nand: atmel: fix buffer overflow in atmel_pmecc_userRichard Genoud1-1/+1
2017-09-27mtd: Fix partition alignment check on multi-erasesize devicesBoris Brezillon1-0/+8
2017-09-18mtd: nand: remove unused blockmask variableCorentin Labbe1-2/+1
2017-09-18mtd: nand: lpc32xx_mlc: Fix an error handling path in lpc32xx_nand_probe()Christophe JAILLET1-1/+2
2017-09-18mtd: spi-nor: fix DMA unsafe buffer issue in spi_nor_read_sfdp()Cyrille Pitchen1-3/+33
2017-09-18mtd: spi-nor: Check consistency of the memory size extracted from the SFDPBoris Brezillon1-0/+9
2017-09-16Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds4-16/+16
2017-09-16Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds1-6/+0
2017-09-15Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+2
2017-09-13UBI: Fix two typos in commentsUwe Kleine-König1-2/+2
2017-09-13ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King1-1/+1
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks1-3/+3
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks1-4/+4
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks1-6/+6
2017-09-10Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds95-672/+1951
2017-09-09linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada1-3/+0
2017-09-05mfd: syscon: atmel-smc: Add helper to retrieve register layoutLudovic Desroches1-3/+7
2017-09-05fs: fix kernel_write prototypeChristoph Hellwig1-1/+1
2017-09-05fs: fix kernel_read prototypeChristoph Hellwig1-1/+1
2017-09-04mtd: lantiq-flash: drop check of boot selectHauke Mehrtens1-6/+0
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon71-503/+977
2017-09-01Merge tag 'spi-nor/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon7-31/+890