summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
*-. Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal2020-12-169-123/+286
|\ \
| | * mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab2020-12-101-1/+2
| | * mtd: nand: Add helpers to manage ECC engines and configurationsMiquel Raynal2020-12-101-0/+4
| | * mtd: nand: Let on-die ECC engines be retrieved from the NAND coreMiquel Raynal2020-12-101-0/+1
| | * mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal2020-12-101-0/+9
| | * mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal2020-12-101-0/+1
| | * mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal2020-12-102-4/+21
| | * mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal2020-12-101-0/+36
| | * mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal2020-12-101-1/+0
| | * mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal2020-12-102-0/+22
| | * mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal2020-12-102-24/+19
| | * mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal2020-12-101-1/+1
| | * mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal2020-12-102-4/+4
| | * mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal2020-12-101-2/+0
| | * mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal2020-12-102-8/+17
| | * mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal2020-11-301-0/+25
| | * mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal2020-11-302-29/+21
| | * mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal2020-11-301-4/+0
| | * mtd: nand: ecc-bch: Return only valid error codesMiquel Raynal2020-11-301-1/+1
| | * mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal2020-11-301-6/+5
| | * mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal2020-11-301-3/+3
| | * mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal2020-11-301-0/+32
| |/ |/|
| * mtd: spi-nor: Fix multiple typosJonathan Neuschäfer2020-12-071-1/+1
| * mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav2020-11-091-0/+2
| * mtd: spi-nor: add support for DTR protocolPratyush Yadav2020-11-091-13/+38
|/
* 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