summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass
2015-02-06x86: Add SPI support to quark/galileoBin Meng
2015-02-06x86: spi: Support ValleyView in ICH SPI driverSimon Glass
2015-01-29dm: spi: Move slave details to child platdataSimon Glass
2015-01-29dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass
2015-01-29dm: spi: Move the per-child data size to the uclassSimon Glass
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass
2015-01-29dm: spi: Remove use of fdtdec GPIO supportSimon Glass
2015-01-24x86: spi: Add device tree supportSimon Glass
2015-01-09qspi:fsl implement AHB readPeng Fan
2015-01-08spi: ftssp010_spi: Simplify code flow in ftssp010_[wait|wait_tx|wait_rx]Axel Lin
2015-01-07spi: cadence_qspi: Fix checking return value of fdt_first_subnode()Axel Lin
2015-01-07spi:fsl-quadspi support bank register read writePeng Fan
2015-01-06dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssiMarek Vasut
2015-01-06spi: designware_spi: Fix detecting FIFO depthAxel Lin
2014-12-31imx:qspi add 4K erase supportPeng Fan
2014-12-31arm:mx6sx add QSPI supportPeng Fan
2014-12-31QuadSPI: use correct amba_basePeng Fan
2014-12-31QuadSPI: use QSPI_CMD_xx instead of flash opcodesPeng Fan
2014-12-16Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2014-12-13x86: ich-spi: Add Intel Tunnel Creek SPI controller supportBin Meng
2014-12-13x86: ich-spi: Set the tx operation mode for ich 7Bin Meng
2014-12-13x86: ich-spi: Set the rx operation mode for ich 7Bin Meng
2014-12-13x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned addressBin Meng
2014-12-06spi: designware_spi: Some fixes / changesStefan Roese
2014-12-06spi: Add designware master SPI DM driver used on SoCFPGAStefan Roese
2014-12-06spi: Add Cadence QSPI DM driver used by SoCFPGAStefan Roese
2014-12-04arm: omap: add support for am57xx devicesFelipe Balbi
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-22dm: spi: Use device_bind_driver() instead of our own functionSimon Glass
2014-11-22dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass
2014-11-17spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common headerHeiko Schocher
2014-10-27SPI: mxc_spi: delay initialisation until claim busMarkus Niebel
2014-10-27SPI: mxc_spi: remove second reset from ECSPI config handlerMarkus Niebel
2014-10-27spi: altera: Move the config options to the topMarek Vasut
2014-10-27spi: altera: Clean up the use of variable dMarek Vasut
2014-10-27spi: altera: Zap endless loopMarek Vasut
2014-10-27spi: altera: Clean up most checkpatch issuesMarek Vasut
2014-10-27spi: altera: Clean up bit definitionsMarek Vasut
2014-10-27spi: altera: Use struct-based register accessMarek Vasut
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini
2014-10-23dm: add entries to KconfigMasahiro Yamada
2014-10-23spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASEStefan Roese
2014-10-23spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC'sStefan Roese
2014-10-23arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.hStefan Roese
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese
2014-10-22dm: tegra: spi: Convert to driver modelSimon Glass
2014-10-22dm: exynos: Convert SPI to driver modelSimon Glass
2014-10-22dm: spi: Add soft_spi implementationSimon Glass