summaryrefslogtreecommitdiff
path: root/drivers/i2c/sandbox_i2c.c
AgeCommit message (Expand)Author
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass
2020-07-17dm: acpi: Enhance acpi_get_name()Simon Glass
2020-07-17acpi: Support generation of I2C descriptorSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-01-27i2c: Update drivers to use enum for speedSimon Glass
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-06-01dm: sandbox: i2c: Drop fdtdec.h headerSimon Glass
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass
2015-05-14sandbox: i2c: search child emul dev and check its uclass idPrzemyslaw Marczak
2015-05-05dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass
2015-05-05dm: i2c: sandbox: Add debugging to the speed limitSimon Glass
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-01-29dm: i2c: Move slave details to child platdataSimon Glass
2015-01-29dm: i2c: Provide an offset length parameter where neededSimon Glass
2014-12-11dm: i2c: Add a sandbox I2C driverSimon Glass