aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/qcom_nandc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-07mtd: nand: qcom: support for command descriptor formationAbhishek Sahu1-16/+92
2017-10-07mtd: nand: qcom: add command elements in BAM transactionAbhishek Sahu1-1/+18
2017-08-23Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/nextBoris Brezillon1-1/+1
2017-08-23mtd: nand: qcom: Support for IPQ8074 QPIC NAND controllerAbhishek Sahu1-0/+10
2017-08-23mtd: nand: qcom: support for IPQ4019 QPIC NAND controllerAbhishek Sahu1-0/+10
2017-08-23mtd: nand: qcom: support for different DEV_CMD register offsetsAbhishek Sahu1-6/+19
2017-08-23mtd: nand: qcom: QPIC data descriptors handlingAbhishek Sahu1-0/+76
2017-08-23mtd: nand: qcom: enable BAM or ADM modeAbhishek Sahu1-3/+14
2017-08-23mtd: nand: qcom: erased codeword detection configurationAbhishek Sahu1-0/+21
2017-08-23mtd: nand: qcom: support for read location registersAbhishek Sahu1-0/+63
2017-08-23mtd: nand: qcom: support for passing flags in DMA helper functionsAbhishek Sahu1-52/+77
2017-08-23mtd: nand: qcom: add BAM DMA descriptor handlingAbhishek Sahu1-12/+136
2017-08-23mtd: nand: qcom: allocate BAM transactionAbhishek Sahu1-0/+94
2017-08-23mtd: nand: qcom: DMA mapping support for register read bufferAbhishek Sahu1-0/+40
2017-08-23mtd: nand: qcom: add and initialize QPIC DMA resourcesAbhishek Sahu1-18/+68
2017-08-23mtd: nand: qcom: add bam property for QPIC NAND controllerAbhishek Sahu1-0/+3
2017-08-23mtd: nand: qcom: support for NAND controller propertiesAbhishek Sahu1-7/+19
2017-08-23mtd: nand: qcom: fix read failure without complete bootchainAbhishek Sahu1-4/+12
2017-08-23mtd: nand: qcom: reorganize nand devices probingAbhishek Sahu1-29/+59
2017-08-23mtd: nand: qcom: remove memset for clearing read register bufferAbhishek Sahu1-2/+0
2017-08-23mtd: nand: qcom: reorganize nand page writeAbhishek Sahu1-12/+20
2017-08-23mtd: nand: qcom: reorganize nand page readAbhishek Sahu1-10/+27
2017-08-23mtd: nand: qcom: remove redundant chip select compatible stringAbhishek Sahu1-14/+12
2017-08-23mtd: nand: qcom: fix config error for BCHAbhishek Sahu1-1/+1
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon1-0/+2
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez1-2/+1
2016-05-05mtd: nand: qcom: switch to mtd_ooblayout_opsBoris Brezillon1-45/+34
2016-04-19mtd: nand: qcom: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-5/+3
2016-04-19mtd: nand: remove unneeded of_mtd.h inclusionsBoris Brezillon1-1/+0
2016-03-10mtd: nand: Qualcomm NAND controller driverArchit Taneja1-0/+2223