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
Age
Commit message (
Expand
)
Author
Lines
2021-10-21
mtd: add add_disk() error handling
Luis Chamberlain
-1
/
+5
2021-10-18
mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>
Christoph Hellwig
-0
/
+1
2021-10-15
mtd: core: don't remove debugfs directory if device is in use
Zev Weiss
-2
/
+2
2021-10-15
mtd: block2mtd: add support for an optional custom MTD label
Joachim Wiberg
-7
/
+17
2021-10-15
mtd: block2mtd: minor refactor to avoid hard coded constant
Joachim Wiberg
-2
/
+5
2021-10-15
mtd: fixup CFI on ixp4xx
Arnd Bergmann
-1
/
+3
2021-10-15
mtd: rawnand: arasan: Prevent an unsupported configuration
Miquel Raynal
-0
/
+15
2021-10-15
mtd: rawnand: hynix: Add support for H27UCG8T2ETR-BC MLC NAND
Chris Morgan
-0
/
+18
2021-10-15
mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines
Miquel Raynal
-3
/
+9
2021-10-15
mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines
Miquel Raynal
-3
/
+9
2021-10-15
mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines
Miquel Raynal
-3
/
+9
2021-10-15
mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines
Miquel Raynal
-3
/
+9
2021-10-15
mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines
Miquel Raynal
-3
/
+9
2021-10-15
mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines
Miquel Raynal
-3
/
+9
2021-10-15
mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines
Miquel Raynal
-3
/
+9
2021-10-15
mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines
Miquel Raynal
-3
/
+9
2021-10-15
mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines
Miquel Raynal
-3
/
+9
2021-10-15
Revert "mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper"
Miquel Raynal
-11
/
+1
2021-10-15
Revert "mtd: rawnand: lpc32xx_slc: Fix external use of SW Hamming ECC helper"
Miquel Raynal
-14
/
+1
2021-10-15
Revert "mtd: rawnand: ndfc: Fix external use of SW Hamming ECC helper"
Miquel Raynal
-11
/
+1
2021-10-15
Revert "mtd: rawnand: sharpsl: Fix external use of SW Hamming ECC helper"
Miquel Raynal
-11
/
+1
2021-10-15
Revert "mtd: rawnand: tmio: Fix external use of SW Hamming ECC helper"
Miquel Raynal
-5
/
+3
2021-10-15
Revert "mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helper"
Miquel Raynal
-3
/
+2
2021-10-15
mtd: rawnand: Let callers use the bare Hamming helpers
Miquel Raynal
-3
/
+4
2021-10-15
mtd: rawnand: fsmc: Fix use of SM ORDER
Miquel Raynal
-1
/
+3
2021-10-15
mtd: spi-nor: nxp-spifi: Make use of the helper function devm_platform_iorema...
Cai Huoqing
-5
/
+2
2021-10-15
mtd: spi-nor: hisi-sfc: Make use of the helper function devm_platform_ioremap...
Cai Huoqing
-5
/
+2
2021-10-15
mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()
Evgeny Novikov
-1
/
+0
2021-10-15
mtd: spi-nor: Enable locking for n25q128a13
Jonathan Lemon
-1
/
+3
2021-09-29
mtd: onenand: samsung: drop Exynos4 and describe driver in KConfig
Krzysztof Kozlowski
-4
/
+5
2021-09-14
mtd: mtdswap: Remove redundant assignment of pointer eb
Colin Ian King
-1
/
+0
2021-09-14
mtd: rawnand: qcom: Update code word value for raw read
Md Sadre Alam
-2
/
+6
2021-09-14
mtd: rawnand: intel: Fix potential buffer overflow in probe
Evgeny Novikov
-0
/
+5
2021-09-14
mtd: rawnand: xway: Make use of the helper function devm_platform_ioremap_res...
Cai Huoqing
-3
/
+1
2021-09-14
mtd: rawnand: vf610: Make use of the helper function devm_platform_ioremap_re...
Cai Huoqing
-3
/
+1
2021-09-14
mtd: rawnand: txx9ndfm: Make use of the helper function devm_platform_ioremap...
Cai Huoqing
-3
/
+1
2021-09-14
mtd: rawnand: tegra: Make use of the helper function devm_platform_ioremap_re...
Cai Huoqing
-3
/
+1
2021-09-14
mtd: rawnand: stm32_fmc2: Make use of the helper function devm_platform_iorem...
Cai Huoqing
-6
/
+2
2021-09-14
mtd: rawnand: plat_nand: Make use of the helper function devm_platform_iorema...
Cai Huoqing
-3
/
+1
2021-09-14
mtd: rawnand: oxnas: Make use of the helper function devm_platform_ioremap_re...
Cai Huoqing
-3
/
+1
2021-09-14
mtd: rawnand: omap_elm: Make use of the helper function devm_platform_ioremap...
Cai Huoqing
-3
/
+2
2021-09-14
mtd: rawnand: mtk_ecc: Make use of the helper function devm_platform_ioremap_...
Cai Huoqing
-3
/
+1
2021-09-14
mtd: rawnand: mtk: Make use of the helper function devm_platform_ioremap_reso...
Cai Huoqing
-3
/
+1
2021-09-14
mtd: rawnand: hisi504: Make use of the helper function devm_platform_ioremap_...
Cai Huoqing
-5
/
+2
2021-09-14
mtd: rawnand: gpmi: Make use of the helper function devm_platform_ioremap_res...
Cai Huoqing
-3
/
+1
2021-09-14
mtd: rawnand: gpio: Make use of the helper function devm_platform_ioremap_res...
Cai Huoqing
-2
/
+1
2021-09-14
mtd: rawnand: denali: Make use of the helper function devm_platform_ioremap_r...
Cai Huoqing
-5
/
+2
2021-09-14
mtd: rawnand: bcm6368: Make use of the helper function devm_platform_ioremap_...
Cai Huoqing
-4
/
+1
2021-09-14
mtd: rawnand: atmel: Make use of the helper function devm_platform_ioremap_re...
Cai Huoqing
-5
/
+2
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-1
/
+1
[prev]
[next]