summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: aspeed: set 4B setting for all chipsCédric Le Goater2017-07-251-7/+6
* spi-nor: Add Winbond w25m512jvBenjamin Herrenschmidt2017-06-211-0/+2
* Merge tag 'v4.10.17' into dev-4.10Joel Stanley2017-06-052-4/+5
|\
| * mtd: nand: Add OX820 NAND hardware dependencyJean Delvare2017-05-141-0/+1
| * ubi/upd: Always flush after prepared for an updateSebastian Siewior2017-04-271-4/+4
* | spi-nor: aspeed-smc: Fix flash window size messageJoel Stanley2017-05-241-1/+1
* | mtd: spi-nor: aspeed: optimize read modeCédric Le Goater2017-03-281-0/+191
* | mtd: spi-nor: aspeed: link controller with the ahb clockCédric Le Goater2017-03-281-0/+7
* | mtd: spi-nor: aspeed: use command mode for readsCédric Le Goater2017-03-281-9/+33
* | mtd: spi-nor: aspeed: configure chip window on AHB busCédric Le Goater2017-03-281-3/+121
* | mtd: spi-nor: aspeed: fix physical base address of chipCédric Le Goater2017-03-281-1/+1
* | mtd: spi-nor: aspeed: fix the AST2400 SMC window sizeCédric Le Goater2017-03-281-1/+1
* | mtd: spi-nor: aspeed: remove dummies from keep maskCédric Le Goater2017-03-231-2/+1
* | mtd: spi-nor: add SPI_NOR_DUAL_READ to some flash devicesCédric Le Goater2017-03-231-4/+4
* | mtd: spi-nor: Add support for Macronix mx66l1g45g spi flashCédric Le Goater2017-03-231-0/+1
* | mtd: spi-nor: aspeed: add support for SPI dual IO read modeRobert Lippert2017-03-231-7/+13
* | mtd: spi-nor: aspeed: add DMA supportCédric Le Goater2017-03-231-0/+231
* | mtd: spi-nor: remove WARN_ONCE() message in spi_nor_write()Cyrille Pitchen2017-03-231-3/+0
* | mtd: aspeed: remove redundant dev_err call in aspeed_smc_probe()Wei Yongjun2017-03-231-6/+2
* | mtd: aspeed: fix compile warning in aspeed_smc_read_from_ahb()Cédric Le Goater2017-03-231-2/+1
* | mtd: aspeed: add memory controllers for the Aspeed AST2400 SoCCédric Le Goater2017-03-232-1/+34
* | mtd: spi-nor: add memory controllers for the Aspeed AST2500 SoCCédric Le Goater2017-03-233-0/+737
|/
* mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann2017-03-181-3/+1
* mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0Mark Marshall2017-03-121-1/+7
* mtd: nand: lpc32xx: fix invalid error handling of a requested irqVladimir Zapolskiy2017-01-041-1/+1
* mtd: nand: tango: Reset pbus to raw mode in probeMarc Gonzalez2017-01-031-0/+2
* mtd: nand: tango: Update DT binding descriptionMarc Gonzalez2017-01-031-1/+1
* mtd: nand: oxnas_nand: fix build errors on arch/um, require HAS_IOMEMRandy Dunlap2017-01-021-0/+1
* mtd: nand: xway: fix build because of module functionsHauke Mehrtens2017-01-021-4/+1
* mtd: nand: xway: disable module supportHauke Mehrtens2017-01-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-249-9/+9
* Merge tag 'for-linus-20161216' of git://git.infradead.org/linux-mtdLinus Torvalds2016-12-1744-349/+1370
|\
| * mtd: Allocate bdi objects dynamicallySteve Longerbeam2016-12-011-12/+18
| * mtd: nand: tango: Add standard legalese headerMarc Gonzalez2016-12-011-0/+8
| * mtd: maps: add missing iounmap() in error pathLuis Henriques2016-11-301-1/+7
| * Merge tag 'spi-nor/for-4.10' of git://github.com/spi-nor/linuxBrian Norris2016-11-293-7/+21
| |\
| | * mtd: spi-nor: constify fsl_qspi_devtype_dataLABBE Corentin2016-11-261-4/+4
| | * mtd: spi-nor: Add support for mr25h40IWAMOTO Masahiko2016-11-261-0/+1
| | * mtd: spi-nor: Add support for N25Q016AMoritz Fischer2016-11-261-0/+1
| | * mtd: spi-nor: Add at25df321 spi-nor flash supportJagan Teki2016-11-261-0/+1
| | * mtd: spi-nor: Fix some error codes in cqspi_setup_flash()Dan Carpenter2016-11-261-1/+3
| | * mtd: spi-nor: Off by one in cqspi_setup_flash()Dan Carpenter2016-11-261-1/+1
| | * mtd: spi-nor: add support for s25fl208kSean Nyekjaer2016-11-261-0/+1
| | * mtd: spi-nor: fix flags for s25fl128sHeiner Kallweit2016-11-261-1/+1
| | * mtd: spi-nor: fix spansion quad enableJoël Esponde2016-11-231-0/+7
| | * mtd: spi-nor: add Macronix mx25u25635f to list of known devices.Ash Benz2016-11-231-0/+1
| * | Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris2016-11-2937-317/+1292
| |\ \
| | * | mtd: nand: tango: Use nand_to_mtd() instead of directly accessing chip->mtdBoris Brezillon2016-11-211-9/+16
| | * | mtd: remove unneeded initializer in mtd_ooblayout_count_bytes()Masahiro Yamada2016-11-191-1/+1
| | * | mtd: use min_t() to refactor mtd_ooblayout_{get, set}_bytes()Masahiro Yamada2016-11-191-2/+2
OpenPOWER on IntegriCloud