index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
qcom_nandc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
mtd: rawnand: Provide a helper to get chip->data_buf
Boris Brezillon
1
-5
/
+3
2019-01-08
mtd: rawnand: qcom: fix memory corruption that causes panic
Christian Lamparter
1
-10
/
+10
2018-12-18
Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
1
-16
/
+16
2018-12-07
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
1
-1
/
+1
2018-11-18
mtd: rawnand: qcom: Namespace prefix some commands
Olof Johansson
1
-16
/
+16
2018-10-03
mtd: rawnand: Deprecate ->{set,get}_features() hooks
Boris Brezillon
1
-2
/
+2
2018-10-03
mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
Boris Brezillon
1
-2
/
+2
2018-10-03
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
1
-7
/
+7
2018-10-03
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
1
-8
/
+9
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()
Boris Brezillon
1
-2
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
Boris Brezillon
1
-4
/
+3
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
1
-2
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
1
-2
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
1
-4
/
+2
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
1
-7
/
+8
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
1
-6
/
+5
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_release()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
1
-1
/
+1
2018-09-04
mtd: rawnand: qcom: don't include dma-direct.h
Christoph Hellwig
1
-1
/
+0
2018-07-31
mtd: rawnand: qcom: convert driver to nand_scan()
Miquel Raynal
1
-47
/
+24
2018-07-31
mtd: rawnand: better name for the controller structure
Miquel Raynal
1
-2
/
+2
2018-07-19
mtd: rawnand: qcom: stop using phys_to_dma()
Arnd Bergmann
1
-9
/
+21
2018-07-18
mtd: rawnand: qcom: erased page bitflips detection
Abhishek Sahu
1
-37
/
+89
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
-23
/
+44
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-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-2
/
+2
2018-03-20
mtd: rawnand: rename SET/GET FEATURES related functions
Miquel Raynal
1
-2
/
+2
2018-02-16
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon
1
-0
/
+2921