summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: parsers: ofpart: fix parsing subpartitionsRafał Miłecki2021-05-101-12/+14
* mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helperMiquel Raynal2021-05-101-2/+3
* mtd: rawnand: tmio: Fix external use of SW Hamming ECC helperMiquel Raynal2021-05-101-3/+5
* mtd: rawnand: sharpsl: Fix external use of SW Hamming ECC helperMiquel Raynal2021-05-101-1/+11
* mtd: rawnand: ndfc: Fix external use of SW Hamming ECC helperMiquel Raynal2021-05-101-1/+11
* mtd: rawnand: lpc32xx_slc: Fix external use of SW Hamming ECC helperMiquel Raynal2021-05-101-1/+14
* mtd: rawnand: fsmc: Fix external use of SW Hamming ECC helperMiquel Raynal2021-05-101-1/+11
* mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helperMiquel Raynal2021-05-101-1/+11
* Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-042-2/+1
|\
| * ubi: Remove unnecessary struct declarationWan Jiabing2021-04-151-2/+0
| * ubi: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-151-0/+1
* | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-271-2/+15
|\ \
| * | printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-1/+4
| * | mtd: mtdoops: synchronize kmsg_dumperJohn Ogness2021-03-081-1/+11
* | | Merge tag 'mtd/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-04-2654-789/+1711
|\ \ \
| * | | Revert "mtd: rawnand: bbt: Skip bad blocks when searching for the BBT in NAND"Fabio Estevam2021-04-191-5/+0
| * | | mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus2021-04-167-16/+21
| * | | Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger2021-04-1516-167/+444
| |\ \ \
| | * | | mtd: rawnand: qcom: Use dma_mapping_error() for error checkManivannan Sadhasivam2021-04-071-1/+1
| | * | | mtd: rawnand: gpmi: Fix a double free in gpmi_nand_initLv Yunlong2021-04-071-1/+1
| | * | | mtd: rawnand: qcom: Add missing nand_cleanup() in error pathManivannan Sadhasivam2021-04-071-0/+1
| | * | | mtd: rawnand: Add support for secure regions in NAND memoryManivannan Sadhasivam2021-04-071-1/+99
| | * | | mtd: rawnand: bbt: Skip bad blocks when searching for the BBT in NANDStefan Riedmueller2021-03-281-0/+5
| | * | | mtd: spinand: core: add missing MODULE_DEVICE_TABLE()Alexander Lobakin2021-03-281-0/+2
| | * | | mtd: rawnand: rockchip: Use flexible-array member instead of zero-length arrayZou Wei2021-03-281-1/+1
| | * | | mtd: rawnand: atmel: Update ecc_stats.corrected counterKai Stuhlemmer (ebee Engineering)2021-03-281-2/+4
| | * | | mtd: rawnand: mxc: Remove unneeded of_match_ptr()Fabio Estevam2021-03-281-1/+1
| | * | | mtd: rawnand: r852: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao2021-03-281-3/+2
| | * | | mtd: rawnand: brcmnand: move to polling in pio mode on oops writeKamal Dasu2021-03-281-0/+4
| | * | | mtd: rawnand: brcmnand: read/write oob during EDU transferKamal Dasu2021-03-281-7/+52
| | * | | mtd: rawnand: qcom: Return actual error code instead of -ENODEVManivannan Sadhasivam2021-03-111-5/+2
| | * | | mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions()Manivannan Sadhasivam2021-03-111-0/+3
| | * | | mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECCÁlvaro Fernández Rojas2021-03-111-0/+6
| | * | | mtd: rawnand: qcom: update last code word registerMd Sadre Alam2021-03-111-21/+57
| | * | | mtd: rawnand: qcom: Add helper to configure location registerMd Sadre Alam2021-03-111-12/+24
| | * | | mtd: rawnand: qcom: Rename parameter name in macroMd Sadre Alam2021-03-111-4/+4
| | * | | mtd: rawnand: qcom: Add helper to check last code wordMd Sadre Alam2021-03-111-7/+13
| | * | | mtd: rawnand: qcom: Convert nandc to chip in Read/Write helperMd Sadre Alam2021-03-111-73/+80
| | * | | mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe()Dan Carpenter2021-03-111-0/+2
| | * | | mtd: spinand: gigadevice: Support GD5F1GQ5UExxGReto Schneider2021-03-111-9/+60
| | * | | mtd: nand: fix error handling in nand_prog_page_op() #2Sascha Hauer2021-03-111-16/+15
| | * | | mtd: nand: fix error handling in nand_prog_page_op() #1Sascha Hauer2021-03-111-0/+2
| | * | | mtd: rawnand: qcom: Update register macro name for 0x2c offsetMd Sadre Alam2021-03-111-1/+1
| | * | | mtd: nand: ecc-hamming: Use the public nsteps fieldMiquel Raynal2021-03-111-5/+4
| | * | | mtd: nand: ecc-bch: Use the public nsteps fieldMiquel Raynal2021-03-111-5/+4
| | * | | mtd: rawnand: omap: Use ECC information from the generic structuresMiquel Raynal2021-03-111-6/+8
| | * | | mtd: rawnand: Try not to use the ECC private structuresMiquel Raynal2021-03-111-9/+7
| | * | | mtd: nand: ecc-hamming: Populate the public nsteps fieldMiquel Raynal2021-03-111-0/+1
| | * | | mtd: nand: ecc-bch: Populate the public nsteps fieldMiquel Raynal2021-03-111-0/+1
| | |/ /
| * | | Merge tag 'spi-nor/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Richard Weinberger2021-04-1513-493/+980
| |\ \ \