summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: samsung: Disable subpage writes on E-die NANDLadislav Michl2018-01-101-4/+17
* mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu2018-01-091-10/+3
* mtd: nand: qcom: Add a NULL check for devm_kasprintf()Fabio Estevam2018-01-061-0/+3
* mtd: nand: brcmnand: Add a NULL check for devm_kasprintf()Fabio Estevam2018-01-061-0/+3
* mtd: nand: Fix unfinished comment in nand_init_data_interface()Miquel Raynal2018-01-061-1/+4
* mtd: nand: add ->exec_op() implementationMiquel Raynal2017-12-162-25/+997
* mtd: nand: samsung: add ECC requirements for K9F4G08U0DMiquel Raynal2017-12-141-0/+6
* mtd: nand: Only allocate ecc->{calc, code}_buf when actually neededBoris Brezillon2017-12-141-14/+11
* mtd: nand: denali: Avoid using ecc->code_buf as a temporary bufferBoris Brezillon2017-12-141-7/+3
* mtd: nand: mtk: Support MT7622 NAND flash controller.RogerCC Lin2017-12-142-0/+42
* mtd: nand: mtk: Support different MTK NAND flash controller IPRogerCC Lin2017-12-143-41/+89
* mtd: nand: cafe: clean up DMA address setupMasahiro Yamada2017-12-141-6/+2
* mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada2017-12-148-68/+53
* mtd: nand: remove unused NAND_OWN_BUFFERS flagMasahiro Yamada2017-12-141-25/+20
* mtd: nand: cafe: remove use of NAND_OWN_BUFFERSMasahiro Yamada2017-12-141-20/+4
* mtd: nand: provide valid ->data_interface during NAND detectionMiquel Raynal2017-12-142-42/+25
* mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-1422-184/+169
* mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2017-12-1423-431/+1102
* mtd: nand: use usual return values for the ->erase() hookMiquel Raynal2017-12-013-4/+15
* mtd: nand: denali: rename misleading dma_buf to tmp_bufMasahiro Yamada2017-11-301-17/+17
* mtd: nand: remove unnecessary extern from driver headersMasahiro Yamada2017-11-303-26/+26
* mtd: nand: ifc: update bufnum mask for ver >= 2.0.0Jagdish Gediya2017-11-301-0/+7
* mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2017-11-301-0/+4
* mtd: nand: gpmi-nand: Remove wrong Kconfig help textSascha Hauer2017-11-301-3/+1
* mtd: nand: hynix: Don't wait after applying new read-retry paramsBoris Brezillon2017-11-301-5/+0
* mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal2017-11-301-2/+7
* mtd: nand: gpmi: replace _manual_ swap with swap macroGustavo A. R. Silva2017-11-301-12/+4
* mtd: nand: mtk: use nand_reset() to reset NAND devices in resume functionXiaolei Li2017-11-301-6/+2
* Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds2017-11-2324-465/+671
|\
| * mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon2017-11-131-4/+9
| * mtd: constify mtd_partitionArvind Yadav2017-11-062-2/+2
| * Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtdRichard Weinberger2017-11-0221-459/+660
| |\
| | * mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor2017-10-311-3/+6
| | * mtd: nand: mtk: fix infinite ECC decode IRQ issueXiaolei Li2017-10-301-2/+11
| | * mtd: nand: mtk: change the compile sequence of mtk_nand.o and mtk_ecc.oXiaolei Li2017-10-291-1/+1
| | * mtd: nand: omap2: Fix subpage writeRoger Quadros2017-10-271-115/+224
| | * mtd: nand: mxc: use dev_dbg to print debug messagesSascha Hauer2017-10-161-7/+7
| | * mtd: nand: mxc: lower ECC failed message priority to debug levelSascha Hauer2017-10-161-1/+1
| | * mtd: nand: omap2: Do not assign omap_nand_info to platform drvdataLadislav Michl2017-10-141-1/+0
| | * mtd: nand: omap2: Remove omap_nand_platform_dataLadislav Michl2017-10-141-29/+8
| | * mtd: nand: atmel: Actually use the PM opsBoris Brezillon2017-10-141-0/+1
| | * mtd: nand: Export nand_reset() symbolBoris Brezillon2017-10-141-0/+1
| | * mtd: nand: pxa3xx: enable NAND controller if the SoC needs itMiquel Raynal2017-10-071-4/+37
| | * mtd: nand: sh_flctl: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-071-6/+3
| | * mtd: nand: denali: fix setup_data_interface to meet tCCS delayMasahiro Yamada2017-10-071-2/+8
| | * mtd: nand: pxa3xx_nand: Update Kconfig informationGregory CLEMENT2017-10-071-1/+4
| | * mtd: nand: atmel: Avoid ECC errors when leaving backup modeRomain Izard2017-10-073-8/+13
| | * mtd: nand: qcom: support for command descriptor formationAbhishek Sahu2017-10-071-16/+92
| | * mtd: nand: qcom: add command elements in BAM transactionAbhishek Sahu2017-10-071-1/+18
| | * mtd: nand: gpio: Convert to use GPIO descriptorsLinus Walleij2017-10-071-55/+57