| Commit message (Expand) | Author | Age | Lines |
* | drivers: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | -53/+31 |
* | spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers | Timo Herbrecher | 2013-10-16 | -1/+1 |
* | spi: Add GPL-2.0+ SPDX-License-Identifier for missing files | Jagannadha Sutradharudu Teki | 2013-10-16 | -5/+5 |
* | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk | 2013-10-14 | -7/+7 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | -1/+1 |
* | spi: exynos: Support word transfers | Rajeshwari Shinde | 2013-10-08 | -15/+61 |
* | spi: exynos: Minimise access to SPI FIFO level | Rajeshwari Shinde | 2013-10-08 | -12/+15 |
* | spi: exynos: Support a delay after deactivate | Rajeshwari Shinde | 2013-10-08 | -0/+20 |
* | spi: add TI QSPI driver | Matt Porter | 2013-10-07 | -0/+312 |
* | spi: mxs_spi: Configure chipselect after block reset | Marek Vasut | 2013-08-27 | -9/+3 |
* | powerpc: Fix CamelCase checkpatch warnings | Prabhakar Kushwaha | 2013-08-20 | -1/+1 |
* | spi: Add zynq spi controller driver | Jagannadha Sutradharudu Teki | 2013-08-07 | -0/+281 |
* | spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-coded | Axel Lin | 2013-08-06 | -1/+1 |
* | spi: fsl_espi: Use DIV_ROUND_UP instead of open-coded | Axel Lin | 2013-08-06 | -4/+2 |
* | spi: bfin_spi: Use DIV_ROUND_UP instead of open-coded | Axel Lin | 2013-07-31 | -3/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -383/+24 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-07-12 | -17/+11 |
|\ |
|
| * | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-06-28 | -17/+11 |
| |\ |
|
| | * | spi: mxc_spi: Update pre and post divider algorithm | Dirk Behme | 2013-06-26 | -18/+12 |
| | * | spi: mxc_spi: Fix pre and post divider calculation | Dirk Behme | 2013-06-26 | -3/+3 |
* | | | cros: exynos: add SPI support for cros_ec | Hung-ying Tyan | 2013-06-26 | -0/+22 |
* | | | spi: mxc_spi: Use DIV_ROUND_UP at appropriate places | Axel Lin | 2013-06-22 | -3/+3 |
* | | | spi: cf_qspi: Use DIV_ROUND_UP at appropriate place | Axel Lin | 2013-06-22 | -1/+1 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-spi | Tom Rini | 2013-06-13 | -24/+62 |
|\ \ \
| |/ /
|/| | |
|
| * | | spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slave | Axel Lin | 2013-06-13 | -2/+0 |
| * | | spi: tegra114_spi: Convert to use spi_alloc_slave() | Axel Lin | 2013-06-13 | -3/+1 |
| * | | spi: armada100_spi: Remove unnecessary NULL test for dout and din | Axel Lin | 2013-06-13 | -9/+2 |
| * | | spi: exynos: Support SPI_PREAMBLE mode | Rajeshwari Shinde | 2013-06-03 | -10/+59 |
* | | | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-05-30 | -102/+3 |
|\ \ \
| |/ / |
|
| * | | bfin: discard invalid data and clear RXS in bf5xx spi driver | Scott Jiang | 2013-05-13 | -0/+2 |
| * | | bfin: Remove spi dma function in bf5xx. | Scott Jiang | 2013-05-13 | -102/+1 |
* | | | spi: atmel_spi: using ip version to check whether has wdrbt | Bo Shen | 2013-05-12 | -4/+13 |
| |/
|/| |
|
* | | imx: Move some header files from arch-mxs to imx-common | Stefan Roese | 2013-04-22 | -1/+1 |
|/ |
|
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-04-14 | -8/+9 |
|\ |
|
| * | spi: mxc_spi: Set master mode for all channels | Fabio Estevam | 2013-04-13 | -8/+9 |
* | | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-04-12 | -1/+1 |
|\ \ |
|
| * | | Consolidate bool type | York Sun | 2013-04-01 | -1/+1 |
* | | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-04-04 | -0/+2 |
|\ \ \ |
|
| * | | | spi: exynos: Fix compiler warnings for non-dt systems | Vivek Gautam | 2013-03-29 | -0/+2 |
* | | | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-04-04 | -4/+4 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | spi: mxc_spi: Fix ECSPI reset handling | Dirk Behme | 2013-04-04 | -4/+4 |
* | | | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-03-28 | -150/+792 |
|\ \ \
| | |/
| |/| |
|
| * | | tegra114: add SPI driver | Allen Martin | 2013-03-25 | -0/+421 |
| * | | spi: add common fdt SPI driver interface | Allen Martin | 2013-03-25 | -45/+197 |
| * | | tegra20: spi: move fdt probe to spi_init | Allen Martin | 2013-03-25 | -43/+67 |
| * | | tegra: spi: pull register structs out of headers | Allen Martin | 2013-03-25 | -11/+110 |
| * | | tegra: spi: remove non fdt support | Allen Martin | 2013-03-25 | -37/+4 |
| * | | tegra: spi: rename tegra SPI drivers | Allen Martin | 2013-03-25 | -4/+4 |
| * | | tegra: remove support for UART SPI switch | Allen Martin | 2013-03-25 | -24/+1 |
| |/ |
|
* | | x86: spi: Set maximum write size for ICH | Simon Glass | 2013-03-19 | -0/+5 |