index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-30
mtd: rawnand: stm32_fmc2: fix broken ECC
Christophe Kerello
1
-7
/
+8
2020-10-26
mtd: rawnand: ifc: Move the ECC engine initialization to the right place
Fabio Estevam
1
-19
/
+24
2020-10-26
mtd: rawnand: mxc: Move the ECC engine initialization to the right place
Fabio Estevam
1
-12
/
+5
2020-09-30
mtd: rawnand: cadence: remove a redundant dev_err call
Liu Shixin
1
-6
/
+2
2020-09-30
mtd: rawnand: ams-delta: Fix non-OF build warning
Janusz Krzysztofik
1
-0
/
+2
2020-09-30
mtd: rawnand: Don't overwrite the error code from nand_set_ecc_soft_ops()
Tudor Ambarus
1
-3
/
+1
2020-09-30
mtd: rawnand: Introduce nand_set_ecc_on_host_ops()
Tudor Ambarus
1
-53
/
+61
2020-09-30
mtd: rawnand: atmel: Check return values for nand_read_data_op
Alex Dewar
1
-2
/
+8
2020-09-30
mtd: rawnand: vf610: Remove unused function vf610_nfc_transfer_size()
YueHaibing
1
-5
/
+0
2020-09-30
mtd: rawnand: qcom: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-16
/
+8
2020-09-30
mtd: rawnand: marvell: Fix and update kerneldoc
Krzysztof Kozlowski
1
-7
/
+16
2020-09-30
mtd: rawnand: marvell: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-4
/
+1
2020-09-30
mtd: rawnand: gpmi: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-4
/
+2
2020-09-30
mtd: rawnand: atmel: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+3
2020-09-30
mtd: rawnand: marvell: Support panic_write for mtdoops
Chris Packham
1
-5
/
+33
2020-09-30
mtd: rawnand: vf610: disable clk on error handling path in probe
Evgeny Novikov
1
-2
/
+4
2020-09-30
mtd: rawnand: oxnas: cleanup/simplify code
Pavel Machek
1
-2
/
+1
2020-09-30
mtd: rawnand: pasemi: Make pasemi_device_ready() static
Wei Yongjun
1
-1
/
+1
2020-09-30
mtd: rawnand: stm32_fmc2: fix a buffer overflow
Christophe Kerello
1
-1
/
+1
2020-09-30
mtd: rawnand: atmel: Get rid of the legacy interface implementation
Boris Brezillon
1
-197
/
+1
2020-09-30
mtd: rawnand: atmel: Convert the driver to exec_op()
Boris Brezillon
1
-0
/
+267
2020-09-30
mtd: rawnand: atmel: Use nand_prog_page_end_op()
Boris Brezillon
1
-14
/
+2
2020-09-30
mtd: rawnand: atmel: Use nand_{write,read}_data_op()
Boris Brezillon
1
-5
/
+5
2020-09-30
mtd: rawnand: atmel: Drop redundant nand_read_page_op()
Boris Brezillon
1
-4
/
+1
2020-09-30
mtd: rawnand: atmel: Enable the NFC controller at probe time
Boris Brezillon
1
-6
/
+6
2020-09-30
mtd: rawnand: Use the NAND framework user_conf object for ECC flags
Miquel Raynal
5
-12
/
+15
2020-09-30
mtd: rawnand: Use the ECC framework user input parsing bits
Miquel Raynal
1
-72
/
+70
2020-09-30
mtd: rawnand: Use the ECC framework nand_ecc_is_strong_enough() helper
Miquel Raynal
1
-38
/
+1
2020-09-30
mtd: rawnand: Use the ECC framework OOB layouts
Miquel Raynal
8
-173
/
+19
2020-09-28
mtd: rawnand: Make use of the ECC framework
Miquel Raynal
2
-0
/
+2
2020-09-28
mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant
Miquel Raynal
15
-85
/
+143
2020-09-28
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
50
-181
/
+207
2020-09-28
mtd: rawnand: Separate the ECC engine type and the ECC byte placement
Miquel Raynal
7
-45
/
+64
2020-08-27
mtd: rawnand: Rename the ECC algorithm enumeration items
Miquel Raynal
27
-62
/
+62
2020-08-09
Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
34
-734
/
+1011
2020-08-08
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2020-08-07
Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Richard Weinberger
33
-583
/
+848
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2020-08-02
mtd: rawnand: omap_elm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2
-2
/
+2
2020-07-07
mtd: rawnand: xway: Fix build issue
Miquel Raynal
1
-1
/
+1
2020-07-07
mtd: rawnand: stm32_fmc2: get resources from parent node
Christophe Kerello
2
-23
/
+51
2020-07-07
mtd: rawnand: stm32_fmc2: use regmap APIs
Christophe Kerello
2
-143
/
+127
2020-07-07
mtd: rawnand: stm32_fmc2: do not display errors if the driver is deferred
Christophe Kerello
1
-3
/
+3
2020-07-07
mtd: rawnand: ingenic: cleanup ARRAY_SIZE() vs sizeof() use
Dan Carpenter
1
-2
/
+2
2020-06-30
iov_iter: Move unnecessary inclusion of crypto/hash.h
Herbert Xu
1
-0
/
+1
2020-06-26
mtd: rawnand: brcmnand: ECC error handling on EDU transfers
Kamal Dasu
1
-0
/
+26
2020-06-26
mtd: rawnand: brcmnand: Don't default to edu transfer
Kamal Dasu
1
-2
/
+3
2020-06-26
mtd: rawnand: qcom: set BAM mode only if not set already
Sivaprakash Murugesan
1
-1
/
+10
2020-06-26
mtd: rawnand: qcom: avoid write to unavailable register
Sivaprakash Murugesan
1
-1
/
+6
[next]