summaryrefslogtreecommitdiffstats
path: root/drivers/spi/ti_qspi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: ti_qspi: Convert to spi-mem opsVignesh Raghavendra2019-04-171-64/+68
* spi: ti_qspi: Drop non DM codeVignesh Raghavendra2019-04-171-193/+38
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-2/+2
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-4/+4
* drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap registerJean-Jacques Hiblot2017-03-221-5/+42
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon2016-12-031-1/+1
* spi: ti_qspi: Fix baudrate divider calculationVignesh R2016-11-131-9/+7
* spi: Use mode for rx mode flagsJagan Teki2016-09-221-3/+3
* spi: ti_qspi: Remove unnecessary udelay for AM437xVignesh R2016-09-221-7/+0
* spi: ti_qspi: use 128 bit transfer mode when writing to flashVignesh R2016-09-221-6/+33
* spi: ti_qspi: dra7xx: Add support to use 76.8MHz clockVignesh R2016-07-301-5/+12
* spi: ti_qspi: Remove delay in read path for dra7xxVignesh R2016-07-301-3/+0
* spi: ti_qspi: Fix compiler warning when DEBUG macro is setVignesh R2016-07-301-2/+2
* spi: ti_qspi: Fix failure on multiple READ_ID cmdVignesh R2016-07-301-3/+2
* driver: qspi: correct QSPI disable CS reset valuePraneeth Bajjuri2016-07-011-1/+1
* dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla2016-03-121-3/+7
* spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is definedMugunthan V N2016-02-231-1/+1
* spi: ti_qspi: Use 4-byte opcode for mmap readVignesh R2016-01-201-3/+3
* drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N2016-01-131-0/+187
* drivers: spi: ti_qspi: prepare driver for DM conversionMugunthan V N2016-01-131-126/+153
* drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model c...Mugunthan V N2016-01-131-60/+60
* drivers: spi: ti_qspi: do not hard code chip select for memory map configurationMugunthan V N2016-01-131-2/+2
* spi: Rename op_mode_rx to mode_rxJagan Teki2016-01-131-1/+1
* spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki2016-01-131-1/+1
* spi: ti_qspi: Fix SPI_3WIRE checking using modeJagan Teki2015-12-111-1/+1
* spi: ti_qspi: Add dummy readl for bus syncVignesh R2015-11-171-0/+2
* spi: ti_qspi: Use BIT macroJagan Teki2015-10-271-5/+5
* spi: ti_qspi: Use DMA to read from qspi flashVignesh R2015-08-171-0/+25
* ti: qspi: set flash quad bit based on quad support flagvishalm@ti.com2015-08-171-1/+1
* qspi: dra7x: enable quad mode read for ti-qspi driverRavi Babu2015-03-301-0/+7
* arm: omap: add support for am57xx devicesFelipe Balbi2014-12-041-4/+4
* ti: qspi: populate slave device to set flash quad bit.Sourav Poddar2014-06-061-0/+1
* spi: ti_qspi: Add delay for successful bulk erase.Poddar, Sourav2014-04-171-0/+3
* spi: ti_qspi: Add delay before xfer for am43xxSourav Poddar2014-02-181-0/+7
* spi: ti_qspi: Add AM43xx specifics changesSourav Poddar2014-02-181-3/+23
* spi: add TI QSPI driverMatt Porter2013-10-071-0/+311