summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: mxc_spi: Fix double incrementing read pointer for unaligned buffersTimo Herbrecher2013-10-161-1/+1
* spi: Add GPL-2.0+ SPDX-License-Identifier for missing filesJagannadha Sutradharudu Teki2013-10-165-5/+5
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-142-7/+7
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* spi: exynos: Support word transfersRajeshwari Shinde2013-10-081-15/+61
* spi: exynos: Minimise access to SPI FIFO levelRajeshwari Shinde2013-10-081-12/+15
* spi: exynos: Support a delay after deactivateRajeshwari Shinde2013-10-081-0/+20
* spi: add TI QSPI driverMatt Porter2013-10-072-0/+312
* spi: mxs_spi: Configure chipselect after block resetMarek Vasut2013-08-271-9/+3
* powerpc: Fix CamelCase checkpatch warningsPrabhakar Kushwaha2013-08-201-1/+1
* spi: Add zynq spi controller driverJagannadha Sutradharudu Teki2013-08-072-0/+281
* spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin2013-08-061-1/+1
* spi: fsl_espi: Use DIV_ROUND_UP instead of open-codedAxel Lin2013-08-061-4/+2
* spi: bfin_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin2013-07-311-3/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2424-383/+24
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-07-121-17/+11
|\
| * Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-06-281-17/+11
| |\
| | * spi: mxc_spi: Update pre and post divider algorithmDirk Behme2013-06-261-18/+12
| | * spi: mxc_spi: Fix pre and post divider calculationDirk Behme2013-06-261-3/+3
* | | cros: exynos: add SPI support for cros_ecHung-ying Tyan2013-06-261-0/+22
* | | spi: mxc_spi: Use DIV_ROUND_UP at appropriate placesAxel Lin2013-06-221-3/+3
* | | spi: cf_qspi: Use DIV_ROUND_UP at appropriate placeAxel Lin2013-06-221-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2013-06-134-24/+62
|\ \ \ | |/ / |/| |
| * | spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slaveAxel Lin2013-06-131-2/+0
| * | spi: tegra114_spi: Convert to use spi_alloc_slave()Axel Lin2013-06-131-3/+1
| * | spi: armada100_spi: Remove unnecessary NULL test for dout and dinAxel Lin2013-06-131-9/+2
| * | spi: exynos: Support SPI_PREAMBLE modeRajeshwari Shinde2013-06-031-10/+59
* | | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-301-102/+3
|\ \ \ | |/ /
| * | bfin: discard invalid data and clear RXS in bf5xx spi driverScott Jiang2013-05-131-0/+2
| * | bfin: Remove spi dma function in bf5xx.Scott Jiang2013-05-131-102/+1
* | | spi: atmel_spi: using ip version to check whether has wdrbtBo Shen2013-05-122-4/+13
| |/ |/|
* | imx: Move some header files from arch-mxs to imx-commonStefan Roese2013-04-221-1/+1
|/
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-141-8/+9
|\
| * spi: mxc_spi: Set master mode for all channelsFabio Estevam2013-04-131-8/+9
* | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-121-1/+1
|\ \
| * | Consolidate bool typeYork Sun2013-04-011-1/+1
* | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-041-0/+2
|\ \ \
| * | | spi: exynos: Fix compiler warnings for non-dt systemsVivek Gautam2013-03-291-0/+2
* | | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-041-4/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | spi: mxc_spi: Fix ECSPI reset handlingDirk Behme2013-04-041-4/+4
* | | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-285-150/+792
|\ \ \ | | |/ | |/|
| * | tegra114: add SPI driverAllen Martin2013-03-253-0/+421
| * | spi: add common fdt SPI driver interfaceAllen Martin2013-03-254-45/+197
| * | tegra20: spi: move fdt probe to spi_initAllen Martin2013-03-251-43/+67
| * | tegra: spi: pull register structs out of headersAllen Martin2013-03-252-11/+110
| * | tegra: spi: remove non fdt supportAllen Martin2013-03-252-37/+4
| * | tegra: spi: rename tegra SPI driversAllen Martin2013-03-253-4/+4
| * | tegra: remove support for UART SPI switchAllen Martin2013-03-251-24/+1
| |/
* | x86: spi: Set maximum write size for ICHSimon Glass2013-03-191-0/+5
* | x86: spi: Add Intel ICH driverSimon Glass2013-03-193-0/+893
OpenPOWER on IntegriCloud