summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-uclass.c
Commit message (Expand)AuthorAgeLines
* dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-27-7/+1
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-27-2/+1
* dm: spi: Read default speed and mode values from DTVignesh R2016-07-09-2/+6
* spi: spi-uclass: fix typo in debug outputAnatolij Gustschin2016-07-06-1/+1
* dm: spi: introduce dm apiPeng Fan2016-05-17-7/+21
* spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLENChristophe Ricard2016-02-23-0/+1
* spi: Add support for dual and quad modeMugunthan V N2016-01-13-1/+37
* spi: Get spi-3wire from dtsJagan Teki2015-12-11-0/+2
* dm: spi: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-11-19-0/+20
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-23-4/+4
* 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