summaryrefslogtreecommitdiff
path: root/drivers/spi/ti_qspi.c
Commit message (Expand)AuthorAgeLines
* spi: ti_qspi: dra7xx: Add support to use 76.8MHz clockVignesh R2016-07-30-5/+12
* spi: ti_qspi: Remove delay in read path for dra7xxVignesh R2016-07-30-3/+0
* spi: ti_qspi: Fix compiler warning when DEBUG macro is setVignesh R2016-07-30-2/+2
* spi: ti_qspi: Fix failure on multiple READ_ID cmdVignesh R2016-07-30-3/+2
* driver: qspi: correct QSPI disable CS reset valuePraneeth Bajjuri2016-07-01-1/+1
* dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla2016-03-12-3/+7
* spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is definedMugunthan V N2016-02-23-1/+1
* spi: ti_qspi: Use 4-byte opcode for mmap readVignesh R2016-01-20-3/+3
* drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N2016-01-13-0/+187
* drivers: spi: ti_qspi: prepare driver for DM conversionMugunthan V N2016-01-13-126/+153
* drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model c...Mugunthan V N2016-01-13-60/+60
* drivers: spi: ti_qspi: do not hard code chip select for memory map configurationMugunthan V N2016-01-13-2/+2
* spi: Rename op_mode_rx to mode_rxJagan Teki2016-01-13-1/+1
* spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki2016-01-13-1/+1
* spi: ti_qspi: Fix SPI_3WIRE checking using modeJagan Teki2015-12-11-1/+1
* spi: ti_qspi: Add dummy readl for bus syncVignesh R2015-11-17-0/+2
* spi: ti_qspi: Use BIT macroJagan Teki2015-10-27-5/+5
* spi: ti_qspi: Use DMA to read from qspi flashVignesh R2015-08-17-0/+25
* ti: qspi: set flash quad bit based on quad support flagvishalm@ti.com2015-08-17-1/+1
* qspi: dra7x: enable quad mode read for ti-qspi driverRavi Babu2015-03-30-0/+7
* arm: omap: add support for am57xx devicesFelipe Balbi2014-12-04-4/+4
* ti: qspi: populate slave device to set flash quad bit.Sourav Poddar2014-06-06-0/+1
* spi: ti_qspi: Add delay for successful bulk erase.Poddar, Sourav2014-04-17-0/+3
* spi: ti_qspi: Add delay before xfer for am43xxSourav Poddar2014-02-18-0/+7
* spi: ti_qspi: Add AM43xx specifics changesSourav Poddar2014-02-18-3/+23
* spi: add TI QSPI driverMatt Porter2013-10-07-0/+311