aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/ti_qspi.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-07spi: add TI QSPI driverMatt Porter1-0/+311