summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw
AgeCommit message (Expand)Author
2026-02-05mtd: rawnand: pl353: Add message about ECC modeAndrea Scian
2026-02-05mtd: rawnand: pl353: Fix software ECC supportAndrea Scian
2026-01-29Merge tag 'tags/spi-octal-dtr' into nand/nextMiquel Raynal
2026-01-19mtd: rawnand: sunxi: Convert to common field_{get,prep}() helpersGeert Uytterhoeven
2026-01-19mtd: rawnand: atmel: Defer probe if SRAM is missingRob Herring (Arm)
2026-01-19mtd: rawnand: vf610: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-01-19mtd: rawnand: vf610: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2026-01-19mtd: rawnand: qcom: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-01-19mtd: rawnand: ingenic: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-01-19mtd: rawnand: denali: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-01-19mtd: rawnand: brcm: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2026-01-19mtd: rawnand: cadence: Fix return type of CDMA send-and-wait helperAlok Tiwari
2026-01-11treewide: Update email addressThomas Gleixner
2025-12-04Merge tag 'mtd/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2025-11-28mtd: rawnand: renesas: Handle devm_pm_runtime_enable() errorsHaotian Zhang
2025-11-27mtd: rawnand: sunxi: #undef field_{get,prep}() before local definitionGeert Uytterhoeven
2025-11-17mtd: rawnand: lpc32xx_slc: Convert to use devm_gpiod_get_optional()Haotian Zhang
2025-10-28mtd: rawnand: sunxi: Add support for H616 nand controllerRichard Genoud
2025-10-28mtd: rawnand: sunxi: introduce sram_size in sunxi_nfc_capsRichard Genoud
2025-10-28mtd: rawnand: sunxi: introduce ecc_err_mask in sunxi_nfc_capsRichard Genoud
2025-10-28mtd: rawnand: sunxi: introduce reg_spare_area in sunxi_nfc_capsRichard Genoud
2025-10-28mtd: rawnand: sunxi: introduce reg_pat_id in sunxi_nfc_capsRichard Genoud
2025-10-28mtd: rawnand: sunxi: introduce random en/dir in sunxi_nfc_capsRichard Genoud
2025-10-28mtd: rawnand: sunxi: introduce ecc_mode_mask in sunxi_nfc_capsRichard Genoud
2025-10-28mtd: rawnand: sunxi: add has_ecc_block_512 capabilityRichard Genoud
2025-10-28mtd: rawnand: sunxi: rework pattern found registersRichard Genoud
2025-10-28mtd: rawnand: sunxi: introduce reg_user_data in sunxi_nfc_capsRichard Genoud
2025-10-28mtd: rawnand: sunxi: introduce reg_ecc_err_cnt in sunxi_nfc_capsRichard Genoud
2025-10-28mtd: rawnand: sunxi: move ECC strenghts in sunxi_nfc_capsRichard Genoud
2025-10-28mtd: rawnand: sunxi: Replace hard coded value by a defineRichard Genoud
2025-10-28mtd: rawnand: sunxi: Remove superfluous register readingsRichard Genoud
2025-10-28mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak on probe error and removeHaotian Zhang
2025-10-28mtd: rawnand: gpmi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-10-28mtd: rawnand: cadence: Add support for NV-DDR interface modeNiravkumar L Rabara
2025-10-28mtd: nand: relax ECC parameter validation checkAryan Srivastava
2025-10-28Revert "mtd: rawnand: marvell: fix layouts"Aryan Srivastava
2025-10-23mtd: rawnand: cadence: fix DMA device NULL pointer dereferenceNiravkumar L Rabara
2025-10-04Merge tag 'mtd/for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2025-10-03Merge tag 'nand/for-6.18' into mtd/nextMiquel Raynal
2025-09-29mtd: rawnand: sunxi: drop unused module aliasJohan Hovold
2025-09-29mtd: rawnand: stm32_fmc2: drop unused module aliasJohan Hovold
2025-09-29mtd: rawnand: rockchip: drop unused module aliasJohan Hovold
2025-09-29mtd: rawnand: pl353: drop unused module aliasJohan Hovold
2025-09-29mtd: rawnand: omap2: drop unused module aliasJohan Hovold
2025-09-29mtd: rawnand: atmel: drop unused module aliasJohan Hovold
2025-09-29mtd: nand: raw: gpmi: fix clocks when CONFIG_PM=NMaarten Zanders
2025-09-29mtd: rawnand: omap2: fix device leak on probe failureJohan Hovold
2025-09-29mtd: rawnand: atmel: Fix error handling path in atmel_nand_controller_add_nandsErick Karanja
2025-09-18mtd: rawnand: fsmc: Default to autodetect buswidthLinus Walleij
2025-09-18mtd: nand: move nand_check_erased_ecc_chunk() to nand/coreMarkus Stockhausen