summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cfi/for-5.8' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/l...Richard Weinberger2020-06-032-4/+4
|\
| * mtd: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-262-4/+4
* | Merge tag 'spi-nor/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Richard Weinberger2020-06-011-12/+12
|\ \
| * | mtd: spi-nor: Fix SPI NOR acronymTudor Ambarus2020-05-281-4/+4
| * | mtd: spi-nor: fix kernel-doc for spi_nor::spimemSergei Shtylyov2020-04-281-1/+1
| * | mtd: spi-nor: fix kernel-doc for spi_nor::infoSergei Shtylyov2020-04-281-1/+1
| * | mtd: spi-nor: fix kernel-doc for spi_nor::reg_protoSergei Shtylyov2020-04-281-1/+1
| * | mtd: spi-nor: fix kernel-doc for spi_nor::mtdSergei Shtylyov2020-04-281-1/+1
| * | mtd: spi-nor: fix kernel-doc for 'struct spi_nor'Sergei Shtylyov2020-04-281-4/+4
| * | mtd: spi-nor: move #define SPINOR_OP_WRDISergei Shtylyov2020-04-201-1/+1
| |/
* | mtd: rawnand: Add an invalid ECC mode to discriminate with valid onesMiquel Raynal2020-05-311-0/+1
* | mtd: rawnand: Drop OOB_FIRST placement schemeMiquel Raynal2020-05-311-1/+0
* | mtd: rawnand: Avoid a typedefMiquel Raynal2020-05-311-3/+3
* | mtd: rawnand: Stop using nand_release()Miquel Raynal2020-05-312-3/+1
* | mtd: rawnand: Add nand_extract_bits()Miquel Raynal2020-05-241-0/+4
* | mtd: rawnand: Propage CS selection to sub operationsBoris Brezillon2020-05-241-0/+2
* | mtd: rawnand: Add a NAND_NO_BBM_QUIRK flagBoris Brezillon2020-05-111-0/+8
* | mtd: rawnand: Expose monolithic read/write_page_raw() helpersMiquel Raynal2020-05-111-2/+6
* | mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal2020-05-111-1/+1
* | mtd: rawnand: Rename a NAND chip optionMiquel Raynal2020-05-111-1/+1
* | mtd: rawnand: Reorder the nand_chip->options flagsMiquel Raynal2020-05-111-27/+30
* | mtd: rawnand: Translate obscure bitfields into readable macrosMiquel Raynal2020-05-111-19/+19
* | mtd: Add support for emulated SLC mode on MLC NANDsBoris Brezillon2020-05-112-1/+8
* | mtd: rawnand: timings: Add mode information to the timings structureMiquel Raynal2020-05-111-3/+7
|/
* 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