summaryrefslogtreecommitdiff
path: root/chip/host/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/host/i2c.c: Format with clang-formatJack Rosenthal2022-06-291-12/+7
* COIL: host: Update SPI terminologyCaveh Jalali2021-08-041-10/+10
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* i2c: Support changing I2C bus speed at runtimeTing Shen2020-01-171-0/+21
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-0/+5
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-11/+11
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-10/+13
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* host: mock i2c_xferGwendal Grignou2015-09-161-107/+12
* common: Add i2c 32bit read/writeGwendal Grignou2015-06-171-0/+30
* EC: Add smbus interface read & write APIsSheng-Liang Song2014-08-291-0/+21
* Test interface for detaching fake I2C devicesVic Yang2013-09-271-0/+76
* Fake I2C device support for emulatorVic Yang2013-09-171-0/+42
* Add BQ27541 battery driverVic Yang2013-09-051-0/+34