aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/fsl-quadspi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-12mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MBLiu Xiang1-0/+1
2018-10-08mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the busAhmad Fatoum1-4/+10
2018-05-18mtd: spi-nor: fsl-quadspi: add support for ls2080a/ls1080aYogesh Gaur1-0/+11
2018-05-18mtd: spi-nor: fsl-quadspi: fix api naming typo _init_ahb_readYogesh Gaur1-2/+2
2018-03-30mtd: fsl-quadspi: Distinguish the mtd device namesFabio Estevam1-0/+18
2018-03-29mtd: fsl-quadspi: Remove unneeded driver.bus assignmentBoris Brezillon1-1/+0
2018-01-07mtd: fsl-quadspi: account for const type of of_device_id.dataJulia Lawall1-4/+4
2017-05-15mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsCyrille Pitchen1-1/+5
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
2016-11-26mtd: spi-nor: constify fsl_qspi_devtype_dataLABBE Corentin1-4/+4
2016-06-01mtd: spi-nor: stop passing around retlenMichal Suchanek1-11/+6
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 Suchanek1-2/+3
2016-03-07mtd: spi-nor: fsl-quadspi: add support for ls1021aYao Yuan1-0/+10
2016-03-07mtd: spi-nor: fsl-quadspi: add big-endian supportYao Yuan1-60/+97
2015-11-18mtd: fsl-quadspi: possible NULL dereferenceBrian Norris1-4/+4
2015-11-11mtd: spi-nor: drop unnecessary partition parser dataBrian Norris1-3/+1
2015-11-11mtd: spi-nor: convert to spi_nor_{get, set}_flash_node()Brian Norris1-1/+1
2015-10-26mtd: fsl-quadspi: fix macro collision problems with READ/WRITEHan Xu1-10/+10
2015-10-19mtd: fsl-quadspi: Include <linux/sizes.h> to avoid build errorFabio Estevam1-0/+1
2015-10-19mtd: fsl-quadspi: fix printk() format warning for size_tBrian Norris1-1/+1
2015-09-11mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki1-2/+1
2015-09-11mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut1-0/+1
2015-09-02mtd: fsl-quadspi: use automatic spi-nor detectionBrian Norris1-7/+1
2015-09-02mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris1-6/+4
2015-09-02mtd: spi-nor: assign mtd->priv in spi_nor_scan()Brian Norris1-1/+0
2015-08-06mtd: spi-nor: fsl-quadspi: fix unsupported cmd when run flash_eraseFrank Li1-8/+4
2015-08-06mtd: spi-nor: fsl-quadspi: reset the module in the probeFrank Li1-0/+8
2015-08-06mtd: spi-nor: fsl-quadspi: workaround qspi can't wakeup from wait modeFrank Li1-5/+21
2015-08-06mtd: spi-nor: fsl-quadspi: i.MX6SX: fixed the random QSPI access failed issueAllen Xu1-25/+56
2015-08-06mtd: spi-nor: fsl-quadspi: add i.mx6ul supportFrank Li1-0/+11
2015-08-06mtd: spi-nor: fsl-quadspi: add imx7d supportFrank Li1-0/+26
2015-08-06mtd: spi-nor: fsl-quadspi: use quirk to distinguish different qspi versionHan Xu1-8/+16
2015-08-06mtd: spi-nor: fsl-quadspi: dynamically map memory space for AHB readHan Xu1-7/+48
2015-07-20mtd: fsl-quadspi: Actually clear TX FIFO upon writeAlexander Stein1-1/+1
2015-06-23mtd: fsl-quadspi: Access multiple chips simultaneouslyHan Xu1-9/+23
2015-05-06mtd: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-30mtd: fsl-quadspi: cleanup wait_for_completion return handlingNicholas Mc Guire1-2/+1
2015-03-30mtd: fsl-quadspi: Print the error valueFabio Estevam1-4/+4
2015-02-05mtd: fsl-quadspi: improve read performance by increase AHB transfer sizeAllen Xu1-4/+14
2015-02-05mtd: fsl-quadspi: Remove unnecessary 'map_failed' labelFabio Estevam1-18/+10
2015-02-05mtd: fsl-quadspi: Remove unneeded success/error messagesFabio Estevam1-2/+0
2015-02-05mtd: fsl-quadspi: Fix the error pathsFabio Estevam1-4/+4
2015-01-20mtd: fsl-quadspi: Fix module unboundFabio Estevam1-6/+13
2015-01-15mtd: spi-nor: fsl-qspi: support deep sleep mode for imx6 sx chipAllen Xu1-0/+18
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds1-19/+4
2014-12-01mtd: spi-nor: factor out write_enable() for erase commandsBrian Norris1-5/+0
2014-11-05mtd: fsl-quadspi: drop wait-till-ready checksBrian Norris1-11/+0
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0