aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2013-08-27spi: mxs_spi: Configure chipselect after block resetMarek Vasut1-9/+3
2013-08-20powerpc: Fix CamelCase checkpatch warningsPrabhakar Kushwaha1-1/+1
2013-08-07spi: Add zynq spi controller driverJagannadha Sutradharudu Teki2-0/+281
2013-08-06spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin1-1/+1
2013-08-06spi: fsl_espi: Use DIV_ROUND_UP instead of open-codedAxel Lin1-4/+2
2013-07-31spi: bfin_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin1-3/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk24-383/+24
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-17/+11
2013-06-28Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-17/+11
2013-06-26spi: mxc_spi: Update pre and post divider algorithmDirk Behme1-18/+12
2013-06-26spi: mxc_spi: Fix pre and post divider calculationDirk Behme1-3/+3
2013-06-26cros: exynos: add SPI support for cros_ecHung-ying Tyan1-0/+22
2013-06-22spi: mxc_spi: Use DIV_ROUND_UP at appropriate placesAxel Lin1-3/+3
2013-06-22spi: cf_qspi: Use DIV_ROUND_UP at appropriate placeAxel Lin1-1/+1
2013-06-13Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini4-24/+62
2013-06-13spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slaveAxel Lin1-2/+0
2013-06-13spi: tegra114_spi: Convert to use spi_alloc_slave()Axel Lin1-3/+1
2013-06-13spi: armada100_spi: Remove unnecessary NULL test for dout and dinAxel Lin1-9/+2
2013-06-03spi: exynos: Support SPI_PREAMBLE modeRajeshwari Shinde1-10/+59
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-102/+3
2013-05-13bfin: discard invalid data and clear RXS in bf5xx spi driverScott Jiang1-0/+2
2013-05-13bfin: Remove spi dma function in bf5xx.Scott Jiang1-102/+1
2013-05-12spi: atmel_spi: using ip version to check whether has wdrbtBo Shen2-4/+13
2013-04-22imx: Move some header files from arch-mxs to imx-commonStefan Roese1-1/+1
2013-04-14Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-8/+9
2013-04-13spi: mxc_spi: Set master mode for all channelsFabio Estevam1-8/+9
2013-04-12Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+1
2013-04-04Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+2
2013-04-04Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-4/+4
2013-04-04spi: mxc_spi: Fix ECSPI reset handlingDirk Behme1-4/+4
2013-04-01Consolidate bool typeYork Sun1-1/+1
2013-03-29spi: exynos: Fix compiler warnings for non-dt systemsVivek Gautam1-0/+2
2013-03-28Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD5-150/+792
2013-03-25tegra114: add SPI driverAllen Martin3-0/+421
2013-03-25spi: add common fdt SPI driver interfaceAllen Martin4-45/+197
2013-03-25tegra20: spi: move fdt probe to spi_initAllen Martin1-43/+67
2013-03-25tegra: spi: pull register structs out of headersAllen Martin2-11/+110
2013-03-25tegra: spi: remove non fdt supportAllen Martin2-37/+4
2013-03-25tegra: spi: rename tegra SPI driversAllen Martin3-4/+4
2013-03-25tegra: remove support for UART SPI switchAllen Martin1-24/+1
2013-03-19x86: spi: Set maximum write size for ICHSimon Glass1-0/+5
2013-03-19x86: spi: Add Intel ICH driverSimon Glass3-0/+893
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass23-83/+36
2013-03-19spi: Add function to allocate a new SPI slaveSimon Glass2-0/+42
2013-03-15Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-20/+19
2013-03-07mxs: spi: Remove CONFIG_MXS_SPI_DMA_ENABLEMarek Vasut1-16/+0
2013-03-07mxs: spi: Fix the MXS SPI for mx23Marek Vasut1-2/+17
2013-03-07mxs: mmc: spi: dma: Better wrap the MXS differencesMarek Vasut1-2/+2
2013-03-04blackfin: add bf6xx spi driverScott Jiang2-0/+309
2013-02-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini4-7/+389