summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-04-25mtd: nand: Cleanup/rework the atmel_nand driverBoris Brezillon-2750/+3298
2017-03-29mtd: nand: orion: improve handling of optional clockSimon Baatz-7/+13
2017-03-29mtd: nand: orion: fix clk handlingSimon Baatz-21/+21
2017-03-28mtd: nand: denali: remove unnecessary writes to ECC_CORRECTIONMasahiro Yamada-17/+1
2017-03-28mtd: nand: denali: remove meaningless writes to read-only registersMasahiro Yamada-16/+0
2017-03-28mtd: nand: denali: set DEVICES_CONNECTED 1 if not setMasahiro Yamada-0/+9
2017-03-28mtd: nand: denali: simplify multi device fixup codeMasahiro Yamada-16/+30
2017-03-27mtd: nand: denali: move multi device fixup code to a helper functionMasahiro Yamada-21/+33
2017-03-27mtd: nand: denali: call nand_set_flash_node() to set DT nodeMasahiro Yamada-0/+1
2017-03-27mtd: nand: denali: use nand_chip to hold frequently accessed dataMasahiro Yamada-34/+34
2017-03-24mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada-0/+2
2017-03-24mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada-0/+2
2017-03-24mtd: nand: denali: use int where no reason to use fixed width variableMasahiro Yamada-4/+4
2017-03-24mtd: nand: denali: introduce capability flagMasahiro Yamada-9/+10
2017-03-24mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macrosMasahiro Yamada-73/+44
2017-03-24mtd: nand: denali: fix comment of denali_nand_info::flash_memMasahiro Yamada-2/+2
2017-03-24mtd: nand: denali: remove more unused struct membersMasahiro Yamada-2/+0
2017-03-24mtd: nand: denali: remove redundant define of BANK(x)Masahiro Yamada-1/+0
2017-03-24mtd: nand: denali: remove unused CONFIG option and macrosMasahiro Yamada-115/+0
2017-03-24mtd: nand: use read_oob() instead of cmdfunc() for bad block checkMasahiro Yamada-21/+13
2017-03-24mtd: nand: allow to set only one of ECC size and ECC strength from DTMasahiro Yamada-6/+0
2017-03-23mtd: nand: fsmc: remove CONFIG_OF conditionalThomas Petazzoni-3/+1
2017-03-23mtd: nand: fsmc: remove unused definitionsThomas Petazzoni-9/+0
2017-03-23mtd: nand: fsmc: use devm_clk_get()Thomas Petazzoni-5/+2
2017-03-23mtd: nand: fsmc: finally remove fsmc_nand_platform_dataThomas Petazzoni-52/+21
2017-03-23mtd: nand: fsmc: remove duplicate nand_set_flash_node()Thomas Petazzoni-1/+0
2017-03-23mtd: nand: fsmc: kill {nr_, }partitions structure fieldsThomas Petazzoni-17/+1
2017-03-23mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_dataThomas Petazzoni-8/+2
2017-03-23mtd: nand: fsmc: remove fsmc_select_chip()Thomas Petazzoni-29/+0
2017-03-23mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_dataThomas Petazzoni-4/+0
2017-03-23mtd: nand: fsmc: move fsmc_nand_data definitionThomas Petazzoni-49/+49
2017-03-23mtd: nand: fsmc: fix NAND width handlingThomas Petazzoni-8/+5
2017-03-23mtd: nand: hynix: Fix an error code in initDan Carpenter-1/+3
2017-03-16mtd: nand: gpio: make nCE GPIO optionalChristophe Leroy-6/+12
2017-03-16mtd: nand: Update dependency of IFC for LS1021AAlison Wang-1/+1
2017-03-16memory: ifc: Update dependency of IFC for LS1021AAlison Wang-1/+1
2017-03-16mtd: nand: tango: Enforce DMA direction typeBoris Brezillon-3/+5
2017-03-16mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"Colin Ian King-1/+1
2017-03-16mtd: nand: sunxi: simplify optional reset handlingPhilipp Zabel-11/+9
2017-03-08mtd: nand: hynix: Add read-retry support for 1x nm MLC NANDsBoris Brezillon-1/+356
2017-03-08mtd: nand: hynix: Rework NAND ID decoding to extract more informationBoris Brezillon-19/+209
2017-03-08mtd: nand: samsung: Retrieve ECC requirements from extended IDHans de Goede-0/+20
2017-03-08mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon-12/+33
2017-03-08mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon-18/+55
2017-03-08mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon-51/+91
2017-03-08mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon-18/+56
2017-03-08mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon-87/+115
2017-03-08mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon-50/+101
2017-03-08mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon-10/+100
2017-03-08mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon-15/+39