aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-27mtd: spi-nor: cqspi: remove duplicate constArnd Bergmann1-1/+1
2017-06-26mtd: spi-nor: Add support for Spansion S25FL064LHarry Chou1-0/+1
2017-06-26mtd: spi-nor: Add support for mx66u51235fAlexander Sverdlin1-0/+1
2017-06-22mtd: spi-nor: aspeed: configure chip window on AHB busCédric Le Goater1-3/+154
2017-06-21mtd: spi-nor: aspeed: remove dummies from keep maskCédric Le Goater1-2/+1
2017-06-21mtd: spi-nor: add Dual and Quad read mode support to some flash devicesCédric Le Goater1-4/+4
2017-06-21mtd: spi-nor: Add support for Macronix mx66l1g45g spi flashCédric Le Goater1-0/+1
2017-06-20mtd: spi-nor: cqspi: make of_device_ids constArvind Yadav1-1/+1
2017-06-20spi-nor: Add Winbond w25m512jvBenjamin Herrenschmidt1-0/+2
2017-05-15mtd: spi-nor: Potential oops on error path in quad_enable()Dan Carpenter1-2/+3
2017-05-15mtd: spi-nor: stm32-quadspi: allow building with COMPILE_TESTBrian Norris1-1/+1
2017-05-15mtd: spi-nor: stm32-quadspi: fix compiler errors with COMPILE_TESTCyrille Pitchen1-2/+3
2017-05-15mtd: spi-nor: introduce Octo SPI protocolsCyrille Pitchen1-1/+21
2017-05-15mtd: spi-nor: introduce Double Transfer Rate (DTR) SPI protocolsCyrille Pitchen1-0/+10
2017-05-15mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsCyrille Pitchen10-178/+494
2017-05-11Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds7-6/+749
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-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-22drivers mtd: spi-nor: add Macronix MX25Ux033E and MX25Ux035 variantsAlexander Kurz1-0/+3
2017-03-22drivers mtd: spi-nor: add Winbond W25Q20 variantsAlexander Kurz1-0/+3
2017-03-22mtd: spi-nor: Disable chip erase for Micron n25q00.mar.krzeminski1-2/+2
2017-03-22mtd: spi-nor: Fix whole chip erasing for stacked chips.mar.krzeminski1-0/+3
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-07mtd: spi-nor: Add support for ESMT F25L32QA and F25L64QAL. D. Pinney1-0/+2
2017-03-07mtd: spi-nor: intel: use ERR_CAST in return statementNicholas Mc Guire1-1/+1
2017-03-07mtd: spi-nor: intel: use true/false for booleanNicholas Mc Guire1-1/+1
2017-03-07mtd: spi-nor: hisi: do not ignore clk_prepare_enable() failureAlexey Khoroshilov1-1/+4
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