aboutsummaryrefslogtreecommitdiff
path: root/hw/p8-i2c.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-04i2c: Workaround bad clock-frequency property from HostBootBenjamin Herrenschmidt1-0/+6
2015-03-04p8/i2c: Add OPAL properties in the i2c bus nodesNeelesh Gupta1-97/+162
2015-02-19update users of GET/SETFIELD()Dan Streetman1-1/+1
2015-02-19Change user-defined _MASK/_LSH to just maskDan Streetman1-30/+15
2015-02-18i2c: Turn large time_wait_ms() into statesBenjamin Herrenschmidt1-21/+29
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith1-0/+2
2015-01-21i2c: Unify the frequencies to calculate bit rate divisorNeelesh Gupta1-6/+3
2014-11-14i2c: Update DT bindings and minor changesBenjamin Herrenschmidt1-53/+86
2014-11-14i2c: Provide FFDC data in the driverNeelesh Gupta1-72/+195
2014-11-12i2c: Use new timer facility and improve interrupts handlingBenjamin Herrenschmidt1-67/+47
2014-11-11i2c: Move bus management and OPAL API to core i2c codeBenjamin Herrenschmidt1-116/+10
2014-11-10i2c: Improve operations without interruptsBenjamin Herrenschmidt1-18/+91
2014-11-07i2c: Rework P8 i2c driverBenjamin Herrenschmidt1-479/+543
2014-11-05i2c: Bug fixes, clean up of the codeNeelesh Gupta1-157/+107
2014-10-27hw/i2c: i2c driver infrastructure providing device I/ONeelesh Gupta1-0/+1111