index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
qcom_nandc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: rawnand: qcom: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-30
1
-16
/
+8
*
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
2020-09-28
1
-1
/
+1
*
mtd: rawnand: qcom: set BAM mode only if not set already
Sivaprakash Murugesan
2020-06-26
1
-1
/
+10
*
mtd: rawnand: qcom: avoid write to unavailable register
Sivaprakash Murugesan
2020-06-26
1
-1
/
+6
*
mtd: rawnand: qcom: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-3
/
+8
*
mtd: rawnand: Rename a NAND chip option
Miquel Raynal
2020-05-11
1
-1
/
+1
*
mtd: rawnand: qcom: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2020-03-11
1
-17
/
+33
*
mtd: rawnand: qcom: Release resources on failure within qcom_nandc_alloc()
Peter Ujfalusi
2020-03-11
1
-27
/
+34
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-06-05
1
-9
/
+1
*
mtd: rawnand: Provide a helper to get chip->data_buf
Boris Brezillon
2019-04-08
1
-5
/
+3
*
mtd: rawnand: qcom: fix memory corruption that causes panic
Christian Lamparter
2019-01-08
1
-10
/
+10
*
Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
2018-12-18
1
-16
/
+16
|
\
|
*
mtd: rawnand: qcom: Namespace prefix some commands
Olof Johansson
2018-11-18
1
-16
/
+16
*
|
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
2018-12-07
1
-1
/
+1
|
/
*
mtd: rawnand: Deprecate ->{set,get}_features() hooks
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
2018-10-03
1
-7
/
+7
*
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
2018-10-03
1
-8
/
+9
*
mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()
Boris Brezillon
2018-10-03
1
-2
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
Boris Brezillon
2018-10-03
1
-4
/
+3
*
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
2018-10-03
1
-2
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
2018-10-03
1
-2
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
2018-10-03
1
-4
/
+2
*
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
2018-10-03
1
-7
/
+8
*
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
2018-10-03
1
-6
/
+5
*
mtd: rawnand: Pass a nand_chip object to nand_release()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: qcom: don't include dma-direct.h
Christoph Hellwig
2018-09-04
1
-1
/
+0
*
mtd: rawnand: qcom: convert driver to nand_scan()
Miquel Raynal
2018-07-31
1
-47
/
+24
*
mtd: rawnand: better name for the controller structure
Miquel Raynal
2018-07-31
1
-2
/
+2
*
mtd: rawnand: qcom: stop using phys_to_dma()
Arnd Bergmann
2018-07-19
1
-9
/
+21
*
mtd: rawnand: qcom: erased page bitflips detection
Abhishek Sahu
2018-07-18
1
-37
/
+89
*
mtd: rawnand: qcom: code reorganization for raw read
Abhishek Sahu
2018-07-18
1
-68
/
+78
*
mtd: rawnand: qcom: check for operation errors in case of raw read
Abhishek Sahu
2018-07-18
1
-18
/
+40
*
mtd: rawnand: qcom: fix return value for raw page read
Abhishek Sahu
2018-07-18
1
-1
/
+1
*
mtd: rawnand: qcom: modify write_oob to remove read codeword part
Abhishek Sahu
2018-07-18
1
-12
/
+4
*
mtd: rawnand: qcom: parse read errors for read oob also
Abhishek Sahu
2018-07-18
1
-17
/
+9
*
mtd: rawnand: qcom: fix null pointer access for erased page detection
Abhishek Sahu
2018-07-18
1
-3
/
+15
*
mtd: rawnand: qcom: erased page detection for uncorrectable errors only
Abhishek Sahu
2018-07-18
1
-23
/
+44
*
mtd: rawnand: qcom: wait for desc completion in all BAM channels
Abhishek Sahu
2018-07-18
1
-1
/
+52
*
mtd: rawnand: qcom: use the ecc strength from device parameter
Abhishek Sahu
2018-07-18
1
-8
/
+21
*
mtd: rawnand: qcom: remove dt property nand-ecc-step-size
Abhishek Sahu
2018-07-18
1
-9
/
+2
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
*
mtd: rawnand: rename SET/GET FEATURES related functions
Miquel Raynal
2018-03-20
1
-2
/
+2
*
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon
2018-02-16
1
-0
/
+2921