summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/sandbox_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: i2c: Move priv into a header fileSimon Glass2021-01-051-4/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* dm: Add a test for of-platdata parent informationSimon Glass2020-10-291-2/+2
* dm: acpi: Enhance acpi_get_name()Simon Glass2020-07-171-10/+0
* acpi: Support generation of I2C descriptorSimon Glass2020-07-171-0/+11
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* i2c: Update drivers to use enum for speedSimon Glass2020-01-271-1/+2
* dm: sandbox: i2c: Use new emulator parent uclassSimon Glass2018-11-291-19/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: sandbox: i2c: Drop fdtdec.h headerSimon Glass2017-06-011-1/+0
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-271-3/+1
* sandbox: i2c: search child emul dev and check its uclass idPrzemyslaw Marczak2015-05-141-3/+17
* dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass2015-05-051-11/+23
* dm: i2c: sandbox: Add debugging to the speed limitSimon Glass2015-05-051-1/+3
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-1/+1
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-291-22/+6
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-291-1/+1
* dm: i2c: Add a sandbox I2C driverSimon Glass2014-12-111-0/+111