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
/
amd
/
common
/
block
/
i2c
Age
Commit message (
Expand
)
Author
2022-06-22
device/resource: Add _kb postfix for resource allocators
Kyösti Mälkki
2022-06-21
soc/amd/common/i2c: Add i2c bus ops handler
Matt DeVillier
2022-06-21
soc/amd/*: Move selection of DRIVERS_I2C_DESIGNWARE to common block
Matt DeVillier
2022-04-01
soc/amd/common/block/i2c/i23c_pad_ctrl: only configure mode and voltage
Felix Held
2022-04-01
soc/amd/common/block/i2c/i23c_pad_ctrl: invert and mask
Felix Held
2022-04-01
soc/amd/common/block/i2c/i23c_pad_def.h: fix off by one in define
Felix Held
2022-02-17
soc/amd/common/block/i2c: Add support for shared TPM_I2C controller
Jan Dabros
2022-02-04
soc/amd/common/block/i2c/i23c_pad_ctr: add & use I23C pad configuration
Felix Held
2022-02-03
soc/amd/*/i2c: factor out common I2C pad configuration
Felix Held
2022-02-01
drivers/i2c/designware/dw_i2c: return enum cb_err from dw_i2c_init
Felix Held
2022-01-10
src/soc/amd: Remove unused <acpi/acpi.h>
Elyes HAOUAS
2021-11-04
amd/i2c: Remove the weak function
Zheng Bao
2021-10-15
soc/amd/common/block/i2c: implement proper read_resource
Felix Held
2021-09-23
soc/amd/common/blocks/include: rename gpio_banks.h to gpio.h
Felix Held
2021-09-23
soc/amd: rename program_gpios to gpio_configure_pads
Felix Held
2021-09-08
soc/amd/common/block/i2c: move raw GPIO access functions to gpio_banks
Felix Held
2021-09-08
soc/amd/common/block/i2c: use common GPIO API in drive_scl
Felix Held
2021-08-30
soc/amd/common: move GPIO register state save struct to gpio_banks.h
Felix Held
2021-03-28
soc/amd/common/block/i2c: Use `size_t` for `num_pins`
Angel Pons
2021-03-28
soc/amd/common/block/i2c: Fix printf format specifiers
Angel Pons
2021-03-25
soc/amd/common/block/i2c: fix control flow bug
Felix Held
2021-03-22
soc/amd/common/block/i2c: Move SoC agnostic parts into common
Karthikeyan Ramasubramanian
2021-03-22
soc/amd/common: Introduce I2C driver common to all AMD SoCs
Karthikeyan Ramasubramanian