summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-03-252-19/+25
|\
| * sandbox: Add implementation of spi_setup_slave_fdt()Simon Glass2014-03-171-0/+13
| * spi: atmel_dataflash: Simplify AT91F_SpiEnable implementationAxel Lin2014-03-171-19/+12
* | drivers/spi/omap3: Bug fix of premature write transfer completionVasili Galka2014-03-121-2/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2014-02-213-8/+42
|\
| * spi: ti_qspi: Add delay before xfer for am43xxSourav Poddar2014-02-181-0/+7
| * spi: ti_qspi: Add AM43xx specifics changesSourav Poddar2014-02-181-3/+23
| * spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3Markus Niebel2014-02-181-2/+7
| * spi: xilinx: Move timeout calculation out of the loopMichal Simek2014-02-181-3/+5
* | blackfin: add spi and i2c specific get clock functionsSonic Zhang2014-02-202-6/+8
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-161-1/+2
|\
| * spi: sh_qspi: Add header file that defines the address of registersNobuhiro Iwamatsu2014-01-161-1/+2
* | spi: sh_spi: Use sh_spi_clear_bit() instead of open-codedAxel Lin2014-01-111-8/+2
* | spi: Add Faraday SPI controller supportKuo-Jung Su2014-01-112-0/+509
|/
* spi: tegra: clear RDY bit prior to every transferYen Lin2013-12-191-13/+8
* spi: Add support SH Quad SPI driverNobuhiro Iwamatsu2013-12-182-0/+278
* Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini2013-12-104-5/+229
|\
| * sandbox: spi: Add SPI emulation busMike Frysinger2013-12-092-0/+205
| * spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT nodeSimon Glass2013-12-092-5/+24
* | spi: bfin_spi6xx: Remove unnecessary test for bus and pins[bus]Axel Lin2013-12-061-4/+1
* | spi: bfin_spi: Remove unnecessary test for bus and pins[bus]Axel Lin2013-12-061-8/+9
|/
* spi: omap3: add support for more word lengthsNikita Kiryanov2013-11-123-24/+66
* spi: omap3: remove semicolon from #defineNikita Kiryanov2013-11-121-1/+1
* drivers: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-53/+31
* 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
OpenPOWER on IntegriCloud