summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2018-01-06mtd: Do not allow MTD devices with inconsistent erase propertiesBoris Brezillon
2018-01-06mtd: sharpslpart: make local function sharpsl_nand_cleanup_ftl() staticWei Yongjun
2018-01-06mtd: nand: brcmnand: Add a NULL check for devm_kasprintf()Fabio Estevam
2018-01-06mtd: nand: Fix unfinished comment in nand_init_data_interface()Miquel Raynal
2017-12-28mtd: spi-nor: Add ISSI is25lp080d supportRomain Porte
2017-12-27mtd: spi-nor: Add support for s25fl128l and s25fl256lRafael Gago
2017-12-20mtd: spi-nor: indent issi sectionSean Nyekjaer
2017-12-20mtd: spi-nor: add support for is25lq040bSean Nyekjaer
2017-12-18mtd: onenand: samsung: Remove a useless includeChristophe JAILLET
2017-12-18mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()'Christophe JAILLET
2017-12-18mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' failsChristophe JAILLET
2017-12-18mtd: onenand: samsung: use devm_ function to simplify code and fix some leaksChristophe JAILLET
2017-12-18mtd: sharpslpart: fix overflow on block_adr calculationColin Ian King
2017-12-18mtd: Fix mtd_check_oob_ops()Miquel Raynal
2017-12-17mtd: mchp23k256: propagate return value of spi_sync()Antonio Borneo
2017-12-16mtd: mtdswap: make array 'name' static const, shrinks object sizeColin Ian King
2017-12-16mtd: nand: add ->exec_op() implementationMiquel Raynal
2017-12-15mtd: nand: gpio: Fix ALE gpio configurationChristophe Leroy
2017-12-15mtd: nand: brcmnand: Zero bitflip is not an errorAlbert Hsieh
2017-12-15mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBMSascha Hauer
2017-12-14mtd: nand: samsung: add ECC requirements for K9F4G08U0DMiquel Raynal
2017-12-14mtd: nand: Only allocate ecc->{calc, code}_buf when actually neededBoris Brezillon
2017-12-14mtd: nand: denali: Avoid using ecc->code_buf as a temporary bufferBoris Brezillon
2017-12-14mtd: nand: mtk: Support MT7622 NAND flash controller.RogerCC Lin
2017-12-14mtd: nand: mtk: Support different MTK NAND flash controller IPRogerCC Lin
2017-12-14mtd: onenand: Remove obsolete url from Kconfig helpLadislav Michl
2017-12-14mtd: nand: cafe: clean up DMA address setupMasahiro Yamada
2017-12-14mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada
2017-12-14mtd: nand: remove unused NAND_OWN_BUFFERS flagMasahiro Yamada
2017-12-14mtd: nand: cafe: remove use of NAND_OWN_BUFFERSMasahiro Yamada
2017-12-14mtd: nand: provide valid ->data_interface during NAND detectionMiquel Raynal
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon
2017-12-13mtd: m25p80: restore the status of SPI flash when exitingHou Zhiqiang
2017-12-13mtd: spi-nor: add an API to restore the status of SPI flash chipHou Zhiqiang
2017-12-13mtd: spi-nor: Check that BP bits are set properlyAaron Sierra
2017-12-13mtd: spi-nor: check FSR error bits for Micron memoriesBean Huo (beanhuo)
2017-12-13mtd: spi-nor: add support for ISSI is25lp128Angelo Dureghello
2017-12-01mtd: nand: use usual return values for the ->erase() hookMiquel Raynal
2017-11-30mtd: nand: denali: rename misleading dma_buf to tmp_bufMasahiro Yamada
2017-11-30mtd: nand: remove unnecessary extern from driver headersMasahiro Yamada
2017-11-30mtd: nand: ifc: update bufnum mask for ver >= 2.0.0Jagdish Gediya
2017-11-30mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan
2017-11-30mtd: nand: gpmi-nand: Remove wrong Kconfig help textSascha Hauer
2017-11-30mtd: nand: hynix: Don't wait after applying new read-retry paramsBoris Brezillon
2017-11-30mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal
2017-11-30mtd: nand: gpmi: replace _manual_ swap with swap macroGustavo A. R. Silva
2017-11-30mtd: nand: mtk: use nand_reset() to reset NAND devices in resume functionXiaolei Li
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds