summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: sharpsl: Register partitions using the parsersAndrea Adami2017-08-231-1/+1
* mtd: nand: qcom: Support for IPQ8074 QPIC NAND controllerAbhishek Sahu2017-08-231-0/+10
* mtd: nand: qcom: support for IPQ4019 QPIC NAND controllerAbhishek Sahu2017-08-231-0/+10
* mtd: nand: qcom: support for different DEV_CMD register offsetsAbhishek Sahu2017-08-231-6/+19
* mtd: nand: qcom: QPIC data descriptors handlingAbhishek Sahu2017-08-231-0/+76
* mtd: nand: qcom: enable BAM or ADM modeAbhishek Sahu2017-08-231-3/+14
* mtd: nand: qcom: erased codeword detection configurationAbhishek Sahu2017-08-231-0/+21
* mtd: nand: qcom: support for read location registersAbhishek Sahu2017-08-231-0/+63
* mtd: nand: qcom: support for passing flags in DMA helper functionsAbhishek Sahu2017-08-231-52/+77
* mtd: nand: qcom: add BAM DMA descriptor handlingAbhishek Sahu2017-08-231-12/+136
* mtd: nand: qcom: allocate BAM transactionAbhishek Sahu2017-08-231-0/+94
* mtd: nand: qcom: DMA mapping support for register read bufferAbhishek Sahu2017-08-231-0/+40
* mtd: nand: qcom: add and initialize QPIC DMA resourcesAbhishek Sahu2017-08-231-18/+68
* mtd: nand: qcom: add bam property for QPIC NAND controllerAbhishek Sahu2017-08-231-0/+3
* mtd: nand: qcom: support for NAND controller propertiesAbhishek Sahu2017-08-231-7/+19
* mtd: nand: qcom: fix read failure without complete bootchainAbhishek Sahu2017-08-231-4/+12
* mtd: nand: mtk: fix error return code in mtk_ecc_probe()Gustavo A. R. Silva2017-08-231-2/+2
* mtd: nand: sh_flctl: fix error return code in flctl_probe()Gustavo A. R. Silva2017-08-231-2/+2
* mtd: nand: sh_flctl: use dma_mapping_error to check map errorsPan Bian2017-08-231-1/+1
* mtd: nand: atmel: fix of_irq_get() error checkSergei Shtylyov2017-08-231-6/+7
* mtd: nand: hynix: add support for 20nm NAND chipsMartin Blumenstingl2017-08-231-2/+2
* mtd: nand: mxc: Fix mxc_v1 ooblayoutBoris Brezillon2017-08-231-3/+4
* mtd: nand: sunxi: explicitly request exclusive reset controlPhilipp Zabel2017-08-231-1/+1
* mtd: nand: lpc32xx_mlc: Handle return value of clk_prepare_enable.Arvind Yadav2017-08-231-2/+7
* mtd: nand: lpc32xx_slc: Handle return value of clk_prepare_enable.Arvind Yadav2017-08-231-2/+7
* mtd: oxnas_nand: Handle clk_prepare_enable/clk_disable_unprepare.Arvind Yadav2017-08-231-7/+18
* mtd: nand: denali: Handle return value of clk_prepare_enable.Arvind Yadav2017-08-231-1/+3
* mtd: orion-nand: fix build error with ARMv4Arnd Bergmann2017-08-231-0/+7
* mtd: nand: pxa3xx_nand: enable building on mvebu 64-bit platformsGregory CLEMENT2017-08-231-1/+1
* mtd: nand: qcom: reorganize nand devices probingAbhishek Sahu2017-08-231-29/+59
* mtd: nand: qcom: remove memset for clearing read register bufferAbhishek Sahu2017-08-231-2/+0
* mtd: nand: qcom: reorganize nand page writeAbhishek Sahu2017-08-231-12/+20
* mtd: nand: qcom: reorganize nand page readAbhishek Sahu2017-08-231-10/+27
* mtd: nand: qcom: remove redundant chip select compatible stringAbhishek Sahu2017-08-231-14/+12
* mtd: nand: qcom: fix config error for BCHAbhishek Sahu2017-08-231-1/+1
* mtd: nand: vf610: Remove unneeded pinctrl_pm_select_default_state()Fabio Estevam2017-08-231-3/+0
* mtd: nand: vf610: Check the return value from clk_prepare_enable()Fabio Estevam2017-08-231-1/+5
* mtd: nand: remove hard-coded NAND ids lengthJean-Louis Thekekara2017-08-231-2/+2
* mtd: nand: Fix various memory leaks in coreBoris Brezillon2017-08-231-62/+56
* mtd: nand: Remove support for block locking/unlockingBoris Brezillon2017-08-031-173/+0
* Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtdLinus Torvalds2017-07-1333-1608/+2430
|\
| * Merge tag 'nand/for-4.13' into MTDBrian Norris2017-07-0733-1608/+2430
| |\
| | * mtd: nand: mtk: release lock on error pathDan Carpenter2017-07-031-1/+3
| | * mtd: nand: mtk: add ->setup_data_interface() hookXiaolei Li2017-06-251-15/+75
| | * mtd: nand: mtk: remove unneeded mtk_ecc_hw_init from mtk_ecc_resumeXiaolei Li2017-06-251-2/+0
| | * mtd: nand: mtk: remove unneeded mtk_nfc_hw_init from mtk_nfc_resumeXiaolei Li2017-06-251-2/+0
| | * mtd: nand: mtk: disable ecc irq when writing page with hweccXiaolei Li2017-06-251-10/+12
| | * mtd: nand: mtk: fix incorrect register setting order about ecc irqXiaolei Li2017-06-251-2/+2
| | * mtd: nand: ifc: Initialize SRAM for all version >= 1.0Prabhakar Kushwaha2017-06-201-1/+1
| | * mtd: nand: denali: avoid magic numbers and rename for clarificationMasahiro Yamada2017-06-204-146/+144