aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mtd/for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds16-95/+544
10 daysMerge tag 'nand/for-7.3' into mtd/nextMiquel Raynal15-68/+532
2026-08-10mtd: rawnand: sunxi: fix H6/H616 controller timingsJames Hilliard1-13/+36
2026-08-10mtd: rawnand: sunxi: describe tADL and tWHR delaysJames Hilliard1-10/+20
2026-08-10mtd: rawnand: sunxi: group controller delay tablesJames Hilliard1-8/+28
2026-08-07mtd: rawnand: gpmi: add debugfs entry for BCH geometryHan Xu2-0/+35
2026-08-07mtd: rawnand: validate ONFI extended parameter page sectionsPengpeng Hou1-2/+25
2026-08-07mtd: rawnand: sunxi: add H616 MBUS DMA supportJames Hilliard1-16/+104
2026-08-07mtd: spinand: fmsh: fix FM25G01B/FM25G02B Quad I/O read dummy cyclesAleksandr Mineev1-2/+10
2026-07-17Merge tag 'mtd/fixes-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds9-14/+62
2026-07-17mtd: mpc5121_nfc: use platform for irq and ioremapRosen Penev1-27/+12
2026-07-17mtd: nand-omap2: Move omap_nand_ids[] to raw nand driverUwe Kleine-König (The Capable Hub)1-1/+5
2026-07-17mtd: rawnand: add Toshiba TC58NVG1S3HJames Hilliard2-1/+6
2026-07-17mtd: nand: realtek-ecc: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-17mtd: rawnand: qcom: Add MDM9607 compatibleStephan Gerhold1-0/+13
2026-07-17mtd: rawnand: qcom: Make has_onfi_read_op separate from qpic_version2Stephan Gerhold1-7/+8
2026-07-17mtd: rawnand: qcom: Make "aon" clock optionalStephan Gerhold1-1/+1
2026-07-03mtd: rawnand: atmel: use struct_sizeRosen Penev1-2/+1
2026-07-03mtd: onenand: samsung: report DMA completion timeoutsPengpeng Hou1-1/+6
2026-07-03mtd: rawnand: fsl_ifc: return errors for failed page readsPengpeng Hou1-1/+8
2026-07-03mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion timeoutPengpeng Hou1-2/+10
2026-07-03mtd: rawnand: lpc32xx_mlc: fail DMA transfers on timeoutPengpeng Hou1-2/+10
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-29mtd: nand: mtk-ecc: stop on ECC idle timeoutsPengpeng Hou1-4/+12
2026-06-29mtd: spinand: fmsh: add support for FM25G{01,02}BZiyang Huang1-0/+95
2026-06-29mtd: rawnand: pl353: Fix debug printsMiquel Raynal (DAVE)1-3/+5
2026-06-29mtd: rawnand: pl353: Make sure we use the monolithic helpers for raw accessesMiquel Raynal (DAVE)1-2/+3
2026-06-29mtd: rawnand: pl353: Update timings at the right momentMiquel Raynal (DAVE)1-2/+5
2026-06-29mtd: spinand: add support for HeYangTek HYF1GQ4UDACAEAleksei Sviridkin3-1/+134
2026-06-29mtd: rawnand: ndfc: add CONFIG_OF dependencyArnd Bergmann1-0/+1
2026-06-29mtd: spinand: initialize ret in regular page readsRuoyu Wang1-1/+1
2026-06-29mtd: rawnand: ingenic: handle ECC clock enable failuresPengpeng Hou1-1/+6
2026-06-29mtd: nand: ecc-mtk: handle ECC clock enable failuresPengpeng Hou1-1/+7
2026-06-29mtd: rawnand: ndfc: fix gcc uninitialized varRosen Penev1-1/+1
2026-06-21Merge tag 'nand/for-7.2' into mtd/nextMiquel Raynal8-162/+446
2026-06-11mtd: rawnand: ndfc: use ioread32be/iowrite32be and allow COMPILE_TESTRosen Penev2-11/+11
2026-05-27mtd: Consistently define pci_device_idsUwe Kleine-König (The Capable Hub)3-6/+5
2026-05-27mtd: rawnand: pl353: fix probe resource allocationBastien Curutchet1-1/+1
2026-05-27mtd: rawnand: qcom: embed nand_controller into qcom_nand_controllerRosen Penev1-10/+6
2026-05-27mtd: rawnand: Pause continuous reads at block boundariesMiquel Raynal1-11/+11
2026-05-27mtd: spinand: macronix: Enable randomizer supportCheng Ming Lin1-10/+28
2026-05-27mtd: spinand: Add support for randomizerCheng Ming Lin1-0/+20
2026-05-27mtd: rawnand: fix condition in 'nand_select_target()'Arseniy Krasnov1-1/+1
2026-05-04mtd: spinand: Prevent continuous reads on some controllersMiquel Raynal1-2/+4
2026-05-04mtd: spinand: Make sure continuous read is always disabled during probeMiquel Raynal1-5/+5
2026-05-04mtd: spinand: winbond: Add support for continuous reads on W25NxxJWMiquel Raynal1-10/+98
2026-05-04mtd: spinand: winbond: Create a helper to detect the need for the HS bitMiquel Raynal1-14/+17
2026-05-04mtd: spinand: winbond: Create a helper to write the HS bitMiquel Raynal1-16/+18
2026-05-04mtd: spinand: winbond: Add support for continuous reads on W35NxxJWMiquel Raynal1-15/+111
2026-05-04mtd: spinand: winbond: Add support for continuous reads on W25NxxJWMiquel Raynal1-22/+22