aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-21Merge tag 'mtd/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds4-83/+218
2019-09-15Merge tag 'spi-nor/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/for-5.4Richard Weinberger2-82/+212
2019-09-05mtd: Kill mount_mtd()David Howells1-3/+0
2019-09-05mtd: Provide fs_context-aware mount_mtd() replacementDavid Howells1-0/+3
2019-08-29mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee1-0/+3
2019-08-28mtd: spi-nor: Add a ->setup() methodTudor Ambarus1-0/+5
2019-08-28mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon1-7/+10
2019-08-28mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon1-7/+16
2019-08-28mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon1-0/+2
2019-08-28mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus1-3/+5
2019-08-28mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus1-2/+0
2019-08-28mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus1-75/+164
2019-08-28mtd: spi-nor: Remove unused macroTudor Ambarus1-1/+0
2019-08-26mtd: nand: fix typo, s/erasablocks/eraseblocksTudor Ambarus1-1/+1
2019-08-26mtd: rawnand: sharpsl: add include guard to linux/mtd/sharpsl.hMasahiro Yamada1-0/+5
2019-08-12mtd: spi-nor: fix description for int (*flash_is_locked)()Tudor Ambarus1-1/+1
2019-08-12mtd: spi-nor: Rework hwcaps selection for the spi-mem caseBoris Brezillon1-0/+14
2019-08-12mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon1-0/+3
2019-08-12mtd: spi-nor: always use bounce buffer for register read/writesVignesh Raghavendra1-2/+5
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds6-2/+167
2019-07-06Merge tag 'nand/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/nextRichard Weinberger18-196/+91
2019-06-27mtd: spinand: Add initial support for Paragon PN26G0xAJeff Kletsky1-0/+1
2019-06-27mtd: Add flag to indicate panic_writeKamal Dasu1-0/+6
2019-06-27mtd: spinand: Add support for two-byte device IDsJeff Kletsky1-2/+2
2019-06-27mtd: spinand: Define macros for page-read ops with three-byte addressesJeff Kletsky1-0/+30
2019-06-27mtd: rawnand: export NAND operation tracerSascha Hauer1-0/+36
2019-06-27mtd: onenand: Add support for 8Gb datasize onenandJonathan Bakker1-0/+1
2019-06-27mtd: Add support for HyperBus memory devicesVignesh Raghavendra1-0/+84
2019-06-27mtd: cfi_cmdset_0002: Add support for polling status registerVignesh Raghavendra1-0/+7
2019-06-24Merge tag 'mtd/fixes-for-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-0/+3
2019-06-23mtd: spi-nor: use 16-bit WRR command when QE is set on spansion flashesTudor Ambarus1-0/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner11-46/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-11/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner11-165/+11
2019-04-18mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf1-0/+1
2019-04-18mtd: nand: Cleanup flags and fields for bad block marker positionFrieder Schrempf1-13/+1
2019-04-18mtd: onenand: Store bad block marker position in chip structFrieder Schrempf1-0/+3
2019-04-18mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf1-1/+15
2019-04-18mtd: rawnand: constify elements of NAND_OP_PARSER(_PATTERN)Masahiro Yamada1-2/+2
2019-04-18mtd: rawnand: Fix sphinx syntaxJonathan Neuschäfer1-2/+2
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal1-3/+3
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon1-8/+0
2019-04-08mtd: rawnand: Get rid of chip->numchipsBoris Brezillon1-4/+3
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon1-2/+0
2019-04-08mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon1-4/+2
2019-04-08mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon1-5/+0
2019-04-08mtd: rawnand: Move all page cache related fields to a sub-structBoris Brezillon1-7/+11
2019-04-08mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon1-0/+21