summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
...
| | * mtd: rawnand: marvell: add support for AC5 SoCChris Packham2023-07-152-1/+17
| | * mtd: rawnand: qcom: Remove legacy interfaceMd Sadre Alam2023-07-151-359/+0
| | * mtd: rawnand: qcom: Implement exec_op()Md Sadre Alam2023-07-151-3/+531
| | * mtd: nand: omap: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-151-8/+2
| | * mtd: nand: samsung: Convert to devm_platform_ioremap_resource() and devm_plat...Yangtao Li2023-07-121-6/+3
| | * mtd: rawnand: atmel: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
| | * mtd: rawnand: fsl_upm: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
| | * mtd: rawnand: lpc32xx_mlc: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
| | * mtd: rawnand: stm32_fmc2: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+2
| | * mtd: rawnand: omap2: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
| | * mtd: rawnand: sh_flctl: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
| | * mtd: rawnand: mxc: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-121-6/+3
| | * mtd: rawnand: lpc32xx_slc: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
| | * mtd: rawnand: sunxi: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
| | * mtd: rawnand: brcmnand: Fix mtd oobsizeWilliam Zhang2023-07-121-2/+5
| | * mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob writeWilliam Zhang2023-07-121-2/+16
| | * mtd: rawnand: brcmnand: Fix crash during the panic_writeWilliam Zhang2023-07-121-1/+11
| | * mtd: rawnand: brcmnand: Fix potential false time out warningWilliam Zhang2023-07-121-0/+8
| | * mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controllerWilliam Zhang2023-07-121-33/+41
| | * mtd: rawnand: meson: use NAND core API to check statusArseniy Krasnov2023-07-121-14/+12
| | * mtd: rawnand: export 'nand_exit_status_op()'Arseniy Krasnov2023-07-121-0/+1
| | * nand: oxnas_nand: remove obsolete raw nand driverNeil Armstrong2023-07-123-217/+0
| | * mtd: spinand: toshiba: add support for T{C,H}58NYG{0,2}S3HBAI4 and TH58NYG3S0...Sridharan S N2023-07-121-0/+33
| | * mtd: spinand: esmt: add support for F50D2G41KASridharan S N2023-07-121-0/+9
| | * mtd: spinand: gigadevice: add support for GD5F1GQ{4,5}RExxHSridharan S N2023-07-121-0/+20
| * | mtd: Explicitly include correct DT includesRob Herring2023-07-2726-27/+22
| |/
* | mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op()Christophe JAILLET2023-07-271-1/+1
* | mtd: rawnand: rockchip: Align hwecc vs. raw page helper layoutsJohan Jonker2023-07-151-13/+21
* | mtd: rawnand: rockchip: fix oobfree offset and descriptionJohan Jonker2023-07-151-7/+4
* | mtd: rawnand: meson: fix OOB available bytes for ECCArseniy Krasnov2023-07-121-2/+1
* | mtd: rawnand: omap_elm: Fix incorrect type in assignmentRoger Quadros2023-07-121-12/+12
* | mtd: spinand: winbond: Fix ecc_get_statusOlivier Maignial2023-07-121-2/+2
* | mtd: spinand: toshiba: Fix ecc_get_statusOlivier Maignial2023-07-121-2/+2
|/
* Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-06-289-25/+354
|\
| * mtd: rawnand: macronix: OTP access for MX30LFxG18ACArseniy Krasnov2023-06-191-0/+167
| * mtd: rawnand: meson: fix unaligned DMA buffers handlingArseniy Krasnov2023-06-191-0/+4
| * mtd: rawnand: add support for the Sandisk SDTNQGAMA chipJohan Jonker2023-06-191-0/+3
| * mtd: rawnand: add basic sandisk manufacturer opsJohan Jonker2023-06-194-1/+29
| * mtd: rawnand: meson: check buffer lengthArseniy Krasnov2023-06-091-3/+43
| * mtd: spinand: macronix: Add support for serial NAND flashJaimeLiao2023-06-091-0/+20
| * mtd: rawnand: meson: waiting w/o wired ready/busy pinArseniy Krasnov2023-06-091-4/+73
| * mtd: rawnand: meson: replace integer consts with proper definesArseniy Krasnov2023-06-091-2/+5
| * Revert "mtd: rawnand: arasan: Prevent an unsupported configuration"Amit Kumar Mahapatra2023-06-091-15/+0
| * mtd: spinand: gigadevice: add support for GD5F2GQ5xExxHMd Sadre Alam2023-05-261-0/+10
* | mtd: rawnand: marvell: don't set the NAND frequency selectChris Packham2023-06-011-4/+0
* | mtd: rawnand: marvell: ensure timing values are writtenChris Packham2023-06-011-0/+6
* | mtd: rawnand: ingenic: fix empty stub helper definitionsArnd Bergmann2023-05-261-4/+4
|/
* Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-04-2556-214/+258
|\
| * Merge tag 'nand/for-6.4' into mtd/nextMiquel Raynal2023-04-1955-210/+255
| |\
| | * mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-1149-191/+99