summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeLines
...
* | x86: spi: Add Intel ICH driverSimon Glass2013-03-19-0/+893
* | spi: Use spi_alloc_slave() in each SPI driverSimon Glass2013-03-19-83/+36
* | spi: Add function to allocate a new SPI slaveSimon Glass2013-03-19-0/+42
|/
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-15-20/+19
|\
| * mxs: spi: Remove CONFIG_MXS_SPI_DMA_ENABLEMarek Vasut2013-03-07-16/+0
| * mxs: spi: Fix the MXS SPI for mx23Marek Vasut2013-03-07-2/+17
| * mxs: mmc: spi: dma: Better wrap the MXS differencesMarek Vasut2013-03-07-2/+2
* | blackfin: add bf6xx spi driverScott Jiang2013-03-04-0/+309
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-02-12-7/+389
|\
| * tegra: add SPI SLINK driverAllen Martin2013-02-11-0/+344
| * tegra: spi: add fdt support to tegra SPI SFLASH driverAllen Martin2013-02-11-2/+43
| * mxs: clock: Use 'mxs' prefix for methodsOtavio Salvador2013-01-21-1/+1
| * mxs: ssp: Pull out the SSP bus to regs conversionMarek Vasut2013-01-21-4/+1
* | spi: xilinx_spi: Perform software reset during slave setupJason Wu2013-02-04-0/+5
|/
* Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-14-6/+90
|\
| * SPI: EXYNOS: Add FDT support to driver.Rajeshwari Shinde2013-01-08-6/+90
* | Merge 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-09-1/+1
|\ \
| * | spi: atmel: sam9m10g45 also support WDRBT bitBo Shen2012-12-09-1/+1
| |/
* | kirkwood: make MPP arrays static constAlbert ARIBAUD2013-01-09-7/+5
* | OMAP3 SPI : Fixed bugs related to SPI transferajoy2012-12-10-32/+45
|/
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2012-11-25-4/+5
|\
| * spi: mxc_spi: Fix spi clock glitch durant resetFabio Estevam2012-11-19-2/+2
| * spi: mxc_spi: Fix handling of chip selectFabio Estevam2012-11-19-2/+3
* | SPI: Add SPI Driver for EXYNOS.Rajeshwari Shinde2012-11-15-0/+368
|/
* Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD2012-10-26-6/+5
|\
| * omap3_spi: introduce CONFIG_OMAP3_SPI_D0_D1_SWAPPEDPeter Korsgaard2012-10-25-6/+5
* | powerpc/espi: remove write command length checkShaohui Xie2012-10-22-4/+2
|/
* Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2012-10-15-4/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-09-21-30/+39
|\
| * Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD2012-09-21-25/+33
| |\
| | * MX28: SPI: Fix the DMA chainingMarek Vasut2012-09-06-18/+25
| | * MX28: SPI: Fix the DMA DCache race conditionMarek Vasut2012-09-06-7/+8
| * | Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren2012-09-10-3/+3
| |/
| * kw_spi: fix clock prescaler computationValentin Longchamp2012-09-03-2/+3
* | ColdFire: Queued SPI driverRichard Retanubun2012-09-20-0/+374
* | mpc8xxx_spi: fix SPI support on MPC8308RDBIra W. Snyder2012-09-18-0/+4
* | spi: xilinx: Remove unused variableStephan Linz2012-09-11-1/+0
|/
* spi: atmel: add WDRBT bit to avoid receive overrunBo Shen2012-09-01-0/+4
* MX28: SPI: Supercharge the SPI driverMarek Vasut2012-09-01-31/+65
* spi: fix mxs_spi_slave structure allocation to clear memoryMatt Sealey2012-09-01-1/+1
* spi: fix mxc_spi_slave structure allocation to clear memoryMatt Sealey2012-09-01-1/+1
* mxc_spi: Round up clock dividerBenoît Thébaudeau2012-09-01-2/+2
* mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador2012-09-01-4/+4
* tegra20: rename tegra2 -> tegra20Allen Martin2012-09-01-5/+5
* am335x evm: Enable support for spi0Tom Rini2012-09-01-0/+10
* am33xx: Add support, update omap3 McSPI driverTom Rini2012-09-01-0/+11
* mxs: prefix register structs with 'mxs' prefixOtavio Salvador2012-09-01-10/+9
* MX28: SPI: Add DMA transfer supportMarek Vasut2012-09-01-1/+116
* MX28: SPI: Pull out the PIO transfer functionMarek Vasut2012-09-01-33/+41
* MX28: SPI: Refactor spi_xfer a bitMarek Vasut2012-09-01-10/+22