summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
Commit message (Expand)AuthorAgeFilesLines
* mtd: aspeed: remove redundant dev_err call in aspeed_smc_probe()Wei Yongjun2017-02-101-6/+2Star
* Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linuxBrian Norris2017-02-109-67/+1913
|\
| * 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/+12Star
| * 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/+1Star
| * 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-101-4/+4
| * | 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/+0Star
| * | 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: Fix typo: "occured" -> "occurred"Nobuhiro Iwamatsu2017-02-081-2/+2
|/
* 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
* mtd: spi-nor: don't build Cadence QuadSPI on non-ARMBrian Norris2016-07-201-1/+1
* mtd: mtk-nor: remove duplicated include from mtk-quadspi.cWei Yongjun2016-07-191-1/+0Star
* mtd: spi-nor: Add driver for Cadence Quad SPI Flash ControllerGraham Moore2016-07-183-0/+1311
* mtd: atmel-quadspi: add driver for Atmel QSPI controllerCyrille Pitchen2016-07-163-0/+742
* mtd: spi-nor: add hisilicon spi-nor flash controller driverJiancheng Xue2016-07-143-0/+497
* mtd: spi-nor: support dual, quad, and WP for GigadeviceBrian Norris2016-07-141-4/+20
* mtd: spi-nor: Added support for n25q00a.P L Sai Krishna2016-07-141-0/+1
* mtd: spi-nor: fix wrong "fully unlocked" testBrian Norris2016-07-101-1/+1
* mtd: spi-nor: add read loopMichal Suchanek2016-06-021-6/+19
* mtd: spi-nor: simplify write loopMichal Suchanek2016-06-021-33/+25Star
* mtd: spi-nor: stop passing around retlenMichal Suchanek2016-06-024-28/+24Star
* mtd: spi-nor: check return value from writeMichal Suchanek2016-06-021-13/+32
* mtd: nxp-spifi: return amount of data transferred or error in read/writeBrian Norris2016-06-021-4/+9
* mtd: mtk-quadspi: return amount of data transferred or error in read/writeBrian Norris2016-06-021-7/+7
* mtd: fsl-quadspi: return amount of data read/written or errorMichal Suchanek2016-06-021-6/+11
* mtd: spi-nor: change return value of read/writeMichal Suchanek2016-06-024-17/+31
* mtd: spi-nor: support GigaDevice gd25lq64cBrian Norris2016-05-111-0/+1
* mtd: spi-nor: support lock/unlock for a few Winbond chipsBrian Norris2016-03-081-3/+15
* mtd: spi-nor: add TB (Top/Bottom) protect supportBrian Norris2016-03-081-7/+63
* mtd: spi-nor: add SPI_NOR_HAS_LOCK flagBrian Norris2016-03-081-2/+5