summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mtd: nand: Remove unused chip->write_page() hookBoris Brezillon2017-04-251-7/+5Star
| | * | | 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/+1Star
| | * | | mtd: nand: denali: remove meaningless writes to read-only registersMasahiro Yamada2017-03-281-16/+0Star
| | * | | 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/+44Star
| | * | | 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/+0Star
| | * | | mtd: nand: denali: remove redundant define of BANK(x)Masahiro Yamada2017-03-241-1/+0Star
| | * | | mtd: nand: denali: remove unused CONFIG option and macrosMasahiro Yamada2017-03-243-115/+0Star
| | * | | mtd: nand: use read_oob() instead of cmdfunc() for bad block checkMasahiro Yamada2017-03-241-21/+13Star
| | * | | mtd: nand: allow to set only one of ECC size and ECC strength from DTMasahiro Yamada2017-03-241-6/+0Star
| | * | | mtd: nand: fsmc: remove CONFIG_OF conditionalThomas Petazzoni2017-03-231-3/+1Star
| | * | | mtd: nand: fsmc: remove unused definitionsThomas Petazzoni2017-03-231-9/+0Star
| | * | | mtd: nand: fsmc: use devm_clk_get()Thomas Petazzoni2017-03-231-5/+2Star
| | * | | mtd: nand: fsmc: finally remove fsmc_nand_platform_dataThomas Petazzoni2017-03-231-52/+21Star
| | * | | mtd: nand: fsmc: remove duplicate nand_set_flash_node()Thomas Petazzoni2017-03-231-1/+0Star
| | * | | mtd: nand: fsmc: kill {nr_, }partitions structure fieldsThomas Petazzoni2017-03-231-17/+1Star
| | * | | mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_dataThomas Petazzoni2017-03-231-8/+2Star
| | * | | mtd: nand: fsmc: remove fsmc_select_chip()Thomas Petazzoni2017-03-231-29/+0Star
| | * | | mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_dataThomas Petazzoni2017-03-231-4/+0Star
| | * | | mtd: nand: fsmc: move fsmc_nand_data definitionThomas Petazzoni2017-03-231-49/+49
| | * | | mtd: nand: fsmc: fix NAND width handlingThomas Petazzoni2017-03-231-8/+5Star
| | * | | 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/+9Star
| | * | | mtd: nand: hynix: Add read-retry support for 1x nm MLC NANDsBoris Brezillon2017-03-081-1/+356
| | * | | mtd: nand: hynix: Rework NAND ID decoding to extract more informationBoris Brezillon2017-03-081-19/+209
| | * | | mtd: nand: samsung: Retrieve ECC requirements from extended IDHans de Goede2017-03-081-0/+20
| | * | | mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon2017-03-084-12/+32
| | * | | mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon2017-03-084-18/+54
| | * | | mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon2017-03-084-31/+90
| | * | | mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon2017-03-084-18/+55
| | * | | mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon2017-03-084-87/+114
| | * | | mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon2017-03-084-50/+99
| | * | | mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon2017-03-081-10/+65
| | * | | mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon2017-03-082-14/+31