summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2025-02-27mtd: rawnand: cadence: fix incorrect device in dma_unmap_singleNiravkumar L Rabara1-2/+2
2025-02-27mtd: rawnand: cadence: use dma_map_resource for sdma addressNiravkumar L Rabara1-4/+25
2025-02-27mtd: rawnand: cadence: fix error code in cadence_nand_init()Niravkumar L Rabara1-5/+4
2025-02-17mtd: onenand: Fix uninitialized retlen in do_otp_read()Ivan Stepchenko1-0/+1
2025-02-08mtd: rawnand: brcmnand: fix status read of brcmnand_waitfuncdavid regan1-0/+5
2024-12-05mtd: rawnand: omap2: Fix build warnings with W=1Roger Quadros1-0/+16
2024-12-05mtd: rawnand: arasan: Fix missing de-registration of NANDMaciej Andrzejewski1-0/+7
2024-12-05mtd: rawnand: arasan: Fix double assertion of chip-selectMaciej Andrzejewski1-2/+2
2024-12-05mtd: diskonchip: Cast an operand to prevent potential overflowZichen Xie1-1/+1
2024-12-05mtd: rawnand: fix double free in atmel_pmecc_create_user()Dan Carpenter1-3/+1
2024-11-22Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds66-176/+186
2024-11-21Merge tag 'nand/for-6.13' into mtd/nextMiquel Raynal16-119/+129
2024-10-21mtd: Switch back to struct platform_driver::remove()Uwe Kleine-König55-57/+57
2024-10-21mtd: spinand: Constify struct nand_ecc_engine_opsChristophe JAILLET4-6/+6
2024-10-21mtd: spinand: winbond: Sort the devicesMiquel Raynal1-35/+48
2024-10-21mtd: spinand: winbond: Ignore the last ID charactersMiquel Raynal1-3/+3
2024-10-21mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC informationMiquel Raynal1-8/+8
2024-10-21mtd: spinand: winbond: Fix 512GW and 02JW OOB layoutMiquel Raynal1-2/+2
2024-10-21mtd: nand: raw: gpmi: improve power management handlingHan Xu1-25/+32
2024-10-21mtd: nand: raw: gpmi: switch to SYSTEM_SLEEP_PM_OPSHan Xu1-5/+3
2024-10-21mtd: rawnand: davinci: use generic device property helpersBartosz Golaszewski1-21/+21
2024-10-21mtd: rawnand: davinci: break the line correctlyBartosz Golaszewski1-4/+4
2024-10-21mtd: rawnand: davinci: order headers alphabeticallyBartosz Golaszewski1-5/+5
2024-10-21mtd: rawnand: atmel: Fix possible memory leakMiquel Raynal2-9/+1
2024-10-21mtd: rawnand: Correct multiple typos in commentsShen Lichuan7-9/+9
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+229
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-09-12mtd: rawnand: add support for ts72xxNikita Shubin3-0/+229
2024-09-09treewide: correct the typo 'retun'WangYuli1-1/+1
2024-09-09mtd: spinand: macronix: Flag parts needing explicit plane selectCheng Ming Lin1-7/+17
2024-09-09mtd: spinand: Add support for setting plane select bitsCheng Ming Lin1-0/+6
2024-09-09mtd: rawnand: mtk: Fix init error pathMiquel Raynal1-1/+3
2024-09-06mtd: rawnand: mtk: Factorize out the logic cleaning mtk chipsMiquel Raynal1-13/+18
2024-09-06mtd: rawnand: atmel: Add message on DMA usageAlexander Dahl1-1/+4
2024-09-06mtd: rawnand: meson: Fix typo in function nameMiquel Raynal1-3/+3
2024-09-06mtd: spi-nand: macronix: Continuous read supportMiquel Raynal1-29/+86
2024-09-06mtd: spi-nand: macronix: Add a possible bitflip status flagMiquel Raynal1-0/+3
2024-09-06mtd: spi-nand: macronix: Extract the bitflip retrieval logicMiquel Raynal1-17/+20
2024-09-06mtd: spi-nand: macronix: Fix helper nameMiquel Raynal1-25/+24
2024-09-06mtd: spi-nand: Expose spinand_write_reg_op()Miquel Raynal1-1/+1
2024-09-06mtd: spi-nand: Add continuous read supportMiquel Raynal1-8/+168
2024-09-06mtd: spi-nand: Isolate the MTD read logic in a helperMiquel Raynal1-14/+26
2024-09-06mtd: rawnand: sunxi: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+1
2024-09-06mtd: rawnand: stm32_fmc2: Use for_each_child_of_node_scoped()Jinjie Ruan1-5/+2
2024-09-06mtd: rawnand: renesas: Use for_each_child_of_node_scoped()Jinjie Ruan1-9/+3
2024-09-06mtd: rawnand: mtk: Use for_each_child_of_node_scoped()Jinjie Ruan1-5/+2
2024-09-06mtd: rawnand: meson: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+1
2024-09-06mtd: rawnand: rockchip: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+2
2024-09-06mtd: rawnand: marvell: drm/rockchip: Use for_each_child_of_node_scoped()Jinjie Ruan1-9/+3