aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-10mtd: aspeed: remove redundant dev_err call in aspeed_smc_probe()Wei Yongjun1-6/+2
2017-02-10Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linuxBrian Norris9-67/+1913
2017-02-10mtd: spi-nor: cqspi: remove redundant dead code on error return checkColin Ian King1-2/+2
2017-02-10mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READYunhui Cui1-4/+4
2017-02-10mtd:fsl-quadspi:use the property fields of SPI-NORYunhui Cui1-28/+12
2017-02-10mtd: spi-nor: Add support for gd25q16Kamal Dasu1-0/+5
2017-02-10mtd: spi-nor: Fix S3AN addressing calculationRicardo Ribalda1-3/+6
2017-02-10mtd: aspeed: fix compile warning in aspeed_smc_read_from_ahb()Cédric Le Goater1-2/+1
2017-02-10Merge tag 'ib-mfd-mtd-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdCyrille Pitchen5-0/+880
2017-02-10mtd: spi-nor: Add lock/unlock support for f25l32paVictor Shyba1-1/+1
2017-02-10mtd: spi-nor: add a stateless method to support memory size above 128MibCyrille Pitchen1-21/+80
2017-02-10mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen1-4/+4
2017-02-10mtd: aspeed: add memory controllers for the Aspeed AST2400 SoCCédric Le Goater2-1/+34
2017-02-10mtd: spi-nor: add memory controllers for the Aspeed AST2500 SoCCédric Le Goater3-0/+737
2017-02-10mtd: spi-nor: remove WARN_ONCE() message in spi_nor_write()Cyrille Pitchen1-3/+0
2017-02-10mtd: spi-nor: improve macronix_quad_enable()Cyrille Pitchen1-0/+3
2017-02-10mtd: spi-nor: Add support for S3AN spi-nor devicesRicardo Ribalda1-5/+149
2017-02-08mtd: Fix typo: "occured" -> "occurred"Nobuhiro Iwamatsu1-2/+2
2017-01-04mtd: spi-nor: cqspi: Fix build on arches missing readsl/writeslMarek Vasut2-3/+5
2017-01-03spi-nor: Add support for Intel SPI serial flash controllerMika Westerberg5-0/+880
2016-11-26mtd: spi-nor: constify fsl_qspi_devtype_dataLABBE Corentin1-4/+4
2016-11-26mtd: spi-nor: Add support for mr25h40IWAMOTO Masahiko1-0/+1
2016-11-26mtd: spi-nor: Add support for N25Q016AMoritz Fischer1-0/+1
2016-11-26mtd: spi-nor: Add at25df321 spi-nor flash supportJagan Teki1-0/+1
2016-11-26mtd: spi-nor: Fix some error codes in cqspi_setup_flash()Dan Carpenter1-1/+3
2016-11-26mtd: spi-nor: Off by one in cqspi_setup_flash()Dan Carpenter1-1/+1
2016-11-26mtd: spi-nor: add support for s25fl208kSean Nyekjaer1-0/+1
2016-11-26mtd: spi-nor: fix flags for s25fl128sHeiner Kallweit1-1/+1
2016-11-23mtd: spi-nor: fix spansion quad enableJoël Esponde1-0/+7
2016-11-23mtd: spi-nor: add Macronix mx25u25635f to list of known devices.Ash Benz1-0/+1
2016-07-19mtd: spi-nor: don't build Cadence QuadSPI on non-ARMBrian Norris1-1/+1
2016-07-19mtd: mtk-nor: remove duplicated include from mtk-quadspi.cWei Yongjun1-1/+0
2016-07-18mtd: spi-nor: Add driver for Cadence Quad SPI Flash ControllerGraham Moore3-0/+1311
2016-07-15mtd: atmel-quadspi: add driver for Atmel QSPI controllerCyrille Pitchen3-0/+742
2016-07-13mtd: spi-nor: add hisilicon spi-nor flash controller driverJiancheng Xue3-0/+497
2016-07-13mtd: spi-nor: support dual, quad, and WP for GigadeviceBrian Norris1-4/+20
2016-07-13mtd: spi-nor: Added support for n25q00a.P L Sai Krishna1-0/+1
2016-07-09mtd: spi-nor: fix wrong "fully unlocked" testBrian Norris1-1/+1
2016-06-01mtd: spi-nor: add read loopMichal Suchanek1-6/+19
2016-06-01mtd: spi-nor: simplify write loopMichal Suchanek1-33/+25
2016-06-01mtd: spi-nor: stop passing around retlenMichal Suchanek4-28/+24
2016-06-01mtd: spi-nor: check return value from writeMichal Suchanek1-13/+32
2016-06-01mtd: nxp-spifi: return amount of data transferred or error in read/writeBrian Norris1-4/+9
2016-06-01mtd: mtk-quadspi: return amount of data transferred or error in read/writeBrian Norris1-7/+7
2016-06-01mtd: fsl-quadspi: return amount of data read/written or errorMichal Suchanek1-6/+11
2016-06-01mtd: spi-nor: change return value of read/writeMichal Suchanek4-17/+31
2016-05-10mtd: spi-nor: support GigaDevice gd25lq64cBrian Norris1-0/+1
2016-03-07mtd: spi-nor: support lock/unlock for a few Winbond chipsBrian Norris1-3/+15
2016-03-07mtd: spi-nor: add TB (Top/Bottom) protect supportBrian Norris1-7/+63