summaryrefslogtreecommitdiff
path: root/drivers/i2c/sandbox_i2c.c
Commit message (Expand)AuthorAgeLines
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-27-3/+1
* sandbox: i2c: search child emul dev and check its uclass idPrzemyslaw Marczak2015-05-14-3/+17
* dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass2015-05-05-11/+23
* dm: i2c: sandbox: Add debugging to the speed limitSimon Glass2015-05-05-1/+3
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-16-1/+1
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-29-22/+6
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-29-1/+1
* dm: i2c: Add a sandbox I2C driverSimon Glass2014-12-11-0/+111