summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-281-12/+12
|\
| * ARM: 8638/1: mtd: lart: Rename partition defines to be prefixed with PART_Florian Fainelli2017-02-281-12/+12
* | Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-212-15/+13
|\ \
| * | block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-312-15/+13
* | | mtd: aspeed: remove redundant dev_err call in aspeed_smc_probe()Wei Yongjun2017-02-101-6/+2
* | | Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linuxBrian Norris2017-02-1012-90/+1934
|\ \ \
| * | | mtd: spi-nor: cqspi: remove redundant dead code on error return checkColin Ian King2017-02-101-2/+2
| * | | mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READYunhui Cui2017-02-101-4/+4
| * | | mtd:fsl-quadspi:use the property fields of SPI-NORYunhui Cui2017-02-101-28/+12
| * | | mtd: spi-nor: Add support for gd25q16Kamal Dasu2017-02-101-0/+5
| * | | mtd: spi-nor: Fix S3AN addressing calculationRicardo Ribalda2017-02-101-3/+6
| * | | mtd: aspeed: fix compile warning in aspeed_smc_read_from_ahb()Cédric Le Goater2017-02-101-2/+1
| * | | mtd: spi-nor: add dt support for Everspin MRAMsUwe Kleine-König2017-02-101-1/+5
| * | | Merge tag 'ib-mfd-mtd-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Cyrille Pitchen2017-02-105-0/+880
| |\ \ \
| | * | | spi-nor: Add support for Intel SPI serial flash controllerMika Westerberg2017-01-035-0/+880
| | | |/ | | |/|
| * | | mtd: spi-nor: Add lock/unlock support for f25l32paVictor Shyba2017-02-101-1/+1
| * | | mtd: spi-nor: add a stateless method to support memory size above 128MibCyrille Pitchen2017-02-101-21/+80
| * | | mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen2017-02-103-25/+18
| * | | mtd: m25p80: consider max message size in m25p80_readHeiner Kallweit2017-02-101-1/+2
| * | | mtd: aspeed: add memory controllers for the Aspeed AST2400 SoCCédric Le Goater2017-02-102-1/+34
| * | | mtd: spi-nor: add memory controllers for the Aspeed AST2500 SoCCédric Le Goater2017-02-103-0/+737
| * | | mtd: spi-nor: remove WARN_ONCE() message in spi_nor_write()Cyrille Pitchen2017-02-101-3/+0
| * | | mtd: spi-nor: improve macronix_quad_enable()Cyrille Pitchen2017-02-101-0/+3
| * | | mtd: spi-nor: Add support for S3AN spi-nor devicesRicardo Ribalda2017-02-101-5/+149
| * | | mtd: spi-nor: cqspi: Fix build on arches missing readsl/writeslMarek Vasut2017-01-042-3/+5
| |/ /
* | | mtd: physmap_of: fixup gemini/versatile dependenciesBrian Norris2017-02-103-4/+6
* | | mtd: Add partition device node to mtd partition devicesSascha Hauer2017-02-092-0/+2
* | | mtd: bcm47xxpart: support layouts with multiple TRX partitionsRafał Miłecki2017-02-091-10/+46
* | | mtd: bcm47xxpart: move TRX parsing code to separated functionRafał Miłecki2017-02-091-47/+74
* | | mtd: bcm47xxsflash: support reading flash out of mapping windowRafał Miłecki2017-02-082-3/+24
* | | Merge tag 'nand/for-4.11' of github.com:linux-nand/linuxBrian Norris2017-02-087-40/+170
|\ \ \
| * | | mtd: nand: Add Winbond manufacturer idAndrey Jr. Melnikov2017-02-061-0/+1
| * | | mtd: nand: sunxi: Improve sunxi_nfc_cmd_ctrl()Boris Brezillon2017-02-061-4/+4
| * | | mtd: nand: sunxi: Stop using polling mode when waiting for long operationsBoris Brezillon2017-02-061-6/+18
| * | | mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()Boris Brezillon2017-02-061-0/+4
| * | | mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0Mark Marshall2017-02-061-1/+7
| * | | mtd: nand: mediatek: remove redundant dev_err call in mtk_nfc_probe()Wei Yongjun2017-01-301-1/+0
| * | | mtd: nand: Add OX820 NAND hardware dependencyJean Delvare2017-01-301-0/+1
| * | | mtd: nand: fsmc: remove stale non-DT probe pathLinus Walleij2017-01-302-21/+133
| * | | mtd: nand: lpc32xx_slc: Remove unneeded NULL check on 'rc'Fabio Estevam2017-01-301-7/+2
| | |/ | |/|
* | | mtd: Fix typo: "occured" -> "occurred"Nobuhiro Iwamatsu2017-02-082-3/+3
* | | mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chipsZach Brown2017-02-081-0/+3
* | | mtd: nand: implement 'max_bad_blocks' mtd functionZach Brown2017-02-081-0/+37
* | | mtd: ichxrom: maybe-uninitialized with gcc-4.9Arnd Bergmann2017-02-081-2/+4
* | | mtd: introduce function max_bad_blocksJeff Westfahl2017-02-081-0/+10
* | | mtd: fix typos in ooblayout comment blocksMasahiro Yamada2017-02-081-3/+3
* | | mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann2017-02-081-3/+1
* | | mtd: physmap_of: add a hook for Gemini flash probingLinus Walleij2017-02-085-7/+153
* | | mtd: update my email addressJohn Crispin2017-02-082-3/+3
* | | mtd: bcm47xxsflash: use platform_(set|get)_drvdataRafał Miłecki2017-02-081-3/+3
|/ /