aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2015-04-10lpc32xx: add LPC32xx SSP support (SPI mode)Albert ARIBAUD \(3ADEV\)2-0/+145
2015-03-30spi: designware_spi: revisit FIFO size detection againAxel Lin1-2/+2
2015-03-30spi: cf_spi: Staticize local functionsAxel Lin1-13/+7
2015-03-30spi: cf_spi: Use to_cf_spi_slave to resolve cfslave from slaveAxel Lin1-2/+9
2015-03-30qspi: dra7x: enable quad mode read for ti-qspi driverRavi Babu1-0/+7
2015-03-30spi: ftssp010_spi: Use to_ftssp010_spi() to ensure free correct addressAxel Lin1-1/+3
2015-03-30spi: davinci: Remove duplicate code to set bus and cs for slaveAxel Lin1-3/+0
2015-03-30spi: 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-29dm: spi: Move slave details to child platdataSimon Glass2-43/+49
2015-01-29dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass1-0/+10
2015-01-29dm: spi: Move the per-child data size to the uclassSimon Glass9-8/+1
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass1-0/+1
2015-01-29dm: spi: Remove use of fdtdec GPIO supportSimon Glass1-34/+28
2015-01-24x86: spi: Add device tree supportSimon Glass1-0/+7
2015-01-09qspi: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-13x86: ich-spi: Add Intel Tunnel Creek SPI controller supportBin Meng1-1/+2
2014-12-13x86: ich-spi: Set the tx operation mode for ich 7Bin Meng1-2/+7
2014-12-13x86: ich-spi: Set the rx operation mode for ich 7Bin Meng1-0/+4
2014-12-13x86: 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
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada3-4/+4
2014-11-22dm: spi: Use device_bind_driver() instead of our own functionSimon Glass1-22/+1
2014-11-22dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass1-10/+1
2014-11-17spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common headerHeiko Schocher1-0/+4
2014-10-27SPI: mxc_spi: delay initialisation until claim busMarkus Niebel1-16/+21
2014-10-27SPI: mxc_spi: remove second reset from ECSPI config handlerMarkus Niebel1-3/+0
2014-10-27spi: altera: Move the config options to the topMarek Vasut1-8/+8
2014-10-27spi: altera: Clean up the use of variable dMarek Vasut1-10/+13
2014-10-27spi: altera: Zap endless loopMarek Vasut1-2/+11
2014-10-27spi: altera: Clean up most checkpatch issuesMarek Vasut1-10/+13
2014-10-27spi: altera: Clean up bit definitionsMarek Vasut1-13/+13
2014-10-27spi: altera: Use struct-based register accessMarek Vasut1-24/+25
2014-10-27Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini1-0/+1