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
/
drivers
/
i2c
/
designware
Age
Commit message (
Expand
)
Author
2020-05-15
drivers/i2c/designware: Check if the device is powered
Raul E Rangel
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-28
i2c/designware: Constify struct device * parameter to dw_i2c_soc_dev_to_bus
Furquan Shaikh
2020-04-06
src/drivers: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-17
drivers/i2c/designware: Add 150MHz clock speed
Martin Roth
2019-12-11
printf: Automatically prefix %p with 0x
Julius Werner
2019-10-22
AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file
Martin Roth
2019-07-19
drivers/i2c/dw: Don't try to generate unselected speeds in ACPI table
Tim Wawrzynczak
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-12-07
drivers/i2c/designware: Add soc_clock entry for 216MHz
Duncan Laurie
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-08-10
drivers/i2c: Add i2c TPM support for different stages
Philipp Deppenwiese
2018-08-10
src/drivers: Fix typo
Elyes HAOUAS
2018-03-21
drivers/i2c/designware: Fix indentation
Maulik V Vaghela
2018-02-14
drivers/i2c/designware: Remove spurious word ("familuar")
Jonathan Neuschäfer
2018-02-02
drivers/i2c/designware: conform to controller restrictions
Aaron Durbin
2018-02-01
drivers/i2c/designware: Unset IC_ENABLE when setting target address
Chris Ching
2018-01-25
drivers/i2c/designware: reduce API complication for bus config
Aaron Durbin
2018-01-24
drives/i2c/designware: incorporate device_operations support
Aaron Durbin
2018-01-24
drivers/i2c/designware: namespace soc functions
Aaron Durbin
2017-12-22
ic2/designware: Move Intel i2c logic to shared driver
Chris Ching