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
2018-07-18
mtd: rawnand: mxc: Allow selection of this driver when COMPILE_TEST=y
Boris Brezillon
1
-1
/
+2
2018-07-18
mtd: rawnand: mxc: Avoid inclusion of asm/mach headers
Boris Brezillon
1
-2
/
+0
2018-07-18
mtd: rawnand: brcmnand: Allow selection of this driver when COMPILE_TEST=y
Boris Brezillon
1
-1
/
+2
2018-07-18
mtd: rawnand: lpc32xx: Allow selection of these drivers when COMPILE_TEST=y
Boris Brezillon
1
-2
/
+4
2018-07-18
mtd: rawnand: sharpsl: Allow selection of this driver when COMPILE_TEST=y
Boris Brezillon
1
-1
/
+2
2018-07-18
mtd: rawnand: sharpsl: Remove inclusion of mach and asm headers
Boris Brezillon
1
-4
/
+1
2018-07-18
mtd: rawnand: omap2: Allow selection of this driver when COMPILE_TEST=y
Boris Brezillon
1
-1
/
+2
2018-07-18
mtd: rawnand: Add 'depends on HAS_IOMEM' where missing
Boris Brezillon
1
-0
/
+4
2018-07-18
mtd: rawnand: gpmi: Remove useless dependency on MTD_NAND
Boris Brezillon
1
-1
/
+1
2018-07-18
mtd: rawnand: qcom: erased page bitflips detection
Abhishek Sahu
1
-37
/
+89
2018-07-18
mtd: rawnand: gpmi: remove redundant variable payload_virt
Colin Ian King
1
-3
/
+0
2018-07-18
mtd: rawnand: docg4: fix the probe function error path
Miquel Raynal
1
-10
/
+12
2018-07-18
mtd: rawnand: denali: optimize timing parameters for data interface
Masahiro Yamada
4
-25
/
+28
2018-07-18
mtd: rawnand: denali_dt: add more clocks based on IP datasheet
Masahiro Yamada
1
-8
/
+45
2018-07-18
mtd: rawnand: denali_dt: use dev as a shorthand of &pdev->dev
Masahiro Yamada
1
-8
/
+9
2018-07-18
mtd: rawnand: mxc: remove __init qualifier from mxcnd_probe_dt
Martin Kaiser
1
-2
/
+2
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
4
-7
/
+8
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
[prev]
[next]