aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/ti_qspi.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-4/+4
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-4/+4
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-27spi: ti_qspi: Add support for CS other than CS0Vignesh Raghavendra1-8/+13
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-04-17spi: ti_qspi: Convert to spi-mem opsVignesh Raghavendra1-64/+68
2019-04-17spi: ti_qspi: Drop non DM codeVignesh Raghavendra1-193/+38
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-2/+2
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-4/+4
2017-03-22drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap registerJean-Jacques Hiblot1-5/+42
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon1-1/+1
2016-11-13spi: ti_qspi: Fix baudrate divider calculationVignesh R1-9/+7
2016-09-22spi: Use mode for rx mode flagsJagan Teki1-3/+3
2016-09-22spi: ti_qspi: Remove unnecessary udelay for AM437xVignesh R1-7/+0
2016-09-22spi: ti_qspi: use 128 bit transfer mode when writing to flashVignesh R1-6/+33
2016-07-30spi: ti_qspi: dra7xx: Add support to use 76.8MHz clockVignesh R1-5/+12
2016-07-30spi: ti_qspi: Remove delay in read path for dra7xxVignesh R1-3/+0
2016-07-30spi: ti_qspi: Fix compiler warning when DEBUG macro is setVignesh R1-2/+2
2016-07-30spi: ti_qspi: Fix failure on multiple READ_ID cmdVignesh R1-3/+2
2016-07-01driver: qspi: correct QSPI disable CS reset valuePraneeth Bajjuri1-1/+1
2016-03-12dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla1-3/+7
2016-02-23spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is definedMugunthan V N1-1/+1
2016-01-20spi: ti_qspi: Use 4-byte opcode for mmap readVignesh R1-3/+3
2016-01-13drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N1-0/+187
2016-01-13drivers: spi: ti_qspi: prepare driver for DM conversionMugunthan V N1-126/+153
2016-01-13drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model c...Mugunthan V N1-60/+60
2016-01-13drivers: spi: ti_qspi: do not hard code chip select for memory map configurationMugunthan V N1-2/+2
2016-01-13spi: Rename op_mode_rx to mode_rxJagan Teki1-1/+1
2016-01-13spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki1-1/+1
2015-12-11spi: ti_qspi: Fix SPI_3WIRE checking using modeJagan Teki1-1/+1
2015-11-17spi: ti_qspi: Add dummy readl for bus syncVignesh R1-0/+2
2015-10-27spi: ti_qspi: Use BIT macroJagan Teki1-5/+5
2015-08-17spi: ti_qspi: Use DMA to read from qspi flashVignesh R1-0/+25
2015-08-17ti: qspi: set flash quad bit based on quad support flagvishalm@ti.com1-1/+1
2015-03-30qspi: dra7x: enable quad mode read for ti-qspi driverRavi Babu1-0/+7
2014-12-04arm: omap: add support for am57xx devicesFelipe Balbi1-4/+4
2014-06-06ti: qspi: populate slave device to set flash quad bit.Sourav Poddar1-0/+1
2014-04-17spi: ti_qspi: Add delay for successful bulk erase.Poddar, Sourav1-0/+3
2014-02-18spi: ti_qspi: Add delay before xfer for am43xxSourav Poddar1-0/+7
2014-02-18spi: ti_qspi: Add AM43xx specifics changesSourav Poddar1-3/+23