summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* tegra: spi: Support slow SPI ratesSimon Glass2015-06-091-3/+15
* tegra: spi: Drop the claim_bus() method to correct delaysSimon Glass2015-06-091-17/+9
* dm: spi: Avoid setting the speed with every transferSimon Glass2015-05-051-3/+6
* Merge branch 'master' of git://www.denx.de/git/u-boot-socfpgaTom Rini2015-04-281-0/+16
|\
| * spi: Add Cadence QSPI controller Kconfig entryMarek Vasut2015-04-211-0/+8
| * spi: Add Designware SPI controller Kconfig entryMarek Vasut2015-04-211-0/+8
* | spi: omap3: Fix timeout handlingDavid Dueck2015-04-271-8/+12
* | dm: spi: Correct SPI claim/release_bus() methodsSimon Glass2015-04-235-7/+12
* | zynq: spi: Remove unnecessary error conditionSiva Durga Prasad Paladugu2015-04-221-3/+0
|/
* sandbox: Move CONFIG_SANDBOX_SPI to KconfigSimon Glass2015-04-181-0/+25
* dm: spi: Convert Freescale QSPI driver to driver modelHaikun.Wang@freescale.com2015-04-181-329/+656
* dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com2015-04-182-0/+738
* dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass2015-04-181-254/+265
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-2/+2
* x86: spi: Add support for lynxpointSimon Glass2015-04-161-1/+2
* lpc32xx: add LPC32xx SSP support (SPI mode)Albert ARIBAUD \(3ADEV\)2015-04-102-0/+145
* spi: designware_spi: revisit FIFO size detection againAxel Lin2015-03-301-2/+2
* spi: cf_spi: Staticize local functionsAxel Lin2015-03-301-13/+7
* spi: cf_spi: Use to_cf_spi_slave to resolve cfslave from slaveAxel Lin2015-03-301-2/+9
* qspi: dra7x: enable quad mode read for ti-qspi driverRavi Babu2015-03-301-0/+7
* spi: ftssp010_spi: Use to_ftssp010_spi() to ensure free correct addressAxel Lin2015-03-301-1/+3
* spi: davinci: Remove duplicate code to set bus and cs for slaveAxel Lin2015-03-301-3/+0
* spi: cf_qspi: Fixup to_cf_qspi_slave macroAxel Lin2015-03-301-1/+1
* dm: Expand and complete Kconfig in drivers/Simon Glass2015-02-121-2/+8
* x86: Add SPI support to quark/galileoBin Meng2015-02-061-1/+2
* x86: spi: Support ValleyView in ICH SPI driverSimon Glass2015-02-062-20/+47
* 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
OpenPOWER on IntegriCloud