summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2015-05-06dm: spi: Avoid setting the speed with every transferSimon Glass1-3/+6
2015-04-29Merge branch 'master' of git://www.denx.de/git/u-boot-socfpgaTom Rini1-0/+16
2015-04-27spi: omap3: Fix timeout handlingDavid Dueck1-8/+12
2015-04-23dm: spi: Correct SPI claim/release_bus() methodsSimon Glass5-7/+12
2015-04-22zynq: spi: Remove unnecessary error conditionSiva Durga Prasad Paladugu1-3/+0
2015-04-21spi: Add Cadence QSPI controller Kconfig entryMarek Vasut1-0/+8
2015-04-21spi: Add Designware SPI controller Kconfig entryMarek Vasut1-0/+8
2015-04-18sandbox: Move CONFIG_SANDBOX_SPI to KconfigSimon Glass1-0/+25
2015-04-18dm: spi: Convert Freescale QSPI driver to driver modelHaikun.Wang@freescale.com1-329/+656
2015-04-18dm: spi: Convert Freescale DSPI driver to driver modelHaikun.Wang@freescale.com2-0/+738
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass1-254/+265
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-2/+2
2015-04-17x86: spi: Add support for lynxpointSimon Glass1-1/+2
2015-04-10lpc32xx: add LPC32xx SSP support (SPI mode)Albert ARIBAUD \(3ADEV\)2-0/+145
2015-03-29spi: designware_spi: revisit FIFO size detection againAxel Lin1-2/+2
2015-03-29spi: cf_spi: Staticize local functionsAxel Lin1-13/+7
2015-03-29spi: cf_spi: Use to_cf_spi_slave to resolve cfslave from slaveAxel Lin1-2/+9
2015-03-29qspi: dra7x: enable quad mode read for ti-qspi driverRavi Babu1-0/+7
2015-03-29spi: ftssp010_spi: Use to_ftssp010_spi() to ensure free correct addressAxel Lin1-1/+3
2015-03-29spi: davinci: Remove duplicate code to set bus and cs for slaveAxel Lin1-3/+0
2015-03-29spi: cf_qspi: Fixup to_cf_qspi_slave macroAxel Lin1-1/+1
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass1-2/+8
2015-02-06x86: Add SPI support to quark/galileoBin Meng1-1/+2
2015-02-06x86: spi: Support ValleyView in ICH SPI driverSimon Glass2-20/+47
2015-01-30dm: spi: Move slave details to child platdataSimon Glass2-43/+49
2015-01-30dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass1-0/+10
2015-01-30dm: spi: Move the per-child data size to the uclassSimon Glass9-8/+1
2015-01-30dm: core: Add a flag to control sequence numberingSimon Glass1-0/+1
2015-01-30dm: spi: Remove use of fdtdec GPIO supportSimon Glass1-34/+28
2015-01-24x86: spi: Add device tree supportSimon Glass1-0/+7
2015-01-08qspi:fsl implement AHB readPeng Fan2-10/+142
2015-01-08spi: ftssp010_spi: Simplify code flow in ftssp010_[wait|wait_tx|wait_rx]Axel Lin1-24/+12
2015-01-07spi: cadence_qspi: Fix checking return value of fdt_first_subnode()Axel Lin1-1/+1
2015-01-07spi:fsl-quadspi support bank register read writePeng Fan1-15/+145
2015-01-06dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssiMarek Vasut1-1/+1
2015-01-06spi: designware_spi: Fix detecting FIFO depthAxel Lin1-2/+2
2014-12-31imx:qspi add 4K erase supportPeng Fan1-5/+19
2014-12-31arm:mx6sx add QSPI supportPeng Fan1-0/+19
2014-12-31QuadSPI: use correct amba_basePeng Fan1-5/+25
2014-12-31QuadSPI: use QSPI_CMD_xx instead of flash opcodesPeng Fan1-31/+33
2014-12-16Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini5-0/+1747
2014-12-14x86: ich-spi: Add Intel Tunnel Creek SPI controller supportBin Meng1-1/+2
2014-12-14x86: ich-spi: Set the tx operation mode for ich 7Bin Meng1-2/+7
2014-12-14x86: ich-spi: Set the rx operation mode for ich 7Bin Meng1-0/+4
2014-12-14x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned addressBin Meng1-15/+2
2014-12-06spi: designware_spi: Some fixes / changesStefan Roese1-19/+20
2014-12-06spi: Add designware master SPI DM driver used on SoCFPGAStefan Roese2-0/+426
2014-12-06spi: Add Cadence QSPI DM driver used by SoCFPGAStefan Roese4-0/+1320
2014-12-04arm: omap: add support for am57xx devicesFelipe Balbi1-4/+4
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-32/+2