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
/
onenand
Age
Commit message (
Expand
)
Author
Lines
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
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-5
/
+4
2025-11-03
mtd: onenand: Pass correct pointer to IRQ handler
Dan Carpenter
-1
/
+1
2025-09-29
mtd: onenand: omap2: drop unused module alias
Johan Hovold
-1
/
+0
2024-12-05
mtd: onenand: Fix uninitialized retlen in do_otp_read()
Ivan Stepchenko
-0
/
+1
2024-10-21
mtd: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-3
/
+3
2023-08-28
Merge tag 'nand/for-6.6' into mtd/next
Miquel Raynal
-14
/
+5
2023-07-27
mtd: Explicitly include correct DT includes
Rob Herring
-1
/
+1
2023-07-15
mtd: nand: omap: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
-8
/
+2
2023-07-12
mtd: nand: samsung: Convert to devm_platform_ioremap_resource() and devm_plat...
Yangtao Li
-6
/
+3
2023-04-11
mtd: nand: Convert to platform remove callback returning void
Uwe Kleine-König
-12
/
+6
2023-04-11
mtd: onenand: omap2: Drop obsolete dependency on COMPILE_TEST
Jean Delvare
-1
/
+1
2022-11-07
mtd: onenand: omap2: add dependency on GPMC
Krzysztof Kozlowski
-0
/
+1
2022-09-21
mtd: add ECC error accounting for each read request
Michał Kępień
-0
/
+12
2022-09-21
mtd: always initialize 'stats' in struct mtd_oob_ops
Michał Kępień
-3
/
+3
2022-01-23
mtd: onenand: Check for error irq
Jiasheng Jiang
-1
/
+6
2021-12-09
mtd: onenand: remove redundant variable ooblen
Colin Ian King
-2
/
+2
2021-09-29
mtd: onenand: samsung: drop Exynos4 and describe driver in KConfig
Krzysztof Kozlowski
-4
/
+5
2021-04-16
mtd: core: Constify buf in mtd_write_user_prot_reg()
Tudor Ambarus
-2
/
+3
2021-03-11
mtd: onenand: Fix fall-through warnings for Clang
Gustavo A. R. Silva
-0
/
+1
2020-12-16
Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/next
Miquel Raynal
-8
/
+8
2020-12-10
mtd: onenand: Use mtd->oops_panic_write as condition
Thomas Gleixner
-8
/
+8
2020-11-20
mtd: onenand: Fix some kernel-doc misdemeanours
Lee Jones
-21
/
+15
2020-11-20
mtd: onenand: onenand_bbt: Fix expected kernel-doc formatting
Lee Jones
-16
/
+16
2020-11-20
mtd: onenand: onenand_base: Fix expected kernel-doc formatting
Lee Jones
-219
/
+219
2020-09-30
mtd: onenand: simplify the return expression of onenand_transfer_auto_oob
Liu Shixin
-7
/
+2
2020-09-30
mtd: onenand: Simplify with dev_err_probe()
Krzysztof Kozlowski
-4
/
+1
2020-06-26
mtd: nand: Drop useless 'depends on' in Kconfig
Miquel Raynal
-1
/
+0
2020-03-30
mtd: Convert fallthrough comments into statements
Miquel Raynal
-1
/
+1
2020-01-21
mtd: onenand: Rename omap2 driver to avoid a build warning
Miquel Raynal
-1
/
+1
2020-01-21
mtd: onenand: Use a better name for samsung driver
Miquel Raynal
-1
/
+1
2020-01-21
mtd: onenand: Enable compile testing of OMAP and Samsung drivers
Krzysztof Kozlowski
-2
/
+2
2020-01-21
mtd: onenand: samsung: Fix printing format for size_t on 64-bit
Krzysztof Kozlowski
-1
/
+1
2020-01-21
mtd: onenand: samsung: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bit
Krzysztof Kozlowski
-2
/
+2
2020-01-21
mtd: onenand_base: Adjust indentation in onenand_read_ops_nolock
Nathan Chancellor
-41
/
+41
2020-01-21
mtd: onenand: samsung: remove set but not used variable
Chen Wandun
-2
/
+1
2020-01-21
mtd: onenand: Fix Kconfig indentation
Krzysztof Kozlowski
-6
/
+6
2020-01-09
mtd: onenand: omap2: Pass correct flags for prep_dma_memcpy
Peter Ujfalusi
-1
/
+2
2020-01-09
mtd: onenand: samsung: Fix iomem access with regular memcpy
Krzysztof Kozlowski
-4
/
+4
2020-01-09
mtd: onenand: omap2: Fix errors in style
Amir Mahdi Ghorbanian
-12
/
+13
2019-11-18
{tty: serial, nand: onenand}: samsung: rename to fix build warning
Sudip Mukherjee
-1
/
+1
2019-09-15
Merge tag 'nand/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Richard Weinberger
-0
/
+3
2019-08-24
mtd: onenand_base: Fix a memory leak bug
Wenwen Wang
-0
/
+3
2019-07-25
mtd: onenand_base: Mark expected switch fall-through
Gustavo A. R. Silva
-0
/
+1
2019-07-13
Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
-0
/
+5
2019-06-27
mtd: onenand: Avoid fall-through warnings
Gustavo A. R. Silva
-0
/
+3
2019-06-27
mtd: onenand: Add support for 8Gb datasize onenand
Jonathan Bakker
-0
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-16
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 326
Thomas Gleixner
-14
/
+1
[next]