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
/
soc
/
mediatek
/
mt8173
/
i2c.c
Age
Commit message (
Expand
)
Author
2020-06-02
src: Remove duplicated includes
Elyes HAOUAS
2020-06-02
src: Remove unused 'include <symbols.h>'
Elyes HAOUAS
2020-06-02
src: Remove unused '#include <timer.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-05
soc/mediatek: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2019-10-20
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2019-08-02
mediatek: Refactor I2C code among similar SOCs
Qii Wang
2019-04-23
src: Add missing include 'console.h'
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
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-07-16
src/soc: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2016-03-12
mediatek/mt8173: Provide I2C bus initialization API
jun.gao
2016-01-22
mediatek/mt8173: Add I2C driver
Liguo Zhang