aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mtd/nand/raw
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mtd/for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds11-94/+306
10 daysMerge tag 'nand/for-7.3' into mtd/nextMiquel Raynal10-67/+294
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-07-17Merge tag 'mtd/fixes-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds6-7/+36
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: 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: 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: 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: rawnand: ndfc: add CONFIG_OF dependencyArnd Bergmann1-0/+1
2026-06-29mtd: rawnand: ingenic: handle ECC clock enable failuresPengpeng Hou1-1/+6
2026-06-29mtd: rawnand: ndfc: fix gcc uninitialized varRosen Penev1-1/+1
2026-06-21Merge tag 'nand/for-7.2' into mtd/nextMiquel Raynal5-34/+30
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: rawnand: fix condition in 'nand_select_target()'Arseniy Krasnov1-1/+1
2026-04-27mtd: qcom: Unify user-visible "Qualcomm" nameKrzysztof Kozlowski1-1/+1
2026-04-17Merge tag 'mtd/for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds6-95/+331
2026-04-13MIPS/mtd: Handle READY GPIO in generic NAND platform dataLinus Walleij1-1/+23
2026-03-25mtd: rawnand: sunxi: introduce maximize variable user data lengthRichard Genoud1-62/+255
2026-03-25mtd: rawnand: sunxi: fix typos in commentsRichard Genoud1-2/+2
2026-03-25mtd: rawnand: sunxi: change error prone variable nameRichard Genoud1-5/+6
2026-03-25mtd: rawnand: sunxi: remove dead codeRichard Genoud1-14/+7
2026-03-25mtd: rawnand: sunxi: make the code more self-explanatoryRichard Genoud1-8/+11
2026-03-25mtd: rawnand: sunxi: replace hard coded value by a define - take2Richard Genoud1-2/+2
2026-03-25mtd: rawnand: sunxi: do not count BBM bytes twiceRichard Genoud1-3/+20
2026-03-25mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oobRichard Genoud1-3/+3
2026-03-25mtd: rawnand: sunxi: sunxi_nand_ooblayout_free code clarificationRichard Genoud1-2/+2
2026-03-18mtd: rawnand: pl353: make sure optimal timings are appliedOlivier Sobrie1-0/+3
2026-03-11mtd: rawnand: ifc: set chip->of_node to nand@0 child node if presentFrank Li1-1/+9
2026-03-11mtd: rawnand: mxc: set chip->of_node to nand@0 child node if presentFrank Li1-1/+9
2026-03-11mtd: rawnand: gpmi: set chip->of_node to nand@0 child node if presentFrank Li1-1/+10
2026-03-11mtd: nand: Use scoped_guard for mutex in nand_resumeRichard Lyu1-9/+10