summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-uclass.c
Commit message (Expand)AuthorAgeLines
* dm: spi: Make local functions staticSimon Glass2015-07-21-4/+4
* dm: spi: Avoid setting the speed with every transferSimon Glass2015-05-05-3/+6
* dm: spi: Correct SPI claim/release_bus() methodsSimon Glass2015-04-23-2/+2
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-16-2/+2
* dm: spi: Move slave details to child platdataSimon Glass2015-01-29-34/+49
* dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass2015-01-29-0/+10
* dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-29-0/+1
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-29-0/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-24-32/+2
|\
| * dm: spi: Use device_bind_driver() instead of our own functionSimon Glass2014-11-22-22/+1
| * dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass2014-11-22-10/+1
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+1
|/
* dm: spi: Add a uclass for SPISimon Glass2014-10-22-0/+390