summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: denali: allow to override revision numberMasahiro Yamada2017-04-253-13/+18
* mtd: nand: denali_dt: use pdev instead of ofdev for platform_deviceMasahiro Yamada2017-04-251-15/+17
* mtd: nand: denali_dt: remove dma-mask DT propertyMasahiro Yamada2017-04-251-9/+0
* mtd: nand: denali: support 64bit capable DMA engineMasahiro Yamada2017-04-252-4/+36
* mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variantMasahiro Yamada2017-04-251-4/+10
* mtd: nand: denali: support HW_ECC_FIXUP capabilityMasahiro Yamada2017-04-252-9/+57
* mtd: nand: denali: fix erased page checkingMasahiro Yamada2017-04-251-27/+50
* mtd: nand: denali: fix bitflips calculation in handle_ecc()Masahiro Yamada2017-04-251-70/+71
* mtd: nand: denali: remove meaningless pipeline read-ahead operationMasahiro Yamada2017-04-251-39/+3
* mtd: nand: denali: allow to override mtd->name from label DT propertyMasahiro Yamada2017-04-251-1/+3
* mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada2017-04-251-2/+1
* mtd: nand: Remove unused chip->write_page() hookBoris Brezillon2017-04-251-7/+5
* mtd: nand: Cleanup/rework the atmel_nand driverBoris Brezillon2017-04-259-2749/+3297
* mtd: nand: orion: improve handling of optional clockSimon Baatz2017-03-291-7/+13
* mtd: nand: orion: fix clk handlingSimon Baatz2017-03-291-21/+21
* mtd: nand: denali: remove unnecessary writes to ECC_CORRECTIONMasahiro Yamada2017-03-282-17/+1
* mtd: nand: denali: remove meaningless writes to read-only registersMasahiro Yamada2017-03-281-16/+0
* mtd: nand: denali: set DEVICES_CONNECTED 1 if not setMasahiro Yamada2017-03-281-0/+9
* mtd: nand: denali: simplify multi device fixup codeMasahiro Yamada2017-03-281-16/+30
* mtd: nand: denali: move multi device fixup code to a helper functionMasahiro Yamada2017-03-271-21/+33
* mtd: nand: denali: call nand_set_flash_node() to set DT nodeMasahiro Yamada2017-03-271-0/+1
* mtd: nand: denali: use nand_chip to hold frequently accessed dataMasahiro Yamada2017-03-271-34/+34
* mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada2017-03-241-0/+2
* mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada2017-03-241-0/+2
* mtd: nand: denali: use int where no reason to use fixed width variableMasahiro Yamada2017-03-241-4/+4
* mtd: nand: denali: introduce capability flagMasahiro Yamada2017-03-242-9/+10
* mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macrosMasahiro Yamada2017-03-242-73/+44
* mtd: nand: denali: fix comment of denali_nand_info::flash_memMasahiro Yamada2017-03-241-2/+2
* mtd: nand: denali: remove more unused struct membersMasahiro Yamada2017-03-241-2/+0
* mtd: nand: denali: remove redundant define of BANK(x)Masahiro Yamada2017-03-241-1/+0
* mtd: nand: denali: remove unused CONFIG option and macrosMasahiro Yamada2017-03-243-115/+0
* mtd: nand: use read_oob() instead of cmdfunc() for bad block checkMasahiro Yamada2017-03-241-21/+13
* mtd: nand: allow to set only one of ECC size and ECC strength from DTMasahiro Yamada2017-03-241-6/+0
* mtd: nand: fsmc: remove CONFIG_OF conditionalThomas Petazzoni2017-03-231-3/+1
* mtd: nand: fsmc: remove unused definitionsThomas Petazzoni2017-03-231-9/+0
* mtd: nand: fsmc: use devm_clk_get()Thomas Petazzoni2017-03-231-5/+2
* mtd: nand: fsmc: finally remove fsmc_nand_platform_dataThomas Petazzoni2017-03-231-52/+21
* mtd: nand: fsmc: remove duplicate nand_set_flash_node()Thomas Petazzoni2017-03-231-1/+0
* mtd: nand: fsmc: kill {nr_, }partitions structure fieldsThomas Petazzoni2017-03-231-17/+1
* mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_dataThomas Petazzoni2017-03-231-8/+2
* mtd: nand: fsmc: remove fsmc_select_chip()Thomas Petazzoni2017-03-231-29/+0
* mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_dataThomas Petazzoni2017-03-231-4/+0
* mtd: nand: fsmc: move fsmc_nand_data definitionThomas Petazzoni2017-03-231-49/+49
* mtd: nand: fsmc: fix NAND width handlingThomas Petazzoni2017-03-231-8/+5
* mtd: nand: hynix: Fix an error code in initDan Carpenter2017-03-231-1/+3
* mtd: nand: gpio: make nCE GPIO optionalChristophe Leroy2017-03-161-6/+12
* mtd: nand: Update dependency of IFC for LS1021AAlison Wang2017-03-161-1/+1
* mtd: nand: tango: Enforce DMA direction typeBoris Brezillon2017-03-161-3/+5
* mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"Colin Ian King2017-03-161-1/+1
* mtd: nand: sunxi: simplify optional reset handlingPhilipp Zabel2017-03-161-11/+9