summaryrefslogtreecommitdiffstats
path: root/src/include/device/i2c.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* include/device: Split i2c.h into threeNico Huber2017-08-181-159/+0
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-49/+79
* src/include: Open brace on same line as enum or structLee Leahy2017-03-121-6/+9
* src/include: Indent code using tabsLee Leahy2017-03-091-1/+1
* src/include: Fix unsigned warningsLee Leahy2017-03-091-17/+19
* device: i2c: Add support for I2C bus operationsDuncan Laurie2016-06-091-0/+22
* acpi_device: Add support for writing ACPI I2C descriptorsDuncan Laurie2016-05-281-0/+13
* device: Add i2c read/write register field APIYidi Lin2016-03-211-0/+5
* device/i2c: Add i2c_read_bytes() APIJitao Shi2016-03-121-0/+22
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner2014-12-301-1/+33
* i2c: Replace the i2c API.Gabe Black2014-12-161-6/+78
* i2c: Change the type of the data parameter to uint8_t.Gabe Black2013-07-101-2/+4
* replace device/i2c.h with simpler versionDavid Hendricks2013-04-091-266/+14
* replace uchar and uint with standard types in generic i2c headerDavid Hendricks2013-02-061-7/+9
* import i2c header from u-bootDavid Hendricks2012-12-291-0/+279