index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
Age
Commit message (
Expand
)
Author
Lines
2026-04-17
Merge tag 'mtd/for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
-95
/
+331
2026-04-13
MIPS/mtd: Handle READY GPIO in generic NAND platform data
Linus Walleij
-1
/
+23
2026-03-25
mtd: rawnand: sunxi: introduce maximize variable user data length
Richard Genoud
-62
/
+255
2026-03-25
mtd: rawnand: sunxi: fix typos in comments
Richard Genoud
-2
/
+2
2026-03-25
mtd: rawnand: sunxi: change error prone variable name
Richard Genoud
-5
/
+6
2026-03-25
mtd: rawnand: sunxi: remove dead code
Richard Genoud
-14
/
+7
2026-03-25
mtd: rawnand: sunxi: make the code more self-explanatory
Richard Genoud
-8
/
+11
2026-03-25
mtd: rawnand: sunxi: replace hard coded value by a define - take2
Richard Genoud
-2
/
+2
2026-03-25
mtd: rawnand: sunxi: do not count BBM bytes twice
Richard Genoud
-3
/
+20
2026-03-25
mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oob
Richard Genoud
-3
/
+3
2026-03-25
mtd: rawnand: sunxi: sunxi_nand_ooblayout_free code clarification
Richard Genoud
-2
/
+2
2026-03-18
mtd: rawnand: pl353: make sure optimal timings are applied
Olivier Sobrie
-0
/
+3
2026-03-11
mtd: rawnand: ifc: set chip->of_node to nand@0 child node if present
Frank Li
-1
/
+9
2026-03-11
mtd: rawnand: mxc: set chip->of_node to nand@0 child node if present
Frank Li
-1
/
+9
2026-03-11
mtd: rawnand: gpmi: set chip->of_node to nand@0 child node if present
Frank Li
-1
/
+10
2026-03-11
mtd: nand: Use scoped_guard for mutex in nand_resume
Richard Lyu
-9
/
+10
2026-03-11
mtd: rawnand: brcmnand: skip DMA during panic write
Kamal Dasu
-4
/
+2
2026-03-11
mtd: rawnand: serialize lock/unlock against other NAND operations
Kamal Dasu
-2
/
+12
2026-02-25
mtd: rawnand: cafe: Use generic power management
Vaibhav Gupta
-2
/
+5
2026-02-25
mtd: rawnand: cadence: Fix error check for dma_alloc_coherent() in cadence_na...
Chen Ni
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-21
/
+21
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-24
/
+23
2026-02-05
mtd: rawnand: pl353: Add message about ECC mode
Andrea Scian
-0
/
+3
2026-02-05
mtd: rawnand: pl353: Fix software ECC support
Andrea Scian
-0
/
+1
2026-01-29
Merge tag 'tags/spi-octal-dtr' into nand/next
Miquel Raynal
-9
/
+9
2026-01-19
mtd: rawnand: sunxi: Convert to common field_{get,prep}() helpers
Geert Uytterhoeven
-6
/
+0
2026-01-19
mtd: rawnand: atmel: Defer probe if SRAM is missing
Rob Herring (Arm)
-4
/
+2
2026-01-19
mtd: rawnand: vf610: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-3
/
+1
2026-01-19
mtd: rawnand: vf610: Fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
-1
/
+1
2026-01-19
mtd: rawnand: qcom: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+3
2026-01-19
mtd: rawnand: ingenic: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-3
/
+1
2026-01-19
mtd: rawnand: denali: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2026-01-19
mtd: rawnand: brcm: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-6
/
+4
2026-01-19
mtd: rawnand: cadence: Fix return type of CDMA send-and-wait helper
Alok Tiwari
-1
/
+1
2026-01-11
treewide: Update email address
Thomas Gleixner
-9
/
+9
2025-12-04
Merge tag 'mtd/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
-95
/
+623
2025-11-28
mtd: rawnand: renesas: Handle devm_pm_runtime_enable() errors
Haotian Zhang
-1
/
+4
2025-11-27
mtd: rawnand: sunxi: #undef field_{get,prep}() before local definition
Geert Uytterhoeven
-0
/
+2
2025-11-17
mtd: rawnand: lpc32xx_slc: Convert to use devm_gpiod_get_optional()
Haotian Zhang
-3
/
+1
2025-10-28
mtd: rawnand: sunxi: Add support for H616 nand controller
Richard Genoud
-8
/
+177
2025-10-28
mtd: rawnand: sunxi: introduce sram_size in sunxi_nfc_caps
Richard Genoud
-5
/
+7
2025-10-28
mtd: rawnand: sunxi: introduce ecc_err_mask in sunxi_nfc_caps
Richard Genoud
-2
/
+6
2025-10-28
mtd: rawnand: sunxi: introduce reg_spare_area in sunxi_nfc_caps
Richard Genoud
-2
/
+7
2025-10-28
mtd: rawnand: sunxi: introduce reg_pat_id in sunxi_nfc_caps
Richard Genoud
-2
/
+7
2025-10-28
mtd: rawnand: sunxi: introduce random en/dir in sunxi_nfc_caps
Richard Genoud
-4
/
+12
2025-10-28
mtd: rawnand: sunxi: introduce ecc_mode_mask in sunxi_nfc_caps
Richard Genoud
-4
/
+9
2025-10-28
mtd: rawnand: sunxi: add has_ecc_block_512 capability
Richard Genoud
-2
/
+12
2025-10-28
mtd: rawnand: sunxi: rework pattern found registers
Richard Genoud
-5
/
+31
2025-10-28
mtd: rawnand: sunxi: introduce reg_user_data in sunxi_nfc_caps
Richard Genoud
-4
/
+8
[next]