summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/qcom_nandc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon2019-04-081-5/+3
* mtd: rawnand: qcom: fix memory corruption that causes panicChristian Lamparter2019-01-081-10/+10
* Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-181-16/+16
|\
| * mtd: rawnand: qcom: Namespace prefix some commandsOlof Johansson2018-11-181-16/+16
* | mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-1/+1
|/
* mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-7/+7
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-8/+9
* mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooksBoris Brezillon2018-10-031-4/+3
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-4/+2
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-7/+8
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-6/+5
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: qcom: don't include dma-direct.hChristoph Hellwig2018-09-041-1/+0
* mtd: rawnand: qcom: convert driver to nand_scan()Miquel Raynal2018-07-311-47/+24
* mtd: rawnand: better name for the controller structureMiquel Raynal2018-07-311-2/+2
* mtd: rawnand: qcom: stop using phys_to_dma()Arnd Bergmann2018-07-191-9/+21
* mtd: rawnand: qcom: erased page bitflips detectionAbhishek Sahu2018-07-181-37/+89
* mtd: rawnand: qcom: code reorganization for raw readAbhishek Sahu2018-07-181-68/+78
* mtd: rawnand: qcom: check for operation errors in case of raw readAbhishek Sahu2018-07-181-18/+40
* mtd: rawnand: qcom: fix return value for raw page readAbhishek Sahu2018-07-181-1/+1
* mtd: rawnand: qcom: modify write_oob to remove read codeword partAbhishek Sahu2018-07-181-12/+4
* mtd: rawnand: qcom: parse read errors for read oob alsoAbhishek Sahu2018-07-181-17/+9
* mtd: rawnand: qcom: fix null pointer access for erased page detectionAbhishek Sahu2018-07-181-3/+15
* mtd: rawnand: qcom: erased page detection for uncorrectable errors onlyAbhishek Sahu2018-07-181-23/+44
* mtd: rawnand: qcom: wait for desc completion in all BAM channelsAbhishek Sahu2018-07-181-1/+52
* mtd: rawnand: qcom: use the ecc strength from device parameterAbhishek Sahu2018-07-181-8/+21
* mtd: rawnand: qcom: remove dt property nand-ecc-step-sizeAbhishek Sahu2018-07-181-9/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal2018-03-201-2/+2
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+2921