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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-18
mtd: spinand: macronix: Add support for MX35LF2GE4AB
Miquel Raynal
1
-0
/
+8
2018-07-18
mtd: spinand: Add initial support for the MX35LF1GE4AB chip
Boris Brezillon
3
-1
/
+138
2018-07-18
mtd: spinand: Add initial support for Winbond W25M02GV
Frieder Schrempf
3
-1
/
+143
2018-07-18
mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
Peter Pan
3
-1
/
+151
2018-07-18
mtd: nand: Add core infrastructure to support SPI NANDs
Peter Pan
5
-0
/
+1148
2018-07-18
mtd: rawnand: provide only single helper function for ECC conf
Abhishek Sahu
1
-24
/
+15
2018-07-18
mtd: rawnand: qcom: code reorganization for raw read
Abhishek Sahu
1
-68
/
+78
2018-07-18
mtd: rawnand: qcom: check for operation errors in case of raw read
Abhishek Sahu
1
-18
/
+40
2018-07-18
mtd: rawnand: qcom: fix return value for raw page read
Abhishek Sahu
1
-1
/
+1
2018-07-18
mtd: rawnand: qcom: modify write_oob to remove read codeword part
Abhishek Sahu
1
-12
/
+4
2018-07-18
mtd: rawnand: qcom: parse read errors for read oob also
Abhishek Sahu
1
-17
/
+9
2018-07-18
mtd: rawnand: qcom: fix null pointer access for erased page detection
Abhishek Sahu
1
-3
/
+15
2018-07-18
mtd: rawnand: qcom: erased page detection for uncorrectable errors only
Abhishek Sahu
1
-22
/
+43
2018-07-18
mtd: rawnand: qcom: wait for desc completion in all BAM channels
Abhishek Sahu
1
-1
/
+52
2018-07-18
mtd: rawnand: qcom: use the ecc strength from device parameter
Abhishek Sahu
1
-8
/
+21
2018-07-18
mtd: rawnand: qcom: remove dt property nand-ecc-step-size
Abhishek Sahu
1
-9
/
+2
2018-07-18
mtd: rawnand: denali: use helper function for ecc setup
Abhishek Sahu
1
-28
/
+2
2018-07-18
mtd: rawnand: helper function for setting up ECC configuration
Abhishek Sahu
1
-0
/
+33
2018-07-16
Merge 4.18-rc5 into char-misc-next
Greg Kroah-Hartman
5
-15
/
+48
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
1
-0
/
+1
2018-07-02
mtd: rawnand: micron: add fixup for ONFI revision
Chris Packham
1
-0
/
+13
2018-07-02
mtd: rawnand: add defines for ONFI version bits
Chris Packham
1
-5
/
+5
2018-07-02
mtd: rawnand: add manufacturer fixup for ONFI parameter page
Chris Packham
1
-0
/
+4
2018-07-02
mtd: rawnand: marvell: Handle on-die ECC
Chris Packham
1
-0
/
+1
2018-07-02
mtd: rawnand: add NVIDIA Tegra NAND Flash controller driver
Stefan Agner
3
-0
/
+1241
2018-07-02
mtd: rawnand: add an option to specify NAND chip as a boot device
Stefan Agner
1
-0
/
+3
2018-07-02
mtd: rawnand: add Reed-Solomon error correction algorithm
Stefan Agner
1
-0
/
+1
2018-07-02
mtd: rawnand: hynix: fix decoding the OOB size on H27UCG8T2BTR
Martin Blumenstingl
1
-0
/
+13
2018-07-02
mtd: rawnand: micron: Update ecc_stats.corrected
Boris Brezillon
1
-10
/
+11
2018-07-02
mtd: rawnand: atmel: add module param to avoid using dma
Peter Rosin
1
-1
/
+6
2018-06-22
mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally
Masahiro Yamada
1
-1
/
+5
2018-06-22
mtd: rawnand: All AC chips have a broken GET_FEATURES(TIMINGS).
Mason Yang
1
-12
/
+36
2018-06-22
mtd: rawnand: fix return value check for bad block status
Abhishek Sahu
1
-1
/
+1
2018-06-19
mtd: rawnand: mxc: set spare area size register explicitly
Martin Kaiser
1
-1
/
+4
2018-06-19
mtd: rawnand: micron: add ONFI_FEATURE_ON_DIE_ECC to supported features
Chris Packham
1
-0
/
+2
2018-06-18
mtd: rawnand: marvell: remove the dmaengine compat need
Robert Jarzmik
1
-16
/
+1
2018-06-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
5
-9
/
+12
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-2
/
+3
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2
-3
/
+3
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+4
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-06-11
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-3
/
+3
2018-06-08
Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd
Linus Torvalds
17
-406
/
+269
2018-06-07
Merge tag 'nand/for-4.18' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
16
-400
/
+267
2018-06-05
Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-39
/
+35
2018-05-25
Merge tag 'davinci-for-v4.18/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/soc
Olof Johansson
1
-3
/
+3
2018-05-15
mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES op
Boris Brezillon
1
-18
/
+9
2018-05-14
mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2
Boris Brezillon
1
-3
/
+5
2018-05-13
mtd: rawnand: use bit-wise majority to recover the ONFI param page
Wan, Jane (Nokia - US/Sunnyvale)
1
-5
/
+47
[prev]
[next]