summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: spi: Make local functions staticSimon Glass2015-07-211-4/+4
* dm: spi: Avoid setting the speed with every transferSimon Glass2015-05-051-3/+6
* dm: spi: Correct SPI claim/release_bus() methodsSimon Glass2015-04-231-2/+2
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-2/+2
* dm: spi: Move slave details to child platdataSimon Glass2015-01-291-34/+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-291-0/+1
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-0/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-241-32/+2
|\
| * dm: spi: Use device_bind_driver() instead of our own functionSimon Glass2014-11-221-22/+1
| * dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass2014-11-221-10/+1
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
|/
* dm: spi: Add a uclass for SPISimon Glass2014-10-221-0/+390
OpenPOWER on IntegriCloud