index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
device
/
i2c.h
Age
Commit message (
Expand
)
Author
2017-08-18
include/device: Split i2c.h into three
Nico Huber
2017-08-14
i2c: Move to Linux like `struct i2c_msg`
Nico Huber
2017-03-12
src/include: Open brace on same line as enum or struct
Lee Leahy
2017-03-09
src/include: Indent code using tabs
Lee Leahy
2017-03-09
src/include: Fix unsigned warnings
Lee Leahy
2016-06-09
device: i2c: Add support for I2C bus operations
Duncan Laurie
2016-05-28
acpi_device: Add support for writing ACPI I2C descriptors
Duncan Laurie
2016-03-21
device: Add i2c read/write register field API
Yidi Lin
2016-03-12
device/i2c: Add i2c_read_bytes() API
Jitao Shi
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-12-30
i2c: Add software_i2c driver for I2C debugging and emulation
Julius Werner
2014-12-16
i2c: Replace the i2c API.
Gabe Black
2013-07-10
i2c: Change the type of the data parameter to uint8_t.
Gabe Black
2013-04-09
replace device/i2c.h with simpler version
David Hendricks
2013-02-06
replace uchar and uint with standard types in generic i2c header
David Hendricks
2012-12-29
import i2c header from u-boot
David Hendricks