summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-0/+1
2018-01-29Merge tag 'upstream-4.16-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds-52/+116
2018-01-29Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds-1809/+6033
2018-01-29Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-1353/+5736
2018-01-29Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-162/+231
2018-01-25mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal-1/+7
2018-01-25mtd: nand: gpmi: Fix subpage readsBoris Brezillon-5/+13
2018-01-20mtd: nand: Fix build issues due to an anonymous unionMiquel Raynal-6/+7
2018-01-20mtd: nand: marvell: Fix missing memory allocation modifierMiquel Raynal-1/+1
2018-01-19mtd: nand: marvell: remove redundant variable 'oob_len'Colin Ian King-2/+0
2018-01-19mtd: nand: marvell: fix spelling mistake: "suceed"-> "succeed"Colin Ian King-1/+1
2018-01-19mtd: onenand: omap2: Remove redundant dev_err call in omap2_onenand_probe()Wei Yongjun-3/+1
2018-01-18ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen-16/+26
2018-01-18mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun-2/+6
2018-01-18ubi: Fix copy/paste error in function documentationSascha Hauer-1/+1
2018-01-18ubi: Fastmap: Fix typoSascha Hauer-3/+3
2018-01-17ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer-20/+57
2018-01-17ubi: fastmap: Clean up the initialization of pointer pColin Ian King-2/+1
2018-01-17ubi: fastmap: Use kmem_cache_free to deallocate memoryPan Bian-1/+1
2018-01-17ubi: Fix race condition between ubi volume creation and udevClay McClure-5/+10
2018-01-17mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if availableJeff Westfahl-2/+11
2018-01-16mtd: Remove duplicate checks on mtd_oob_ops parameterBoris Brezillon-91/+0
2018-01-16mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon-188/+33
2018-01-16mtd: mtdpart: Make ECC stat handling consistentBoris Brezillon-6/+8
2018-01-16mtd: onenand: omap2: print resource using %pR format stringArnd Bergmann-2/+1
2018-01-14mtd: mtk-nor: modify functions' name more generallyGuochun Mao-120/+120
2018-01-14mtd: onenand: samsung: remove incorrect __iomem annotationChristophe JAILLET-6/+6
2018-01-12mtd: onenand: omap2: Configure driver from DTLadislav Michl-98/+156
2018-01-12mtd: onenand: omap2: Decouple DMA enabling from INT pin availabilityLadislav Michl-31/+21
2018-01-12mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specificLadislav Michl-5/+2
2018-01-12mtd: onenand: omap2: Convert to use dmaengine for memcpyPeter Ujfalusi-42/+38
2018-01-12mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementationLadislav Michl-125/+4
2018-01-12mtd: onenand: omap2: Simplify the DMA setup for various pathsPeter Ujfalusi-64/+45
2018-01-12mtd: onenand: omap2: Account waiting time as waiting on IOLadislav Michl-3/+2
2018-01-12mtd: onenand: omap2: Remove partitioning support from platform dataLadislav Michl-2/+1
2018-01-12mtd: onenand: omap2: Remove skip initial unlocking supportLadislav Michl-3/+0
2018-01-12mtd: onenand: omap2: Remove regulator supportLadislav Michl-41/+1
2018-01-12mtd: nand: add reworked Marvell NAND controller driverMiquel Raynal-0/+2912
2018-01-12mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal-1/+4
2018-01-12mtd: mtd_oobtest: Handle bitflips during readsMiquel Raynal-0/+21
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig-0/+1
2018-01-10mtd: nand: samsung: Disable subpage writes on E-die NANDLadislav Michl-4/+17
2018-01-09mtd: tests: nandbiterrs: Fix read_page return valueSascha Hauer-1/+1
2018-01-09mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu-10/+3
2018-01-07spi-nor: intel-spi: Remove unused preopcodes fieldMika Westerberg-6/+0
2018-01-07mtd: fsl-quadspi: account for const type of of_device_id.dataJulia Lawall-4/+4
2018-01-07mtd: spi-nor: cadence-quadspi: Add support for direct access modeVignesh R-2/+29
2018-01-07mtd: spi-nor: cadence-quadspi: Refactor indirect read/write sequence.Vignesh R-16/+12
2018-01-06mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon-0/+1
2018-01-06mtd: nand: qcom: Add a NULL check for devm_kasprintf()Fabio Estevam-0/+3