summaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)Author
2019-11-11mtd: spi-nor: Set default Quad Enable method for ISSI flashesSagar Shrikant Kadam
2019-11-11mtd: spi-nor: Rename Quad Enable methodsTudor Ambarus
2019-11-11mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1Tudor Ambarus
2019-11-11mtd: spi-nor: Rework the disabling of block write protectionTudor Ambarus
2019-11-11mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()Tudor Ambarus
2019-10-23mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'Tudor Ambarus
2019-09-21Merge tag 'mtd/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2019-09-15Merge tag 'spi-nor/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Richard Weinberger
2019-09-05mtd: Kill mount_mtd()David Howells
2019-09-05mtd: Provide fs_context-aware mount_mtd() replacementDavid Howells
2019-08-29mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee
2019-08-28mtd: spi-nor: Add a ->setup() methodTudor Ambarus
2019-08-28mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon
2019-08-28mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon
2019-08-28mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon
2019-08-28mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus
2019-08-28mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus
2019-08-28mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus
2019-08-28mtd: spi-nor: Remove unused macroTudor Ambarus
2019-08-26mtd: nand: fix typo, s/erasablocks/eraseblocksTudor Ambarus
2019-08-26mtd: rawnand: sharpsl: add include guard to linux/mtd/sharpsl.hMasahiro Yamada
2019-08-12mtd: spi-nor: fix description for int (*flash_is_locked)()Tudor Ambarus
2019-08-12mtd: spi-nor: Rework hwcaps selection for the spi-mem caseBoris Brezillon
2019-08-12mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon
2019-08-12mtd: spi-nor: always use bounce buffer for register read/writesVignesh Raghavendra
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2019-07-06Merge tag 'nand/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger
2019-06-27mtd: spinand: Add initial support for Paragon PN26G0xAJeff Kletsky
2019-06-27mtd: Add flag to indicate panic_writeKamal Dasu
2019-06-27mtd: spinand: Add support for two-byte device IDsJeff Kletsky
2019-06-27mtd: spinand: Define macros for page-read ops with three-byte addressesJeff Kletsky
2019-06-27mtd: rawnand: export NAND operation tracerSascha Hauer
2019-06-27mtd: onenand: Add support for 8Gb datasize onenandJonathan Bakker
2019-06-27mtd: Add support for HyperBus memory devicesVignesh Raghavendra
2019-06-27mtd: cfi_cmdset_0002: Add support for polling status registerVignesh Raghavendra
2019-06-24Merge tag 'mtd/fixes-for-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-23mtd: spi-nor: use 16-bit WRR command when QE is set on spansion flashesTudor Ambarus
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner
2019-04-18mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf
2019-04-18mtd: nand: Cleanup flags and fields for bad block marker positionFrieder Schrempf
2019-04-18mtd: onenand: Store bad block marker position in chip structFrieder Schrempf
2019-04-18mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf
2019-04-18mtd: rawnand: constify elements of NAND_OP_PARSER(_PATTERN)Masahiro Yamada
2019-04-18mtd: rawnand: Fix sphinx syntaxJonathan Neuschäfer
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon