summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nand/for-5.7' into mtd/nextMiquel Raynal2020-03-302-23/+55
|\
| * mtd: rawnand: Add support for manufacturer specific suspend/resume operationMason Yang2020-03-241-0/+4
| * mtd: spinand: micron: identify SPI NAND device with Continuous Read modeShivamurthy Shastri2020-03-121-0/+1
| * mtd: rawnand: Add support for manufacturer specific lock/unlock operationMason Yang2020-03-111-0/+5
| * mtd: rawnand: Fix a typo ("manufecturer")Jonathan Neuschäfer2020-03-111-1/+1
| * mtd: spinand: rework detect procedure for different READ_ID operationChuanhong Guo2020-03-091-22/+44
* | Merge tag 'spi-nor/for-5.7' into mtd/nextMiquel Raynal2020-03-251-266/+19
|\ \
| * | mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee2020-03-241-0/+2
| * | mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus2020-03-171-254/+6
| * | mtd: spi-nor: Drop the MFR definitionsTudor Ambarus2020-03-171-17/+0
| * | mtd: spi-nor: Add the concept of SPI NOR manufacturer driverBoris Brezillon2020-03-171-0/+8
| * | mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() methodTudor Ambarus2020-03-161-2/+2
| * | mtd: spi-nor: use spi-mem dirmap APISergei Shtylyov2020-02-191-0/+6
| * | mtd: spi-nor: introduce SR_BP_SHIFT defineJungseung Lee2020-02-171-0/+2
| |/
* / mtd: implement proper partition handlingMiquel Raynal2020-03-112-11/+115
|/
* Merge tag 'nand/for-5.6' into mtd/nextMiquel Raynal2020-01-271-1/+1
|\
| * mtd: onenand: omap2: Fix errors in styleAmir Mahdi Ghorbanian2020-01-091-1/+1
* | mtd: spi-nor: remove unused enum spi_nor_opsMichael Walle2020-01-141-10/+2
* | mtd: spi-nor: Support TB selection using SR bit 6Jungseung Lee2019-12-231-0/+1
* | mtd: spi-nor: Rename SR_TB to indicate the bit usedJungseung Lee2019-12-231-1/+2
|/
* mtd: spi-nor: Set default Quad Enable method for ISSI flashesSagar Shrikant Kadam2019-11-111-0/+1
* mtd: spi-nor: Rename Quad Enable methodsTudor Ambarus2019-11-111-1/+1
* mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1Tudor Ambarus2019-11-111-3/+1
* mtd: spi-nor: Rework the disabling of block write protectionTudor Ambarus2019-11-111-3/+0
* mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()Tudor Ambarus2019-11-111-0/+3
* mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'Tudor Ambarus2019-10-231-21/+30
* Merge tag 'mtd/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2019-09-214-83/+218
|\
| * Merge tag 'spi-nor/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Richard Weinberger2019-09-152-82/+212
| |\
| | * mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee2019-08-291-0/+3
| | * mtd: spi-nor: Add a ->setup() methodTudor Ambarus2019-08-281-0/+5
| | * mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon2019-08-281-7/+10
| | * mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon2019-08-281-7/+16
| | * mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon2019-08-281-0/+2
| | * mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus2019-08-281-3/+5
| | * mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus2019-08-281-2/+0
| | * mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus2019-08-281-75/+164
| | * mtd: spi-nor: Remove unused macroTudor Ambarus2019-08-281-1/+0
| | * mtd: spi-nor: fix description for int (*flash_is_locked)()Tudor Ambarus2019-08-121-1/+1
| | * mtd: spi-nor: Rework hwcaps selection for the spi-mem caseBoris Brezillon2019-08-121-0/+14
| | * mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon2019-08-121-0/+3
| | * mtd: spi-nor: always use bounce buffer for register read/writesVignesh Raghavendra2019-08-121-2/+5
| * | mtd: nand: fix typo, s/erasablocks/eraseblocksTudor Ambarus2019-08-261-1/+1
| * | mtd: rawnand: sharpsl: add include guard to linux/mtd/sharpsl.hMasahiro Yamada2019-08-261-0/+5
| |/
* | mtd: Kill mount_mtd()David Howells2019-09-051-3/+0
* | mtd: Provide fs_context-aware mount_mtd() replacementDavid Howells2019-09-051-0/+3
|/
* Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2019-07-136-2/+167
|\
| * Merge tag 'nand/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2019-07-0618-196/+91
| |\
| | * mtd: spinand: Add initial support for Paragon PN26G0xAJeff Kletsky2019-06-271-0/+1
| | * mtd: Add flag to indicate panic_writeKamal Dasu2019-06-271-0/+6
| | * mtd: spinand: Add support for two-byte device IDsJeff Kletsky2019-06-271-2/+2