summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2017-04-25mtd: nand: denali: fix erased page checkingMasahiro Yamada
2017-04-25mtd: nand: denali: fix bitflips calculation in handle_ecc()Masahiro Yamada
2017-04-25mtd: nand: denali: remove meaningless pipeline read-ahead operationMasahiro Yamada
2017-04-25mtd: nand: denali: allow to override mtd->name from label DT propertyMasahiro Yamada
2017-04-25mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada
2017-04-25mtd: nand: Remove unused chip->write_page() hookBoris Brezillon
2017-04-25mtd: nand: Cleanup/rework the atmel_nand driverBoris Brezillon
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureJan Kara
2017-04-19mtd: physmap_of: use OF helpers for reading stringsRafał Miłecki
2017-04-19mtd: mtdswap: use MTDSWAP_ECNT_MIN/MAXGeliang Tang
2017-04-19drivers/mtd: Convert remaining uses of pr_warning to pr_warnJoe Perches
2017-04-19mtd: physmap_of: really fix the physmap add-onsLinus Walleij
2017-04-16mtd: spi-nor: enable stateless 4b op codes for mx25u25635fMathias Kresin
2017-04-10mtd: spi-nor: Add support for N25Q256A11Nobuhiro Iwamatsu
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers
2017-03-30ubi/upd: Always flush after prepared for an updateSebastian Siewior
2017-03-29mtd: nand: orion: improve handling of optional clockSimon Baatz
2017-03-29mtd: nand: orion: fix clk handlingSimon Baatz
2017-03-28mtd: nand: denali: remove unnecessary writes to ECC_CORRECTIONMasahiro Yamada
2017-03-28mtd: nand: denali: remove meaningless writes to read-only registersMasahiro Yamada
2017-03-28mtd: nand: denali: set DEVICES_CONNECTED 1 if not setMasahiro Yamada
2017-03-28mtd: nand: denali: simplify multi device fixup codeMasahiro Yamada
2017-03-27mtd: nand: denali: move multi device fixup code to a helper functionMasahiro Yamada
2017-03-27mtd: nand: denali: call nand_set_flash_node() to set DT nodeMasahiro Yamada
2017-03-27mtd: nand: denali: use nand_chip to hold frequently accessed dataMasahiro Yamada
2017-03-24UBI: Fix typosAndrew F. Davis
2017-03-24mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada
2017-03-24mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada
2017-03-24mtd: nand: denali: use int where no reason to use fixed width variableMasahiro Yamada
2017-03-24mtd: nand: denali: introduce capability flagMasahiro Yamada
2017-03-24mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macrosMasahiro Yamada
2017-03-24mtd: nand: denali: fix comment of denali_nand_info::flash_memMasahiro Yamada
2017-03-24mtd: nand: denali: remove more unused struct membersMasahiro Yamada
2017-03-24mtd: nand: denali: remove redundant define of BANK(x)Masahiro Yamada
2017-03-24mtd: nand: denali: remove unused CONFIG option and macrosMasahiro Yamada
2017-03-24mtd: nand: use read_oob() instead of cmdfunc() for bad block checkMasahiro Yamada
2017-03-24mtd: nand: allow to set only one of ECC size and ECC strength from DTMasahiro Yamada
2017-03-23mtd: nand: fsmc: remove CONFIG_OF conditionalThomas Petazzoni
2017-03-23mtd: nand: fsmc: remove unused definitionsThomas Petazzoni
2017-03-23mtd: nand: fsmc: use devm_clk_get()Thomas Petazzoni
2017-03-23mtd: nand: fsmc: finally remove fsmc_nand_platform_dataThomas Petazzoni
2017-03-23mtd: nand: fsmc: remove duplicate nand_set_flash_node()Thomas Petazzoni
2017-03-23mtd: nand: fsmc: kill {nr_, }partitions structure fieldsThomas Petazzoni
2017-03-23mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_dataThomas Petazzoni
2017-03-23mtd: nand: fsmc: remove fsmc_select_chip()Thomas Petazzoni
2017-03-23mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_dataThomas Petazzoni
2017-03-23mtd: nand: fsmc: move fsmc_nand_data definitionThomas Petazzoni
2017-03-23mtd: nand: fsmc: fix NAND width handlingThomas Petazzoni