summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds2018-01-2958-1809/+6033
|\
| * Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-01-2945-1353/+5736
| |\
| | * mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal2018-01-251-1/+7
| | * mtd: nand: gpmi: Fix subpage readsBoris Brezillon2018-01-251-5/+13
| | * mtd: nand: Fix build issues due to an anonymous unionMiquel Raynal2018-01-201-6/+7
| | * mtd: nand: marvell: Fix missing memory allocation modifierMiquel Raynal2018-01-201-1/+1
| | * mtd: nand: marvell: remove redundant variable 'oob_len'Colin Ian King2018-01-191-2/+0
| | * mtd: nand: marvell: fix spelling mistake: "suceed"-> "succeed"Colin Ian King2018-01-191-1/+1
| | * mtd: onenand: omap2: Remove redundant dev_err call in omap2_onenand_probe()Wei Yongjun2018-01-191-3/+1
| | * mtd: onenand: omap2: print resource using %pR format stringArnd Bergmann2018-01-161-2/+1
| | * mtd: onenand: samsung: remove incorrect __iomem annotationChristophe JAILLET2018-01-141-6/+6
| | * mtd: onenand: omap2: Configure driver from DTLadislav Michl2018-01-122-98/+156
| | * mtd: onenand: omap2: Decouple DMA enabling from INT pin availabilityLadislav Michl2018-01-121-31/+21
| | * mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specificLadislav Michl2018-01-121-5/+2
| | * mtd: onenand: omap2: Convert to use dmaengine for memcpyPeter Ujfalusi2018-01-121-42/+38
| | * mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementationLadislav Michl2018-01-121-125/+4
| | * mtd: onenand: omap2: Simplify the DMA setup for various pathsPeter Ujfalusi2018-01-121-64/+45
| | * mtd: onenand: omap2: Account waiting time as waiting on IOLadislav Michl2018-01-121-3/+2
| | * mtd: onenand: omap2: Remove partitioning support from platform dataLadislav Michl2018-01-121-2/+1
| | * mtd: onenand: omap2: Remove skip initial unlocking supportLadislav Michl2018-01-121-3/+0
| | * mtd: onenand: omap2: Remove regulator supportLadislav Michl2018-01-121-41/+1
| | * mtd: nand: add reworked Marvell NAND controller driverMiquel Raynal2018-01-123-0/+2912
| | * mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal2018-01-121-1/+4
| | * mtd: mtd_oobtest: Handle bitflips during readsMiquel Raynal2018-01-121-0/+21
| | * mtd: nand: samsung: Disable subpage writes on E-die NANDLadislav Michl2018-01-101-4/+17
| | * mtd: tests: nandbiterrs: Fix read_page return valueSascha Hauer2018-01-091-1/+1
| | * mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu2018-01-091-10/+3
| | * mtd: nand: qcom: Add a NULL check for devm_kasprintf()Fabio Estevam2018-01-061-0/+3
| | * mtd: nand: brcmnand: Add a NULL check for devm_kasprintf()Fabio Estevam2018-01-061-0/+3
| | * mtd: nand: Fix unfinished comment in nand_init_data_interface()Miquel Raynal2018-01-061-1/+4
| | * mtd: onenand: samsung: Remove a useless includeChristophe JAILLET2017-12-181-2/+0
| | * mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()'Christophe JAILLET2017-12-181-2/+3
| | * mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' failsChristophe JAILLET2017-12-181-0/+5
| | * mtd: onenand: samsung: use devm_ function to simplify code and fix some leaksChristophe JAILLET2017-12-181-135/+30
| | * mtd: nand: add ->exec_op() implementationMiquel Raynal2017-12-162-25/+997
| | * mtd: nand: samsung: add ECC requirements for K9F4G08U0DMiquel Raynal2017-12-141-0/+6
| | * mtd: nand: Only allocate ecc->{calc, code}_buf when actually neededBoris Brezillon2017-12-141-14/+11
| | * mtd: nand: denali: Avoid using ecc->code_buf as a temporary bufferBoris Brezillon2017-12-141-7/+3
| | * mtd: nand: mtk: Support MT7622 NAND flash controller.RogerCC Lin2017-12-142-0/+42
| | * mtd: nand: mtk: Support different MTK NAND flash controller IPRogerCC Lin2017-12-143-41/+89
| | * mtd: onenand: Remove obsolete url from Kconfig helpLadislav Michl2017-12-141-2/+1
| | * mtd: nand: cafe: clean up DMA address setupMasahiro Yamada2017-12-141-6/+2
| | * mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada2017-12-148-68/+53
| | * mtd: nand: remove unused NAND_OWN_BUFFERS flagMasahiro Yamada2017-12-141-25/+20
| | * mtd: nand: cafe: remove use of NAND_OWN_BUFFERSMasahiro Yamada2017-12-141-20/+4
| | * mtd: nand: provide valid ->data_interface during NAND detectionMiquel Raynal2017-12-142-42/+25
| | * mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-1422-184/+169
| | * mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2017-12-1423-431/+1102
| | * mtd: nand: use usual return values for the ->erase() hookMiquel Raynal2017-12-013-4/+15
| | * mtd: nand: denali: rename misleading dma_buf to tmp_bufMasahiro Yamada2017-11-301-17/+17