index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-08
mtd: spi-nor: winbond: Add support for W25H02NWxxAM chips
Miquel Raynal
1
-0
/
+4
2026-01-08
mtd: spi-nor: winbond: Add support for W25H01NWxxAM chips
Miquel Raynal
1
-0
/
+4
2026-01-08
mtd: spi-nor: winbond: Add support for W25H512NWxxAM chips
Miquel Raynal
1
-0
/
+4
2026-01-08
mtd: spi-nor: winbond: Add support for W25Q02NWxxIM chips
Miquel Raynal
1
-0
/
+4
2026-01-08
mtd: spi-nor: winbond: Add support for W25Q01NWxxIM chips
Miquel Raynal
1
-0
/
+4
2026-01-08
mtd: spi-nor: winbond: Add support for W25Q01NWxxIQ chips
Miquel Raynal
1
-0
/
+4
2026-01-08
mtd: mtdpart: ignore error -ENOENT from parsers on subpartitions
Christian Marangi
1
-2
/
+5
2025-12-18
mtd: lpddr_cmds: fix signed shifts in lpddr_cmds
Ivan Stepchenko
1
-4
/
+4
2025-12-18
mtd: rawnand: renesas: Handle devm_pm_runtime_enable() errors
Haotian Zhang
1
-1
/
+4
2025-12-18
mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak on probe error and remove
Haotian Zhang
1
-0
/
+2
2025-12-18
mtd: nand: relax ECC parameter validation check
Aryan Srivastava
1
-5
/
+8
2025-12-18
Revert "mtd: rawnand: marvell: fix layouts"
Aryan Srivastava
1
-5
/
+8
2025-11-03
mtd: onenand: Pass correct pointer to IRQ handler
Dan Carpenter
1
-1
/
+1
2025-11-03
mtd: spinand: fmsh: remove QE bit for FM25S01A flash
Mikhail Kshevetskiy
1
-1
/
+1
2025-10-23
mtd: rawnand: cadence: fix DMA device NULL pointer dereference
Niravkumar L Rabara
1
-1
/
+2
2025-10-22
mtd: rawnand: realtek: Make rtl_ecc_engine_ops const
Li Qiang
1
-1
/
+1
2025-10-22
mtd: nand: MTD_NAND_ECC_REALTEK should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+1
2025-10-22
mtd: nand: realtek-ecc: Fix a IS_ERR() vs NULL bug in probe
Dan Carpenter
1
-2
/
+2
2025-10-22
mtdchar: fix integer overflow in read/write ioctls
Dan Carpenter
1
-2
/
+4
2025-10-04
Merge tag 'mtd/for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
39
-2308
/
+2155
2025-10-03
Merge tag 'nand/for-6.18' into mtd/next
Miquel Raynal
22
-2275
/
+1932
2025-10-03
Merge tag 'spi-nor/for-6.18' into mtd/next
Miquel Raynal
1
-2
/
+143
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+4
2025-09-29
mtd: rawnand: sunxi: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-09-29
mtd: rawnand: stm32_fmc2: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-09-29
mtd: rawnand: rockchip: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-09-29
mtd: rawnand: pl353: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-09-29
mtd: rawnand: omap2: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-09-29
mtd: rawnand: atmel: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-09-29
mtd: onenand: omap2: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-09-29
mtd: hyperbus: hbmc-am654: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-09-29
mtd: jedec_probe: use struct_size() helper for cfiq allocation
Rahul Kumar
1
-1
/
+1
2025-09-29
mtd: cfi: use struct_size() helper for cfiq allocation
Gopi Krishna Menon
1
-1
/
+1
2025-09-29
mtd: nand: raw: gpmi: fix clocks when CONFIG_PM=N
Maarten Zanders
1
-3
/
+11
2025-09-29
mtd: rawnand: omap2: fix device leak on probe failure
Johan Hovold
1
-5
/
+21
2025-09-29
mtd: rawnand: atmel: Fix error handling path in atmel_nand_controller_add_nands
Erick Karanja
1
-2
/
+2
2025-09-29
mtd: nand: realtek-ecc: Add Realtek external ECC engine support
Markus Stockhausen
3
-0
/
+473
2025-09-29
mtd: spinand: repeat reading in regular mode if continuous reading fails
Mikhail Kshevetskiy
1
-4
/
+21
2025-09-29
mtd: spinand: try a regular dirmap if creating a dirmap for continuous readin...
Mikhail Kshevetskiy
1
-8
/
+35
2025-09-29
mtd: spinand: fix direct mapping creation sizes
Mikhail Kshevetskiy
1
-7
/
+7
2025-09-18
mtd: rawnand: fsmc: Default to autodetect buswidth
Linus Walleij
1
-1
/
+5
2025-09-18
mtd: nand: move nand_check_erased_ecc_chunk() to nand/core
Markus Stockhausen
2
-131
/
+131
2025-09-18
mtd: nand: ecc-mxic: Lower log level during init
Miquel Raynal
1
-7
/
+7
2025-09-11
mtd: core: skip badblocks increment for blocks already known bad
Wang Zhaolong
1
-1
/
+10
2025-09-11
mtd: use vmalloc_array and vcalloc to simplify code
Qianfeng Rong
5
-12
/
+10
2025-09-11
mtd: core: expose ooblayout information via debugfs
Gabor Juhos
1
-0
/
+50
2025-09-11
mtd: lpddr: Remove space before newline
Colin Ian King
2
-7
/
+7
2025-09-11
mtd: jedec_probe: Remove space before newline
Colin Ian King
1
-1
/
+1
2025-09-10
mtd: rawnand: loongson: Add Loongson-2K1000 NAND controller support
Binbin Zhou
1
-0
/
+49
2025-09-10
mtd: rawnand: loongson: Add Loongson-2K0500 NAND controller support
Binbin Zhou
2
-2
/
+53
[next]