summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtdLinus Torvalds2017-07-1362-2169/+3948
|\
| * 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
| | * mtd: nand: denali: enable bad block table scanMasahiro Yamada2017-06-201-29/+2
| | * mtd: nand: denali: use non-managed kmalloc() for DMA bufferMasahiro Yamada2017-06-201-9/+17
| | * mtd: nand: denali: skip driver internal bounce buffer when possibleMasahiro Yamada2017-06-201-26/+12
| | * mtd: nand: denali: support hardware-assisted erased page detectionMasahiro Yamada2017-06-202-1/+13
| | * mtd: nand: denali: fix raw and oob accessors for syndrome page layoutMasahiro Yamada2017-06-202-269/+344
| | * mtd: nand: denali: use flag instead of register macro for directionMasahiro Yamada2017-06-201-19/+17
| | * mtd: nand: denali: merge struct nand_buf into struct denali_nand_infoMasahiro Yamada2017-06-202-21/+16
| | * mtd: nand: denali: propagate page to helpers via function argumentMasahiro Yamada2017-06-202-35/+24
| | * mtd: nand: denali: use interrupt instead of polling for bank resetMasahiro Yamada2017-06-201-14/+14
| | * mtd: nand: denali: fix bank reset function to detect the number of chipsMasahiro Yamada2017-06-201-29/+23
| | * mtd: nand: denali: switch over to cmd_ctrl instead of cmdfuncMasahiro Yamada2017-06-202-111/+123
| | * mtd: nand: denali: rework interrupt handlingMasahiro Yamada2017-06-202-201/+117
| | * mtd: nand: denali: handle timing parameters by setup_data_interface()Masahiro Yamada2017-06-204-241/+139
| | * mtd: nand: denali: remove unneeded find_valid_banks()Masahiro Yamada2017-06-202-48/+0
| | * mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESSMasahiro Yamada2017-06-202-30/+12
| | * mtd: nand: atmel: drop unused includeAlexandre Belloni2017-06-131-1/+0
| | * mtd: nand: denali_dt: add compatible strings for UniPhier SoC variantsMasahiro Yamada2017-06-101-0/+25
| | * mtd: nand: denali: remove Toshiba and Hynix specific fixup codeMasahiro Yamada2017-06-101-34/+6
| | * mtd: nand: denali: avoid hard-coding ECC step, strength, bytesMasahiro Yamada2017-06-104-37/+71
| | * mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada2017-06-101-0/+220
| | * mtd: nand: denali: use BIT() and GENMASK() for register macrosMasahiro Yamada2017-06-101-125/+119
| | * mtd: nand: denali_dt: clean up resource ioremapMasahiro Yamada2017-06-101-7/+5
| | * mtd: nand: gpmi: fix typo in commentMatthias Lange2017-06-101-1/+1
| | * mtd: nand: gpmi: Fix typo in data structure nameMatthias Lange2017-06-102-4/+4
| | * mtd: nand: orion: Handle return value of clk_prepare_enableArvind Yadav2017-06-101-1/+5
| | * mtd: nand: fsl_ifc: fix handing of bit flips in erased pagesBoris Brezillon2017-06-101-35/+42
| | * mtd: nand: mediatek: add support for MT2712 NAND FLASH ControllerXiaolei Li2017-06-012-4/+49
| | * mtd: nand: mediatek: add support for different MTK NAND FLASH Controller IPXiaolei Li2017-06-013-199/+153
| | * mtd: nand: mediatek: refine register NFI_PAGEFMT settingXiaolei Li2017-06-011-2/+2
| | * mtd: nand: atmel: mark resume function __maybe_unusedArnd Bergmann2017-06-011-1/+1
| | * mtd: nand: check ecc->total sanity in nand_scan_tailMasahiro Yamada2017-06-011-0/+5
| | * mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]()Boris Brezillon2017-06-011-0/+19
| | * mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...Boris Brezillon2017-06-014-8/+31
| | * mtd: nand: tango: Fix incorrect use of SEQIN commandBoris Brezillon2017-06-011-1/+1
| | * mtd: nand: sunxi: Remove unneeded ->cmdfunc(NAND_CMD_READ0, 0, page)Boris Brezillon2017-06-011-1/+0
| | * mtd: nand: sunxi: Actually use DMA for subpage readsBoris Brezillon2017-06-011-1/+0
| | * mtd: nand: Drop the ->errstat() hookBoris Brezillon2017-06-011-16/+0
| | * mtd: nand: Drop unused cached programming supportBoris Brezillon2017-06-011-26/+12
| | * mtd: nand: atmel: Add PM opsBoris Brezillon2017-06-011-0/+18
| | * mtd: nand: atmel: Add ->setup_data_interface() hooksBoris Brezillon2017-06-012-2/+328