summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: omap3: Fix multiple definition of 'priv'Jagan Teki2016-03-151-19/+21
* spi: omap3: Convert to driver modelJagan Teki2016-03-142-270/+416
* spi: omap3: Make local functions as staticJagan Teki2016-03-141-6/+6
* spi: omap3: Move headers code inside the driverJagan Teki2016-03-142-111/+86
* dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla2016-03-121-3/+7
* spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLENChristophe Ricard2016-02-231-0/+1
* spi: omap3: Remove unused variable irqstatus in omap3_spi_txrxChristophe Ricard2016-02-231-2/+0
* spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is definedMugunthan V N2016-02-231-1/+1
* dm: pch: Rename get_sbase op to get_spi_baseBin Meng2016-02-051-1/+1
* spi: ich: Change PCHV_ to ICHV_Bin Meng2016-02-052-8/+13
* spi: ich: Use compatible strings to distinguish controller versionBin Meng2016-02-051-4/+24
* spi: ich: Some clean upBin Meng2016-02-052-47/+47
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-01-271-10/+10
|\
| * spi: fsl_qspi: Fix qspi_op_rdsr memcpy issueGong Qianyu2016-01-271-3/+3
| * spi: fsl_qspi: Fix qspi_op_rdid memcpy issueGong Qianyu2016-01-271-6/+6
| * spi: fsl_qspi: fix compile warning for 64-bit platformGong Qianyu2016-01-271-1/+1
* | dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass2016-01-241-116/+36
* | spi: ich: Separate out the read/write trace from normal debuggingSimon Glass2016-01-241-9/+15
|/
* rockchip: spi: Remove the explicit pinctrl settingSimon Glass2016-01-211-26/+2
* rockchip: spi: Correct chip-enable codeSimon Glass2016-01-211-1/+6
* rockchip: spi: Implement the delaysSimon Glass2016-01-211-4/+23
* rockchip: spi: Correct the bus init codeSimon Glass2016-01-211-2/+2
* rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass2016-01-211-1/+4
* rockchip: spi: Avoid setting the pinctrl twiceSimon Glass2016-01-211-3/+6
* rockchip: spi: Update the driver to use the new clock IDSimon Glass2016-01-211-15/+17
* spi: ti_qspi: Use 4-byte opcode for mmap readVignesh R2016-01-201-3/+3
* spi: rk_spi: Fix debug format warningTom Rini2016-01-191-1/+1
* Add more SPDX-License-Identifier tagsTom Rini2016-01-194-58/+4
* spi: kirkwood_spi.c: Add driver model supportStefan Roese2016-01-141-63/+159
* spi: kirkwood_spi.c: Prepare for driver model supportStefan Roese2016-01-141-13/+28
* drivers: spi: ti_qspi: convert driver to adopt device driver modelMugunthan V N2016-01-131-0/+187
* spi: Add support for dual and quad modeMugunthan V N2016-01-131-1/+37
* 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-132-2/+2
* spi: Rename SPI_OPM_RX_* to SPI_RX_*Jagan Teki2016-01-132-2/+2
* spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUADJagan Teki2016-01-131-1/+1
* spi: Use mode instead of op_mode_txJagan Teki2016-01-131-1/+1
* spi: fsl_qspi: fix an error of using GENMASKGong Qianyu2016-01-071-1/+1
* spi: zynq_qspi: Add configuration to disable LQSPI featureNathan Rossi2015-12-181-0/+9
* fsl_qspi: Pet the watchdog while reading/writingAlexander Stein2015-12-151-0/+5
* spi: xilinx: Add new compatible stringsMichal Simek2015-12-111-1/+2
* spi: Kconfig: Fix correct target name for ZynqMPMichal Simek2015-12-111-1/+1
* spi: zynq_spi: Add cadence compatible stringMichal Simek2015-12-111-0/+1
* spi: ti_qspi: Fix SPI_3WIRE checking using modeJagan Teki2015-12-111-1/+1
* spi: Get spi-3wire from dtsJagan Teki2015-12-111-0/+2
* Move console definitions into a new console.h fileSimon Glass2015-11-194-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2015-11-191-0/+2
|\
| * spi: ti_qspi: Add dummy readl for bus syncVignesh R2015-11-171-0/+2
OpenPOWER on IntegriCloud