summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeLines
* dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla2016-03-12-3/+7
* spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLENChristophe Ricard2016-02-23-0/+1
* spi: omap3: Remove unused variable irqstatus in omap3_spi_txrxChristophe Ricard2016-02-23-2/+0
* spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is definedMugunthan V N2016-02-23-1/+1
* dm: pch: Rename get_sbase op to get_spi_baseBin Meng2016-02-05-1/+1
* spi: ich: Change PCHV_ to ICHV_Bin Meng2016-02-05-8/+13
* spi: ich: Use compatible strings to distinguish controller versionBin Meng2016-02-05-4/+24
* spi: ich: Some clean upBin Meng2016-02-05-47/+47
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-01-27-10/+10
|\
| * spi: fsl_qspi: Fix qspi_op_rdsr memcpy issueGong Qianyu2016-01-27-3/+3
| * spi: fsl_qspi: Fix qspi_op_rdid memcpy issueGong Qianyu2016-01-27-6/+6
| * spi: fsl_qspi: fix compile warning for 64-bit platformGong Qianyu2016-01-27-1/+1
* | dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass2016-01-24-116/+36
* | spi: ich: Separate out the read/write trace from normal debuggingSimon Glass2016-01-24-9/+15
|/
* rockchip: spi: Remove the explicit pinctrl settingSimon Glass2016-01-21-26/+2
* rockchip: spi: Correct chip-enable codeSimon Glass2016-01-21-1/+6
* rockchip: spi: Implement the delaysSimon Glass2016-01-21-4/+23
* rockchip: spi: Correct the bus init codeSimon Glass2016-01-21-2/+2
* rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass2016-01-21-1/+4
* rockchip: spi: Avoid setting the pinctrl twiceSimon Glass2016-01-21-3/+6
* rockchip: spi: Update the driver to use the new clock IDSimon Glass2016-01-21-15/+17
* spi: ti_qspi: Use 4-byte opcode for mmap readVignesh R2016-01-20-3/+3
* spi: rk_spi: Fix debug format warningTom Rini2016-01-19-1/+1
* Add more SPDX-License-Identifier tagsTom Rini2016-01-19-58/+4
* spi: kirkwood_spi.c: Add driver model supportStefan Roese2016-01-14-63/+159
* spi: kirkwood_spi.c: Prepare for driver model supportStefan Roese2016-01-14-13/+28
* drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N2016-01-13-0/+187
* spi: Add support for dual and quad modeMugunthan V N2016-01-13-1/+37
* drivers: spi: ti_qspi: prepare driver for DM conversionMugunthan V N2016-01-13-126/+153
* drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model c...Mugunthan V N2016-01-13-60/+60
* drivers: spi: ti_qspi: do not hard code chip select for memory map configurationMugunthan V N2016-01-13-2/+2
* spi: Rename op_mode_rx to mode_rxJagan Teki2016-01-13-2/+2
* spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki2016-01-13-2/+2
* spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUADJagan Teki2016-01-13-1/+1
* spi: Use mode instead of op_mode_txJagan Teki2016-01-13-1/+1
* spi: fsl_qspi: fix an error of using GENMASKGong Qianyu2016-01-07-1/+1
* spi: zynq_qspi: Add configuration to disable LQSPI featureNathan Rossi2015-12-18-0/+9
* fsl_qspi: Pet the watchdog while reading/writingAlexander Stein2015-12-15-0/+5
* spi: xilinx: Add new compatible stringsMichal Simek2015-12-11-1/+2
* spi: Kconfig: Fix correct target name for ZynqMPMichal Simek2015-12-11-1/+1
* spi: zynq_spi: Add cadence compatible stringMichal Simek2015-12-11-0/+1
* spi: ti_qspi: Fix SPI_3WIRE checking using modeJagan Teki2015-12-11-1/+1
* spi: Get spi-3wire from dtsJagan Teki2015-12-11-0/+2
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2015-11-19-0/+2
|\
| * spi: ti_qspi: Add dummy readl for bus syncVignesh R2015-11-17-0/+2
* | dm: spi: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-11-19-0/+20
* | altera_spi: change ioremap to map_physmemThomas Chou2015-11-18-2/+3
|/
* Tegra: T210: Add QSPI driverTom Warren2015-11-12-0/+425
* spi: altera_spi: minor clean upThomas Chou2015-11-06-2/+2