summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-06-20mtd: nand: denali: support hardware-assisted erased page detectionMasahiro Yamada2-1/+13
2017-06-20mtd: nand: denali: fix raw and oob accessors for syndrome page layoutMasahiro Yamada2-269/+344
2017-06-20mtd: nand: denali: use flag instead of register macro for directionMasahiro Yamada1-19/+17
2017-06-20mtd: nand: denali: merge struct nand_buf into struct denali_nand_infoMasahiro Yamada2-21/+16
2017-06-20mtd: nand: denali: propagate page to helpers via function argumentMasahiro Yamada2-35/+24
2017-06-20mtd: nand: denali: use interrupt instead of polling for bank resetMasahiro Yamada1-14/+14
2017-06-20mtd: nand: denali: fix bank reset function to detect the number of chipsMasahiro Yamada1-29/+23
2017-06-20mtd: nand: denali: switch over to cmd_ctrl instead of cmdfuncMasahiro Yamada2-111/+123
2017-06-20mtd: nand: denali: rework interrupt handlingMasahiro Yamada2-201/+117
2017-06-20mtd: nand: denali: handle timing parameters by setup_data_interface()Masahiro Yamada4-241/+139
2017-06-20mtd: nand: denali: remove unneeded find_valid_banks()Masahiro Yamada2-48/+0
2017-06-20mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESSMasahiro Yamada2-30/+12
2017-06-13mtd: nand: atmel: drop unused includeAlexandre Belloni1-1/+0
2017-06-10mtd: nand: denali_dt: add compatible strings for UniPhier SoC variantsMasahiro Yamada1-0/+25
2017-06-10mtd: nand: denali: remove Toshiba and Hynix specific fixup codeMasahiro Yamada1-34/+6
2017-06-10mtd: nand: denali: avoid hard-coding ECC step, strength, bytesMasahiro Yamada4-37/+71
2017-06-10mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada1-0/+220
2017-06-10mtd: nand: denali: use BIT() and GENMASK() for register macrosMasahiro Yamada1-125/+119
2017-06-10mtd: nand: denali_dt: clean up resource ioremapMasahiro Yamada1-7/+5
2017-06-10mtd: nand: gpmi: fix typo in commentMatthias Lange1-1/+1
2017-06-10mtd: nand: gpmi: Fix typo in data structure nameMatthias Lange2-4/+4
2017-06-10mtd: nand: orion: Handle return value of clk_prepare_enableArvind Yadav1-1/+5
2017-06-10mtd: nand: fsl_ifc: fix handing of bit flips in erased pagesBoris Brezillon1-35/+42
2017-06-01mtd: nand: mediatek: add support for MT2712 NAND FLASH ControllerXiaolei Li2-4/+49
2017-06-01mtd: nand: mediatek: add support for different MTK NAND FLASH Controller IPXiaolei Li3-199/+153
2017-06-01mtd: nand: mediatek: refine register NFI_PAGEFMT settingXiaolei Li1-2/+2
2017-06-01mtd: nand: atmel: mark resume function __maybe_unusedArnd Bergmann1-1/+1
2017-06-01mtd: nand: check ecc->total sanity in nand_scan_tailMasahiro Yamada1-0/+5
2017-06-01mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]()Boris Brezillon1-0/+19
2017-06-01mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...Boris Brezillon4-8/+31
2017-06-01mtd: nand: tango: Fix incorrect use of SEQIN commandBoris Brezillon1-1/+1
2017-06-01mtd: nand: sunxi: Remove unneeded ->cmdfunc(NAND_CMD_READ0, 0, page)Boris Brezillon1-1/+0
2017-06-01mtd: nand: sunxi: Actually use DMA for subpage readsBoris Brezillon1-1/+0
2017-06-01mtd: nand: Drop the ->errstat() hookBoris Brezillon1-16/+0
2017-06-01mtd: nand: Drop unused cached programming supportBoris Brezillon1-26/+12
2017-06-01mtd: nand: atmel: Add PM opsBoris Brezillon1-0/+18
2017-06-01mtd: nand: atmel: Add ->setup_data_interface() hooksBoris Brezillon2-2/+328
2017-06-01mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon6-31/+29
2017-06-01mtd: nand: gpmi: Kill gpmi_nand_exit()Boris Brezillon1-7/+2
2017-06-01mtd: nand: gpmi: Fix gpmi_nand_init() error pathBoris Brezillon1-4/+6
2017-06-01mtd: nand: gpmi: add i.MX 7 SoC supportStefan Agner2-2/+20
2017-06-01mtd: nand: gpmi: unify clock handlingStefan Agner2-23/+20
2017-06-01mtd: nand: Optimize checking of erased buffersPavel Machek1-1/+4
2017-06-01mtd: nand: fsmc_nand: handle on-die ECC caseThomas Petazzoni1-0/+3
2017-06-01mtd: nand: add support for Micron on-die ECCThomas Petazzoni1-0/+216
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon14-0/+45
2017-05-15mtd: nand: export nand_{read,write}_page_raw()Thomas Petazzoni1-4/+6
2017-05-15mtd: nand: add core support for on-die ECCThomas Petazzoni1-0/+13
2017-05-15mtd: nand: fsmc: remove default timingsThomas Petazzoni1-15/+1
2017-05-15mtd: nand: fsmc: add support for SDR timingsThomas Petazzoni1-5/+89