summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* dm: spi: Move slave details to child platdataSimon Glass2015-01-292-43/+49
* dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass2015-01-291-0/+10
* dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-299-8/+1
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-0/+1
* dm: spi: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-34/+28
* x86: spi: Add device tree supportSimon Glass2015-01-241-0/+7
* qspi:fsl implement AHB readPeng Fan2015-01-092-10/+142
* spi: ftssp010_spi: Simplify code flow in ftssp010_[wait|wait_tx|wait_rx]Axel Lin2015-01-081-24/+12
* spi: cadence_qspi: Fix checking return value of fdt_first_subnode()Axel Lin2015-01-071-1/+1
* spi:fsl-quadspi support bank register read writePeng Fan2015-01-071-15/+145
* dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssiMarek Vasut2015-01-061-1/+1
* spi: designware_spi: Fix detecting FIFO depthAxel Lin2015-01-061-2/+2
* imx:qspi add 4K erase supportPeng Fan2014-12-311-5/+19
* arm:mx6sx add QSPI supportPeng Fan2014-12-311-0/+19
* QuadSPI: use correct amba_basePeng Fan2014-12-311-5/+25
* QuadSPI: use QSPI_CMD_xx instead of flash opcodesPeng Fan2014-12-311-31/+33
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2014-12-165-0/+1747
|\
| * spi: designware_spi: Some fixes / changesStefan Roese2014-12-061-19/+20
| * spi: Add designware master SPI DM driver used on SoCFPGAStefan Roese2014-12-062-0/+426
| * spi: Add Cadence QSPI DM driver used by SoCFPGAStefan Roese2014-12-064-0/+1320
* | x86: ich-spi: Add Intel Tunnel Creek SPI controller supportBin Meng2014-12-131-1/+2
* | x86: ich-spi: Set the tx operation mode for ich 7Bin Meng2014-12-131-2/+7
* | x86: ich-spi: Set the rx operation mode for ich 7Bin Meng2014-12-131-0/+4
* | x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned addressBin Meng2014-12-131-15/+2
* | arm: omap: add support for am57xx devicesFelipe Balbi2014-12-041-4/+4
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-241-32/+2
|\
| * dm: spi: Use device_bind_driver() instead of our own functionSimon Glass2014-11-221-22/+1
| * dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass2014-11-221-10/+1
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-233-4/+4
|/
* spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common headerHeiko Schocher2014-11-171-0/+4
* SPI: mxc_spi: delay initialisation until claim busMarkus Niebel2014-10-271-16/+21
* SPI: mxc_spi: remove second reset from ECSPI config handlerMarkus Niebel2014-10-271-3/+0
* spi: altera: Move the config options to the topMarek Vasut2014-10-271-8/+8
* spi: altera: Clean up the use of variable dMarek Vasut2014-10-271-10/+13
* spi: altera: Zap endless loopMarek Vasut2014-10-271-2/+11
* spi: altera: Clean up most checkpatch issuesMarek Vasut2014-10-271-10/+13
* spi: altera: Clean up bit definitionsMarek Vasut2014-10-271-13/+13
* spi: altera: Use struct-based register accessMarek Vasut2014-10-271-24/+25
* Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini2014-10-271-0/+1
|\
| * ARM: i.MX: provide declaration for board_spi_cs_gpioEric Nelson2014-10-211-0/+1
* | dm: add entries to KconfigMasahiro Yamada2014-10-231-0/+6
* | spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese2014-10-231-1/+2
* | spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese2014-10-231-0/+10
* | arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese2014-10-231-1/+1
* | arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese2014-10-231-1/+1
* | dm: tegra: spi: Convert to driver modelSimon Glass2014-10-226-534/+392
* | dm: exynos: Convert SPI to driver modelSimon Glass2014-10-221-333/+180
* | dm: spi: Add soft_spi implementationSimon Glass2014-10-222-0/+253
* | dm: spi: Remove SPI_INIT featureSimon Glass2014-10-221-5/+0
* | dm: spi: Rename soft_spi.c to soft_spi_legacy.cSimon Glass2014-10-222-1/+1
OpenPOWER on IntegriCloud