summaryrefslogtreecommitdiff
path: root/drivers/spi/ti_qspi.c
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-27spi: ti_qspi: Add support for CS other than CS0Vignesh Raghavendra
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-04-17spi: ti_qspi: Convert to spi-mem opsVignesh Raghavendra
2019-04-17spi: ti_qspi: Drop non DM codeVignesh Raghavendra
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-03-22drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap registerJean-Jacques Hiblot
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon
2016-11-13spi: ti_qspi: Fix baudrate divider calculationVignesh R
2016-09-22spi: Use mode for rx mode flagsJagan Teki
2016-09-22spi: ti_qspi: Remove unnecessary udelay for AM437xVignesh R
2016-09-22spi: ti_qspi: use 128 bit transfer mode when writing to flashVignesh R
2016-07-30spi: ti_qspi: dra7xx: Add support to use 76.8MHz clockVignesh R
2016-07-30spi: ti_qspi: Remove delay in read path for dra7xxVignesh R
2016-07-30spi: ti_qspi: Fix compiler warning when DEBUG macro is setVignesh R
2016-07-30spi: ti_qspi: Fix failure on multiple READ_ID cmdVignesh R
2016-07-01driver: qspi: correct QSPI disable CS reset valuePraneeth Bajjuri
2016-03-12dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla
2016-02-23spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is definedMugunthan V N
2016-01-20spi: ti_qspi: Use 4-byte opcode for mmap readVignesh R
2016-01-13drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N
2016-01-13drivers: spi: ti_qspi: prepare driver for DM conversionMugunthan V N
2016-01-13drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model c...Mugunthan V N
2016-01-13drivers: spi: ti_qspi: do not hard code chip select for memory map configurationMugunthan V N
2016-01-13spi: Rename op_mode_rx to mode_rxJagan Teki
2016-01-13spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki
2015-12-11spi: ti_qspi: Fix SPI_3WIRE checking using modeJagan Teki
2015-11-17spi: ti_qspi: Add dummy readl for bus syncVignesh R
2015-10-27spi: ti_qspi: Use BIT macroJagan Teki
2015-08-17spi: ti_qspi: Use DMA to read from qspi flashVignesh R
2015-08-17ti: qspi: set flash quad bit based on quad support flagvishalm@ti.com
2015-03-30qspi: dra7x: enable quad mode read for ti-qspi driverRavi Babu
2014-12-04arm: omap: add support for am57xx devicesFelipe Balbi
2014-06-06ti: qspi: populate slave device to set flash quad bit.Sourav Poddar
2014-04-17spi: ti_qspi: Add delay for successful bulk erase.Poddar, Sourav
2014-02-18spi: ti_qspi: Add delay before xfer for am43xxSourav Poddar
2014-02-18spi: ti_qspi: Add AM43xx specifics changesSourav Poddar
2013-10-07spi: add TI QSPI driverMatt Porter