summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2020-08-073-138/+141
|\
| * mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal2020-06-261-3/+8
| * mtd: rawnand: Get rid of the default ONFI timing modeMiquel Raynal2020-06-261-9/+0
| * mtd: rawnand: Add the ->choose_interface_config() hookMiquel Raynal2020-06-261-0/+3
| * mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-17/+16
| * mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal2020-06-261-0/+11
| * mtd: rawnand: Reorganize the nand_chip structureMiquel Raynal2020-06-261-90/+76
| * mtd: rawnand: Declare the nand_manufacturer structure out of nand_chipMiquel Raynal2020-06-261-8/+12
| * mtd: rawnand: Rename the manufacturer structureMiquel Raynal2020-06-261-1/+1
| * mtd: rawnand: Create a nand_chip operations structureMiquel Raynal2020-06-261-14/+18
| * mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structureMiquel Raynal2020-06-261-2/+2
| * mtd: rawnand: Use unsigned types for nand_chip unsigned valuesMiquel Raynal2020-06-261-7/+7
| * mtd: nand: Rename a core structureMiquel Raynal2020-06-262-5/+5
| * mtd: nand: Move nand_device forward declaration to the topMiquel Raynal2020-06-261-2/+2
* | MTD: pfow.h: drop a duplicated wordRandy Dunlap2020-08-021-1/+1
* | mtd: hyperbus: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-021-1/+1
|/
* 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