summaryrefslogtreecommitdiffstats
path: root/drivers/spi/ti_qspi.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdataOvidiu Panait2021-01-121-2/+2
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-4/+4
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-4/+4
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* spi: ti_qspi: Add support for CS other than CS0Vignesh Raghavendra2020-01-271-8/+13
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* 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