summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2015-05-05dm: spi: Avoid setting the speed with every transferSimon Glass
2015-04-28Merge branch 'master' of git://www.denx.de/git/u-boot-socfpgaTom Rini
2015-04-27spi: omap3: Fix timeout handlingDavid Dueck
2015-04-23dm: spi: Correct SPI claim/release_bus() methodsSimon Glass
2015-04-22zynq: spi: Remove unnecessary error conditionSiva Durga Prasad Paladugu
2015-04-21spi: Add Cadence QSPI controller Kconfig entryMarek Vasut
2015-04-21spi: Add Designware SPI controller Kconfig entryMarek Vasut
2015-04-18sandbox: Move CONFIG_SANDBOX_SPI to KconfigSimon Glass
2015-04-18dm: spi: Convert Freescale QSPI driver to driver modelHaikun.Wang@freescale.com
2015-04-18dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-04-16x86: spi: Add support for lynxpointSimon Glass
2015-04-10lpc32xx: add LPC32xx SSP support (SPI mode)Albert ARIBAUD \(3ADEV\)
2015-03-30spi: designware_spi: revisit FIFO size detection againAxel Lin
2015-03-30spi: cf_spi: Staticize local functionsAxel Lin
2015-03-30spi: cf_spi: Use to_cf_spi_slave to resolve cfslave from slaveAxel Lin
2015-03-30qspi: dra7x: enable quad mode read for ti-qspi driverRavi Babu
2015-03-30spi: ftssp010_spi: Use to_ftssp010_spi() to ensure free correct addressAxel Lin
2015-03-30spi: davinci: Remove duplicate code to set bus and cs for slaveAxel Lin
2015-03-30spi: cf_qspi: Fixup to_cf_qspi_slave macroAxel Lin
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