summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon23-431/+1102
2017-12-01mtd: nand: use usual return values for the ->erase() hookMiquel Raynal3-4/+15
2017-11-30mtd: nand: denali: rename misleading dma_buf to tmp_bufMasahiro Yamada1-17/+17
2017-11-30mtd: nand: remove unnecessary extern from driver headersMasahiro Yamada3-26/+26
2017-11-30mtd: nand: ifc: update bufnum mask for ver >= 2.0.0Jagdish Gediya1-0/+7
2017-11-30mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2017-11-30mtd: nand: gpmi-nand: Remove wrong Kconfig help textSascha Hauer1-3/+1
2017-11-30mtd: nand: hynix: Don't wait after applying new read-retry paramsBoris Brezillon1-5/+0
2017-11-30mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal1-2/+7
2017-11-30mtd: nand: gpmi: replace _manual_ swap with swap macroGustavo A. R. Silva1-12/+4
2017-11-30mtd: nand: mtk: use nand_reset() to reset NAND devices in resume functionXiaolei Li1-6/+2
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds24-465/+671
2017-11-13mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon1-4/+9
2017-11-06mtd: constify mtd_partitionArvind Yadav2-2/+2
2017-11-02Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtdRichard Weinberger21-459/+660
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-31mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor1-3/+6
2017-10-30mtd: nand: mtk: fix infinite ECC decode IRQ issueXiaolei Li1-2/+11
2017-10-29mtd: nand: mtk: change the compile sequence of mtk_nand.o and mtk_ecc.oXiaolei Li1-1/+1
2017-10-27mtd: nand: omap2: Fix subpage writeRoger Quadros1-115/+224
2017-10-16mtd: nand: mxc: use dev_dbg to print debug messagesSascha Hauer1-7/+7
2017-10-16mtd: nand: mxc: lower ECC failed message priority to debug levelSascha Hauer1-1/+1
2017-10-14mtd: nand: omap2: Do not assign omap_nand_info to platform drvdataLadislav Michl1-1/+0
2017-10-14mtd: nand: omap2: Remove omap_nand_platform_dataLadislav Michl1-29/+8
2017-10-14mtd: nand: atmel: Actually use the PM opsBoris Brezillon1-0/+1
2017-10-14mtd: nand: Export nand_reset() symbolBoris Brezillon1-0/+1
2017-10-07mtd: nand: pxa3xx: enable NAND controller if the SoC needs itMiquel Raynal1-4/+37
2017-10-07mtd: nand: sh_flctl: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+3
2017-10-07mtd: nand: denali: fix setup_data_interface to meet tCCS delayMasahiro Yamada1-2/+8
2017-10-07mtd: nand: pxa3xx_nand: Update Kconfig informationGregory CLEMENT1-1/+4
2017-10-07mtd: nand: atmel: Avoid ECC errors when leaving backup modeRomain Izard3-8/+13
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-10-07mtd: nand: gpio: Convert to use GPIO descriptorsLinus Walleij1-55/+57
2017-09-27mtd: nand: atmel: fix buffer overflow in atmel_pmecc_userRichard Genoud1-1/+1
2017-09-22mtd: nand: denali: change the setup_dma choice into hookMasahiro Yamada2-10/+7
2017-09-22mtd: nand: denali: support direct addressing modeMasahiro Yamada2-41/+70
2017-09-22mtd: nand: denali: remove unneeded init of ECC_ENABLE registerMasahiro Yamada1-2/+0
2017-09-22mtd: nand: denali: use upper/lower_32_bits() macro for clean-upMasahiro Yamada1-2/+2
2017-09-22mtd: nand: denali: clean up commentsMasahiro Yamada4-66/+13
2017-09-22mtd: nand: denali: use more FIELD_PREP / FIELD_GET where appropriateMasahiro Yamada1-11/+11
2017-09-22mtd: nand: denali: clean up macros with <linux/bitfield.h>Masahiro Yamada2-22/+16
2017-09-22mtd: nand: denali: slight clean up of denali_wait_for_irq()Masahiro Yamada1-1/+1
2017-09-22mtd: nand: denali: squash denali_enable_dma() helper into callerMasahiro Yamada1-9/+3
2017-09-22mtd: nand: denali: consolidate include directivesMasahiro Yamada4-6/+15
2017-09-22mtd: nand: denali: prefix detect_max_banks() with denali_Masahiro Yamada1-2/+2
2017-09-22mtd: nand: denali: squash setup_ecc_for_xfer() helper into callerMasahiro Yamada1-19/+3
2017-09-18mtd: nand: denali: support two row address cycle devicesMasahiro Yamada1-2/+2
2017-09-18mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada7-15/+11
2017-09-18mtd: nand: Use standard large page OOB layout when using NAND_ECC_NONEMiquel Raynal1-1/+14