summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: spi: introduce dm apiPeng Fan2016-05-171-7/+21
* spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLENChristophe Ricard2016-02-231-0/+1
* spi: Add support for dual and quad modeMugunthan V N2016-01-131-1/+37
* spi: Get spi-3wire from dtsJagan Teki2015-12-111-0/+2
* dm: spi: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-11-191-0/+20
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-4/+4
* 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