summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal2020-09-305-12/+15
| | * | | mtd: rawnand: Use the ECC framework user input parsing bitsMiquel Raynal2020-09-301-72/+70
| | * | | mtd: rawnand: Use the ECC framework nand_ecc_is_strong_enough() helperMiquel Raynal2020-09-301-38/+1
| | * | | mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal2020-09-308-173/+19
| | * | | mtd: rawnand: Make use of the ECC frameworkMiquel Raynal2020-09-282-0/+2
| | * | | mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal2020-09-2816-86/+144
| | * | | mtd: spinand: Use nanddev_get_ecc_conf() when relevantMiquel Raynal2020-09-283-9/+10
| | * | | mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-2850-181/+207
| | * | | mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal2020-09-287-45/+64
| | * | | mtd: nand: Introduce the ECC engine frameworkMiquel Raynal2020-09-023-0/+494
| | * | | mtd: nand: Add a NAND page I/O request typeMiquel Raynal2020-08-271-2/+2
| | * | | mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-2727-62/+62
| | | |/ | | |/|
| * | | mtd: parsers: bcm63xx: Do not make it modularFlorian Fainelli2020-10-021-1/+1
| * | | mtd: spear_smi: Enable compile testingMiquel Raynal2020-10-021-1/+1
| * | | mtd: maps: vmu-flash: fix typos for struct memcardBernard Zhao2020-10-021-2/+2
| * | | mtd: physmap: Add Baikal-T1 physically mapped ROM supportSerge Semin2020-10-025-0/+160
| * | | mtd: maps: vmu-flash: simplify the return expression of probe_maple_vmuLiu Shixin2020-10-021-6/+1
| * | | mtd: spear_smi: use for_each_child_of_node() macroQinglang Miao2020-09-151-2/+2
| * | | mtd: mtdconcat: map: remove redundant assignment to variable 'size'Colin Ian King2020-09-111-1/+0
| * | | mtd: mtdoops: Don't write panic data twiceMark Tomlinson2020-09-071-5/+6
| * | | mtd: mtdconcat: map through panic write handlerMatt Weber2020-09-021-0/+44
| * | | mtd: lpddr: fix excessive stack usage with clangArnd Bergmann2020-08-271-16/+19
| * | | mtd: Avoid comma separated statementsJoe Perches2020-08-271-2/+8
| * | | mtd: maps: physmap: Retain mtd-name property from dtsChris Packham2020-08-271-1/+2
| * | | mtd: lpddr: Move function print_drs_error to lpddr_cmds.cGustavo A. R. Silva2020-08-271-0/+28
| * | | mtd: mtdcore: Convert to DEFINE_SHOW_ATTRIBUTEYongqiang Liu2020-08-271-24/+4
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-2/+1
|\ \ \
| * | | mtd: rawnand: oxnas: cleanup/simplify codePavel Machek2020-09-011-2/+1
| |/ /
* | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-0/+2
|\ \ \ | |_|/ |/| |
| * | bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-0/+2
| |/
* | Revert "mtd: spi-nor: Add capability to disable flash quad mode"Yicong Yang2020-09-142-41/+24
* | Revert "mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()"Yicong Yang2020-09-141-2/+0
|/
* Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-102-1/+7
|\
| * ubi: fastmap: Free fastmap next anchor peb during detachZhihao Cheng2020-08-021-0/+5
| * ubi: fastmap: Don't produce the initial next anchor PEB when fastmap is disabledZhihao Cheng2020-08-021-1/+2
* | Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-08-0951-792/+1104
|\ \
| * \ Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2020-08-0736-604/+865
| |\ \
| | * | mtd: rawnand: ingenic: cleanup ARRAY_SIZE() vs sizeof() useDan Carpenter2020-07-071-2/+2
| | * | mtd: parsers: bcm63xx: simplify CFE detectionÁlvaro Fernández Rojas2020-06-261-20/+12
| | * | mtd: rawnand: brcmnand: ECC error handling on EDU transfersKamal Dasu2020-06-261-0/+26
| | * | mtd: rawnand: brcmnand: Don't default to edu transferKamal Dasu2020-06-261-2/+3
| | * | mtd: rawnand: qcom: set BAM mode only if not set alreadySivaprakash Murugesan2020-06-261-1/+10
| | * | mtd: rawnand: qcom: avoid write to unavailable registerSivaprakash Murugesan2020-06-261-1/+6
| | * | mtd: rawnand: trivial spellingKieran Bingham2020-06-262-2/+2
| | * | mtd: rawnand: gpio: Get rid of the legacy interface implementationBoris Brezillon2020-06-261-35/+0
| | * | mtd: rawnand: gpio: Implement exec_op()Boris Brezillon2020-06-261-3/+101
| | * | mtd: rawnand: gpio: Inherit from nand_controllerBoris Brezillon2020-06-261-0/+3
| | * | mtd: rawnand: fsl_upm: Get rid of the legacy interface implementationBoris Brezillon2020-06-261-133/+0
| | * | mtd: rawnand: fsl_upm: Implement exec_op()Boris Brezillon2020-06-261-0/+86
| | * | mtd: rawnand: fsl_upm: Inherit from nand_controllerBoris Brezillon2020-06-261-0/+3