| Commit message (Expand) | Author | Age | Lines |
* | Merge remote-tracking branch 'u-boot-ti/master' | Albert ARIBAUD | 2012-10-26 | -6/+5 |
|\ |
|
| * | omap3_spi: introduce CONFIG_OMAP3_SPI_D0_D1_SWAPPED | Peter Korsgaard | 2012-10-25 | -6/+5 |
* | | powerpc/espi: remove write command length check | Shaohui Xie | 2012-10-22 | -4/+2 |
|/ |
|
* | Tegra20: Move some include files to arch-tegra for sharing with Tegra30 | Tom Warren | 2012-10-15 | -4/+3 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-09-21 | -30/+39 |
|\ |
|
| * | Merge remote-tracking branch 'u-boot-imx/master' | Albert ARIBAUD | 2012-09-21 | -25/+33 |
| |\ |
|
| | * | MX28: SPI: Fix the DMA chaining | Marek Vasut | 2012-09-06 | -18/+25 |
| | * | MX28: SPI: Fix the DMA DCache race condition | Marek Vasut | 2012-09-06 | -7/+8 |
| * | | Tegra: Change Tegra20 to Tegra in common code, prep for T30 | Tom Warren | 2012-09-10 | -3/+3 |
| |/ |
|
| * | kw_spi: fix clock prescaler computation | Valentin Longchamp | 2012-09-03 | -2/+3 |
* | | ColdFire: Queued SPI driver | Richard Retanubun | 2012-09-20 | -0/+374 |
* | | mpc8xxx_spi: fix SPI support on MPC8308RDB | Ira W. Snyder | 2012-09-18 | -0/+4 |
* | | spi: xilinx: Remove unused variable | Stephan Linz | 2012-09-11 | -1/+0 |
|/ |
|
* | spi: atmel: add WDRBT bit to avoid receive overrun | Bo Shen | 2012-09-01 | -0/+4 |
* | MX28: SPI: Supercharge the SPI driver | Marek Vasut | 2012-09-01 | -31/+65 |
* | spi: fix mxs_spi_slave structure allocation to clear memory | Matt Sealey | 2012-09-01 | -1/+1 |
* | spi: fix mxc_spi_slave structure allocation to clear memory | Matt Sealey | 2012-09-01 | -1/+1 |
* | mxc_spi: Round up clock divider | Benoît Thébaudeau | 2012-09-01 | -2/+2 |
* | mxs: Convert sys_proto.h prefixes to 'mxs' | Otavio Salvador | 2012-09-01 | -4/+4 |
* | tegra20: rename tegra2 -> tegra20 | Allen Martin | 2012-09-01 | -5/+5 |
* | am335x evm: Enable support for spi0 | Tom Rini | 2012-09-01 | -0/+10 |
* | am33xx: Add support, update omap3 McSPI driver | Tom Rini | 2012-09-01 | -0/+11 |
* | mxs: prefix register structs with 'mxs' prefix | Otavio Salvador | 2012-09-01 | -10/+9 |
* | MX28: SPI: Add DMA transfer support | Marek Vasut | 2012-09-01 | -1/+116 |
* | MX28: SPI: Pull out the PIO transfer function | Marek Vasut | 2012-09-01 | -33/+41 |
* | MX28: SPI: Refactor spi_xfer a bit | Marek Vasut | 2012-09-01 | -10/+22 |
* | spi: Fix merge conflicts - Makefile | Michal Simek | 2012-08-07 | -1/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-microblaze | Wolfgang Denk | 2012-07-31 | -0/+351 |
|\ |
|
| * | spi: microblaze: Adds driver for Xilinx SPI controller | Stephan Linz | 2012-07-31 | -0/+350 |
* | | kw_spi: add weak functions board_spi_claim/release_bus | Valentin Longchamp | 2012-07-07 | -1/+12 |
* | | kw_spi: support spi_claim/release_bus functions | Valentin Longchamp | 2012-07-07 | -0/+36 |
* | | kw_spi: backup and reset the MPP of the chosen CS pin | Valentin Longchamp | 2012-07-07 | -9/+6 |
* | | spi: tegra2: rename tegra2_spi.* to tegra_spi.* | Tom Warren | 2012-07-07 | -3/+3 |
* | | spi: Tegra2: Seaboard: fix UART corruption during SPI transactions | Tom Warren | 2012-07-07 | -1/+12 |
|/ |
|
* | spi: mxs: Allow other chip selects to work | Fabio Estevam | 2012-05-15 | -0/+10 |
* | spi: mxs: Introduce spi_cs_is_valid() | Fabio Estevam | 2012-05-15 | -2/+11 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2012-03-30 | -6/+68 |
|\ |
|
| * | omap3_spi: receive transmit mode | jacopo mondi | 2012-03-27 | -3/+65 |
| * | mxs_spi: Return proper timeout error | Fabio Estevam | 2012-03-27 | -3/+3 |
* | | sh_spi: Add 4 chip select signals supporting | Yoshihiro Shimoda | 2012-03-26 | -4/+19 |
|/ |
|
* | mxc_spi: move machine specifics into CPU headers | Eric Nelson | 2012-02-27 | -87/+6 |
* | kirkwood_spi: correct access to irq_mask register | Ian Campbell | 2012-02-12 | -1/+1 |
* | mx28: fix i.MX28 spi driver | Matthias Fuchs | 2012-02-12 | -3/+9 |
* | tegra2: spi: Support SPI / UART switch | Simon Glass | 2011-12-24 | -0/+14 |
* | tegra2: spi: Add SPI driver for Tegra2 SOC | Tom Warren | 2011-12-24 | -0/+266 |
* | drivers/spi/atmel_spi.c: Fix GCC 4.6 warning | Anatolij Gustschin | 2011-11-16 | -2/+0 |
* | iMX28: Add SPI driver | Marek Vasut | 2011-11-11 | -0/+187 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2011-10-28 | -0/+234 |
|\ |
|
| * | kirkwood_spi: add dummy spi_init() | Michael Walle | 2011-10-27 | -0/+4 |
| * | ARM: kirkwood: reduce dependence of including platform file | Lei Wen | 2011-10-27 | -0/+1 |