aboutsummaryrefslogtreecommitdiff
path: root/hdata/i2c.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-06hdata: Add POWER10 supportVasant Hegde1-2/+3
2021-06-30hdat/i2c: Rework i2c device creationOliver O'Halloran1-62/+109
2021-02-04hdata/i2c: Use inclusive language, replace the word 'whitelist'Philippe Mathieu-Daudé1-3/+3
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-07-26SPDX-ify all skiboot codeStewart Smith1-15/+2
2019-02-18hdata/i2c: Reduce severity of log messageVasant Hegde1-1/+1
2018-10-16hdata/i2c: Skip unknown device typeVasant Hegde1-5/+7
2018-10-16hdata/i2c: Make SPD workaround more workaroundyOliver O'Halloran1-3/+8
2018-10-16hdata/i2c: Add whitelisting for Host I2C devicesOliver O'Halloran1-31/+37
2018-05-29hdata/i2c.c: fix building with gcc8Stewart Smith1-1/+1
2018-05-22hdata: Add TPM timeout workaroundOliver O'Halloran1-0/+10
2018-04-24hdata/i2c: Fix up pci hotplug labelsOliver O'Halloran1-2/+2
2018-04-24hdata/i2c: Ignore multi-port I2C devicesOliver O'Halloran1-4/+13
2018-04-24hdata/i2c: Replace i2c_ prefix with dev_Oliver O'Halloran1-8/+8
2018-04-24hdata/i2c: Ignore CFAM I2C masterOliver O'Halloran1-0/+10
2018-04-10hdat/i2c.c: quieten "v2 found, parsing as v1"Stewart Smith1-2/+18
2018-01-14hdat/i2c: Fix SPD EEPROM compatible stringOliver O'Halloran1-1/+16
2018-01-14hdata/i2c: Fix 512Kb EEPROM sizeOliver O'Halloran1-1/+1
2017-10-15hdata/i2c: update the list of known i2c devsClaudio Carvalho1-4/+33
2017-10-15hdata/i2c: log unknown i2c devicesClaudio Carvalho1-4/+17
2017-10-15hdata/i2c: add __packed to the host_i2c_hdr structureClaudio Carvalho1-1/+1
2017-10-02hdata/i2c: hdat_i2c_labels and hdat_i2c_devs should be staticStewart Smith1-2/+2
2017-08-11hdata/i2c: Work around broken I2C array versionOliver O'Halloran1-2/+8
2017-07-25hdat/i2c: Fix array version checkOliver O'Halloran1-1/+1
2017-05-26hdata: Check the Host I2C devices array versionOliver O'Halloran1-0/+33
2017-05-12hdata/i2c: avoid possible int32_t overflowStewart Smith1-1/+1
2017-04-28hdata/i2c: Fix bus and clock frequenciesBenjamin Herrenschmidt1-3/+8
2017-04-13hdata/i2c: Workaround broken i2c devicesOliver O'Halloran1-1/+23
2017-04-07hdat: parse processor attached i2c devicesOliver O'Halloran1-0/+192