aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'mtd/fixes-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-14/+62
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 f...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: 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
2026-05-04mtd: spinand: Use secondary ops for continuous readsMiquel Raynal1-1/+60
2026-05-04Merge tag 'mtd/spi-mem-cont-read-for-7.2' into nand/nextMiquel Raynal1-47/+29
2026-05-04spi: spi-mem: Transform the read operation templateMiquel Raynal1-7/+8
2026-05-04mtd: spinand: Drop ECC dirmapsMiquel Raynal1-32/+20
2026-05-04mtd: spinand: Expose spinand_op_is_odtr()Miquel Raynal1-1/+1
2026-05-04mtd: spinand: Drop a too strong limitationMiquel Raynal1-13/+6
2026-04-27mtd: qcom: Unify user-visible "Qualcomm" nameKrzysztof Kozlowski1-1/+1
2026-04-27mtd: spinand: winbond: Fix ODTR write VCR on W35NxxJWMiquel Raynal1-1/+1
2026-04-27mtd: spinand: winbond: Set the packed page read flag to W35N02/04JWMiquel Raynal1-2/+2
2026-04-27mtd: spinand: Add support for packed read data ODTR commandsMiquel Raynal1-3/+21
2026-04-17Merge tag 'mtd/for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds8-110/+351
2026-04-13MIPS/mtd: Handle READY GPIO in generic NAND platform dataLinus Walleij1-1/+23
2026-04-10mtd: spinand: winbond: Declare the QE bit on W25NxxJWMiquel Raynal1-2/+2
2026-03-25mtd: spinand: winbond: Clarify when to enable the HS bitMiquel Raynal1-5/+8
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