summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'cfi/for-5.10' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/...Richard Weinberger2020-10-111-0/+13
|\
| * mtd: hyperbus: add Renesas RPC-IF driverSergei Shtylyov2020-10-061-0/+11
| * mtd: hyperbus: Provide per device private pointerVignesh Raghavendra2020-09-301-0/+2
* | Merge tag 'nand/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger2020-10-112-33/+189
|\ \
| * | mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal2020-09-301-1/+0
| * | mtd: rawnand: Use the ECC framework user input parsing bitsMiquel Raynal2020-09-301-12/+0
| * | mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal2020-09-301-3/+1
| * | mtd: nand: Use the new generic ECC objectMiquel Raynal2020-09-281-7/+7
| * | mtd: nand: Create helpers to set/extract the ECC requirementsMiquel Raynal2020-09-281-0/+24
| * | mtd: nand: Create a helper to extract the ECC configurationMiquel Raynal2020-09-281-0/+10
| * | mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-2/+2
| * | mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal2020-09-281-2/+4
| * | mtd: nand: Introduce the ECC engine frameworkMiquel Raynal2020-09-021-0/+114
| * | mtd: nand: Add a NAND page I/O request typeMiquel Raynal2020-08-271-2/+16
| * | mtd: rawnand: Move the nand_ecc_algo enum to the generic NAND layerMiquel Raynal2020-08-272-14/+14
| * | mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-8/+8
| * | mtd: rawnand: Add a kernel doc to the ECC algorithm enumerationMiquel Raynal2020-08-271-0/+7
| |/
* | mtd: lpddr: Move function print_drs_error to lpddr_cmds.cGustavo A. R. Silva2020-08-271-28/+0
* | mtd: lpddr: Replace printk with pr_noticeGustavo A. R. Silva2020-08-271-16/+11
* | mtd: lpddr: Fix bad logic in print_drs_errorGustavo A. R. Silva2020-08-271-1/+1
|/
* 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