summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-10mtd: nand: gpio: update bindingChristophe Leroy1-2/+2
2017-05-02mtd: nand: add ooblayout for old hamming layoutAlexander Couzens1-1/+69
2017-05-02mtd: oxnas_nand: Allocating more than necessary in probe()Dan Carpenter1-1/+1
2017-05-01dt-bindings: mtd: Document the STM32 QSPI bindingsLudovic Barre1-0/+43
2017-05-01Merge tag 'spi-nor/for-4.12-v2' of git://github.com/spi-nor/linux into MTDBrian Norris7-6/+749
2017-05-01Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTDBrian Norris35-3779/+5273
2017-05-01mtd: mtk-nor: set controller's address width according to nor flashGuochun Mao1-0/+27
2017-05-01mtd: spi-nor: add driver for STM32 quad spi flash controllerLudovic Barre3-0/+701
2017-04-25mtd: nand: brcmnand: Check flash #WP pin status before nand erase/programKamal Dasu1-3/+58
2017-04-25mtd: nand: davinci: add comment on NAND subpage write status on keystoneSekhar Nori1-0/+11
2017-04-25mtd: nand: omap2: Fix partition creation via cmdline mtdpartsRoger Quadros1-0/+9
2017-04-25mtd: nand: NULL terminate a of_device_id tableChristophe Jaillet1-0/+1
2017-04-25mtd: nand: Fix a couple error codesDan Carpenter1-2/+2
2017-04-25mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2-2/+10
2017-04-25mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unsetMasahiro Yamada1-9/+32
2017-04-25mtd: nand: denali: allow to override revision numberMasahiro Yamada3-13/+18
2017-04-25mtd: nand: denali_dt: use pdev instead of ofdev for platform_deviceMasahiro Yamada1-15/+17
2017-04-25mtd: nand: denali_dt: remove dma-mask DT propertyMasahiro Yamada2-11/+0
2017-04-25mtd: nand: denali: support 64bit capable DMA engineMasahiro Yamada2-4/+36
2017-04-25mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variantMasahiro Yamada2-6/+13
2017-04-25mtd: nand: denali: support HW_ECC_FIXUP capabilityMasahiro Yamada2-9/+57
2017-04-25mtd: nand: denali: fix erased page checkingMasahiro Yamada1-27/+50
2017-04-25mtd: nand: denali: fix bitflips calculation in handle_ecc()Masahiro Yamada1-70/+71
2017-04-25mtd: nand: denali: remove meaningless pipeline read-ahead operationMasahiro Yamada1-39/+3
2017-04-25mtd: nand: denali: allow to override mtd->name from label DT propertyMasahiro Yamada1-1/+3
2017-04-25mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada2-3/+2
2017-04-25mtd: nand: Remove unused chip->write_page() hookBoris Brezillon2-11/+5
2017-04-25mtd: nand: atmel: Document the new DT bindingsBoris Brezillon1-1/+106
2017-04-25mtd: nand: Cleanup/rework the atmel_nand driverBoris Brezillon10-2750/+3298
2017-04-19mtd: physmap_of: use OF helpers for reading stringsRafał Miłecki1-20/+10
2017-04-19MAINTAINERS: change email address from atmel.com to wedev4u.frCyrille Pitchen1-2/+2
2017-04-19mtd: mtdswap: use MTDSWAP_ECNT_MIN/MAXGeliang Tang1-4/+2
2017-04-19drivers/mtd: Convert remaining uses of pr_warning to pr_warnJoe Perches3-8/+12
2017-04-19mtd: physmap_of: really fix the physmap add-onsLinus Walleij2-6/+4
2017-04-19mtd: use dev_of_node helper in mtd_get_of_nodeRafał Miłecki1-1/+1
2017-04-19jffs2: fix spelling mistake: "requestied" -> "requested"Colin Ian King1-1/+1
2017-04-16mtd: spi-nor: enable stateless 4b op codes for mx25u25635fMathias Kresin1-1/+1
2017-04-10mtd: spi-nor: Add support for N25Q256A11Nobuhiro Iwamatsu1-0/+1
2017-03-29mtd: nand: orion: improve handling of optional clockSimon Baatz1-7/+13
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-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