aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-29mtd: nand: orion: fix clk handlingSimon Baatz1-21/+21
2017-03-28mtd: nand: denali: remove unnecessary writes to ECC_CORRECTIONMasahiro Yamada2-17/+1
2017-03-28mtd: nand: denali: remove meaningless writes to read-only registersMasahiro Yamada1-16/+0
2017-03-28mtd: nand: denali: set DEVICES_CONNECTED 1 if not setMasahiro Yamada1-0/+9
2017-03-28mtd: nand: denali: simplify multi device fixup codeMasahiro Yamada1-16/+30
2017-03-27mtd: nand: denali: move multi device fixup code to a helper functionMasahiro Yamada1-21/+33
2017-03-27mtd: nand: denali: call nand_set_flash_node() to set DT nodeMasahiro Yamada1-0/+1
2017-03-27mtd: nand: denali: use nand_chip to hold frequently accessed dataMasahiro Yamada1-34/+34
2017-03-24UBI: Fix typosAndrew F. Davis3-4/+3
2017-03-24mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada1-0/+2
2017-03-24mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada1-0/+2
2017-03-24mtd: nand: denali: use int where no reason to use fixed width variableMasahiro Yamada1-4/+4
2017-03-24mtd: nand: denali: introduce capability flagMasahiro Yamada2-9/+10
2017-03-24mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macrosMasahiro Yamada2-73/+44
2017-03-24mtd: nand: denali: fix comment of denali_nand_info::flash_memMasahiro Yamada1-2/+2
2017-03-24mtd: nand: denali: remove more unused struct membersMasahiro Yamada1-2/+0
2017-03-24mtd: nand: denali: remove redundant define of BANK(x)Masahiro Yamada1-1/+0
2017-03-24mtd: nand: denali: remove unused CONFIG option and macrosMasahiro Yamada3-115/+0
2017-03-24mtd: nand: use read_oob() instead of cmdfunc() for bad block checkMasahiro Yamada1-21/+13
2017-03-24mtd: nand: allow to set only one of ECC size and ECC strength from DTMasahiro Yamada1-6/+0
2017-03-23mtd: nand: fsmc: remove CONFIG_OF conditionalThomas Petazzoni1-3/+1
2017-03-23mtd: nand: fsmc: remove unused definitionsThomas Petazzoni1-9/+0
2017-03-23mtd: nand: fsmc: use devm_clk_get()Thomas Petazzoni1-5/+2
2017-03-23mtd: nand: fsmc: finally remove fsmc_nand_platform_dataThomas Petazzoni1-52/+21
2017-03-23mtd: nand: fsmc: remove duplicate nand_set_flash_node()Thomas Petazzoni1-1/+0
2017-03-23mtd: nand: fsmc: kill {nr_, }partitions structure fieldsThomas Petazzoni1-17/+1
2017-03-23mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_dataThomas Petazzoni1-8/+2
2017-03-23mtd: nand: fsmc: remove fsmc_select_chip()Thomas Petazzoni1-29/+0
2017-03-23mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_dataThomas Petazzoni1-4/+0
2017-03-23mtd: nand: fsmc: move fsmc_nand_data definitionThomas Petazzoni1-49/+49
2017-03-23mtd: nand: fsmc: fix NAND width handlingThomas Petazzoni1-8/+5
2017-03-23mtd: nand: hynix: Fix an error code in initDan Carpenter1-1/+3
2017-03-22drivers mtd: spi-nor: add Macronix MX25Ux033E and MX25Ux035 variantsAlexander Kurz1-0/+3
2017-03-22drivers mtd: spi-nor: add Winbond W25Q20 variantsAlexander Kurz1-0/+3
2017-03-22mtd: spi-nor: Disable chip erase for Micron n25q00.mar.krzeminski1-2/+2
2017-03-22mtd: spi-nor: Fix whole chip erasing for stacked chips.mar.krzeminski1-0/+3
2017-03-21mtd: utilize new cdev_device_add helper functionLogan Gunthorpe2-107/+33
2017-03-16mtd: nand: gpio: make nCE GPIO optionalChristophe Leroy1-6/+12
2017-03-16mtd: nand: Update dependency of IFC for LS1021AAlison Wang1-1/+1
2017-03-16mtd: nand: tango: Enforce DMA direction typeBoris Brezillon1-3/+5
2017-03-16mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"Colin Ian King1-1/+1
2017-03-16mtd: nand: sunxi: simplify optional reset handlingPhilipp Zabel1-11/+9
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-08mtd: nand: hynix: Add read-retry support for 1x nm MLC NANDsBoris Brezillon1-1/+356
2017-03-08mtd: nand: hynix: Rework NAND ID decoding to extract more informationBoris Brezillon1-19/+209
2017-03-08mtd: nand: samsung: Retrieve ECC requirements from extended IDHans de Goede1-0/+20
2017-03-08mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon4-12/+32
2017-03-08mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon4-18/+54
2017-03-08mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon4-31/+90
2017-03-08mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon4-18/+55