index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-15
mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines
Miquel Raynal
1
-3
/
+9
2021-10-15
mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines
Miquel Raynal
1
-3
/
+9
2021-10-15
mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines
Miquel Raynal
1
-3
/
+9
2021-10-15
mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines
Miquel Raynal
1
-3
/
+9
2021-10-15
mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines
Miquel Raynal
1
-3
/
+9
2021-10-15
mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines
Miquel Raynal
1
-3
/
+9
2021-10-15
mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines
Miquel Raynal
1
-3
/
+9
2021-10-15
mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines
Miquel Raynal
1
-3
/
+9
2021-10-15
mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines
Miquel Raynal
1
-3
/
+9
2021-10-15
Revert "mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper"
Miquel Raynal
1
-11
/
+1
2021-10-15
Revert "mtd: rawnand: lpc32xx_slc: Fix external use of SW Hamming ECC helper"
Miquel Raynal
1
-14
/
+1
2021-10-15
Revert "mtd: rawnand: ndfc: Fix external use of SW Hamming ECC helper"
Miquel Raynal
1
-11
/
+1
2021-10-15
Revert "mtd: rawnand: sharpsl: Fix external use of SW Hamming ECC helper"
Miquel Raynal
1
-11
/
+1
2021-10-15
Revert "mtd: rawnand: tmio: Fix external use of SW Hamming ECC helper"
Miquel Raynal
1
-5
/
+3
2021-10-15
Revert "mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helper"
Miquel Raynal
1
-3
/
+2
2021-10-15
mtd: rawnand: fsmc: Fix use of SM ORDER
Miquel Raynal
1
-1
/
+3
2021-09-14
mtd: rawnand: qcom: Update code word value for raw read
Md Sadre Alam
1
-2
/
+6
2021-09-14
mtd: rawnand: intel: Fix potential buffer overflow in probe
Evgeny Novikov
1
-0
/
+5
2021-09-14
mtd: rawnand: xway: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-14
mtd: rawnand: vf610: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-14
mtd: rawnand: txx9ndfm: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-14
mtd: rawnand: tegra: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-14
mtd: rawnand: stm32_fmc2: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-6
/
+2
2021-09-14
mtd: rawnand: plat_nand: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-14
mtd: rawnand: oxnas: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-14
mtd: rawnand: omap_elm: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+2
2021-09-14
mtd: rawnand: mtk_ecc: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-14
mtd: rawnand: mtk: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-3
/
+1
2021-09-14
mtd: rawnand: hisi504: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-5
/
+2
2021-09-14
mtd: rawnand: gpmi: Make use of the helper function devm_platform_ioremap_resource_byname()
Cai Huoqing
1
-3
/
+1
2021-09-14
mtd: rawnand: gpio: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-2
/
+1
2021-09-14
mtd: rawnand: denali: Make use of the helper function devm_platform_ioremap_resource_byname()
Cai Huoqing
1
-5
/
+2
2021-09-14
mtd: rawnand: bcm6368: Make use of the helper function devm_platform_ioremap_resource_byname()
Cai Huoqing
1
-4
/
+1
2021-09-14
mtd: rawnand: atmel: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
1
-5
/
+2
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-09-08
mtd/drivers/nand: use HZ macros
Daniel Lezcano
1
-1
/
+1
2021-09-05
Merge tag 'mtd/for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Linus Torvalds
6
-15
/
+59
2021-08-23
mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_nand_probe()'
Christophe JAILLET
1
-1
/
+3
2021-08-17
mtd: rawnand: intel: Fix error handling in probe
Evgeny Novikov
1
-9
/
+18
2021-08-06
mtd: rawnand: remove never changed ret variable
Jason Wang
1
-2
/
+2
2021-08-06
mtd: rawnand: omap: Fix kernel doc warning on 'calcuate' typo
Vladimir Molokov
1
-1
/
+1
2021-08-06
mtd: rawnand: Fix probe failure due to of_get_nand_secure_regions()
Manivannan Sadhasivam
1
-0
/
+6
2021-07-16
mtd: rawnand: Fix a couple of spelling mistakes in Kconfig
Colin Ian King
1
-2
/
+2
2021-07-16
mtd: rawnand: nand_bbt: Skip bad blocks when searching for the BBT in NAND
Stefan Riedmueller
1
-0
/
+33
2021-07-16
mtd: rawnand: Add a check in of_get_nand_secure_regions()
Dan Carpenter
1
-2
/
+2
2021-07-05
Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Linus Torvalds
20
-270
/
+2314
2021-06-29
Merge tag 'nand/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/next
Richard Weinberger
19
-264
/
+2312
2021-06-18
mtd: rawnand: omap: Add larger page NAND chips support
Miquel Raynal
2
-67
/
+114
2021-06-18
mtd: rawnand: omap: Various style fixes
Miquel Raynal
1
-5
/
+7
2021-06-18
mtd: rawnand: omap: Check return values
Miquel Raynal
1
-9
/
+21
[prev]
[next]