summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-0/+1
2018-01-10mtd: nand: samsung: Disable subpage writes on E-die NANDLadislav Michl1-4/+17
2018-01-09mtd: tests: nandbiterrs: Fix read_page return valueSascha Hauer1-1/+1
2018-01-09mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu1-10/+3
2018-01-07spi-nor: intel-spi: Remove unused preopcodes fieldMika Westerberg1-6/+0
2018-01-07mtd: fsl-quadspi: account for const type of of_device_id.dataJulia Lawall1-4/+4
2018-01-07mtd: spi-nor: cadence-quadspi: Add support for direct access modeVignesh R1-2/+29
2018-01-07mtd: spi-nor: cadence-quadspi: Refactor indirect read/write sequence.Vignesh R1-16/+12
2018-01-07mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon1-0/+1
2018-01-06mtd: nand: qcom: Add a NULL check for devm_kasprintf()Fabio Estevam1-0/+3
2018-01-06mtd: Do not allow MTD devices with inconsistent erase propertiesBoris Brezillon1-0/+5
2018-01-06mtd: sharpslpart: make local function sharpsl_nand_cleanup_ftl() staticWei Yongjun1-1/+1
2018-01-06mtd: nand: brcmnand: Add a NULL check for devm_kasprintf()Fabio Estevam1-0/+3
2018-01-06mtd: nand: Fix unfinished comment in nand_init_data_interface()Miquel Raynal1-1/+4
2017-12-28mtd: spi-nor: Add ISSI is25lp080d supportRomain Porte1-0/+2
2017-12-27mtd: spi-nor: Add support for s25fl128l and s25fl256lRafael Gago1-1/+3
2017-12-20mtd: spi-nor: indent issi sectionSean Nyekjaer1-3/+3
2017-12-20mtd: spi-nor: add support for is25lq040bSean Nyekjaer1-0/+2
2017-12-18mtd: onenand: samsung: Remove a useless includeChristophe JAILLET1-2/+0
2017-12-18mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()'Christophe JAILLET1-2/+3
2017-12-18mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' failsChristophe JAILLET1-0/+5
2017-12-18mtd: onenand: samsung: use devm_ function to simplify code and fix some leaksChristophe JAILLET1-135/+30
2017-12-18mtd: sharpslpart: fix overflow on block_adr calculationColin Ian King1-2/+2
2017-12-18mtd: Fix mtd_check_oob_ops()Miquel Raynal1-1/+1
2017-12-17mtd: mchp23k256: propagate return value of spi_sync()Antonio Borneo1-4/+14
2017-12-16mtd: mtdswap: make array 'name' static const, shrinks object sizeColin Ian King1-2/+3
2017-12-16mtd: nand: add ->exec_op() implementationMiquel Raynal2-25/+997
2017-12-16mtd: nand: gpio: Fix ALE gpio configurationChristophe Leroy1-3/+3
2017-12-16mtd: nand: brcmnand: Zero bitflip is not an errorAlbert Hsieh1-1/+1
2017-12-16mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBMSascha Hauer1-3/+3
2017-12-14mtd: nand: samsung: add ECC requirements for K9F4G08U0DMiquel Raynal1-0/+6
2017-12-14mtd: nand: Only allocate ecc->{calc, code}_buf when actually neededBoris Brezillon1-14/+11
2017-12-14mtd: nand: denali: Avoid using ecc->code_buf as a temporary bufferBoris Brezillon1-7/+3
2017-12-14mtd: nand: mtk: Support MT7622 NAND flash controller.RogerCC Lin2-0/+42
2017-12-14mtd: nand: mtk: Support different MTK NAND flash controller IPRogerCC Lin3-41/+89
2017-12-14mtd: onenand: Remove obsolete url from Kconfig helpLadislav Michl1-2/+1
2017-12-14mtd: nand: cafe: clean up DMA address setupMasahiro Yamada1-6/+2
2017-12-14mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada8-68/+53
2017-12-14mtd: nand: remove unused NAND_OWN_BUFFERS flagMasahiro Yamada1-25/+20
2017-12-14mtd: nand: cafe: remove use of NAND_OWN_BUFFERSMasahiro Yamada1-20/+4
2017-12-14mtd: nand: provide valid ->data_interface during NAND detectionMiquel Raynal2-42/+25
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon22-184/+169
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon23-431/+1102
2017-12-13mtd: m25p80: restore the status of SPI flash when exitingHou Zhiqiang1-0/+9
2017-12-13mtd: spi-nor: add an API to restore the status of SPI flash chipHou Zhiqiang1-0/+10
2017-12-13mtd: spi-nor: Check that BP bits are set properlyAaron Sierra1-12/+23
2017-12-13mtd: spi-nor: check FSR error bits for Micron memoriesBean Huo (beanhuo)1-2/+16
2017-12-13mtd: spi-nor: add support for ISSI is25lp128Angelo Dureghello1-0/+2
2017-12-01mtd: nand: use usual return values for the ->erase() hookMiquel Raynal3-4/+15
2017-12-01mtd: nand: denali: rename misleading dma_buf to tmp_bufMasahiro Yamada1-17/+17