summaryrefslogtreecommitdiffstats
path: root/core/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* core/i2c: split i2c_request_send()Oliver O'Halloran2019-03-281-44/+53
* core/i2c: Poll on request state in i2c_request_send()Oliver O'Halloran2019-03-281-22/+4
* i2c: Fix sparse warnings for type assignmentStewart Smith2019-03-011-5/+5
* i2c: Fix i2c request hang during opal init if timers are not checkedFrederic Barrat2018-12-111-0/+16
* core/i2c: Remove bus specific alloc and free callbacksOliver O'Halloran2018-09-171-8/+9
* core/i2c: Move the timeout field into i2c_requestOliver O'Halloran2018-09-171-1/+2
* i2c: Ensure ordering between i2c_request_send() and completionBenjamin Herrenschmidt2018-08-151-0/+3
* i2c: Fix multiple-enqueue of the same request on NACKBenjamin Herrenschmidt2018-08-151-4/+3
* i2c: Move tpm i2c wrapper code into coreAndrew Donnellan2017-10-021-0/+107
* i2c: Add nuvoton quirk, disallowing i2cdetect as it locks TPMStewart Smith2016-12-021-0/+5
* Use additional checks in skiboot for pointersBalbir Singh2016-08-171-0/+3
* i2c: Add FWTS annotations for I2c ErrorsStewart Smith2016-06-241-0/+13
* Remove redundant includes of opal-api.hMichael Ellerman2015-04-011-1/+0
* Move skiboot internal things from opal.h to opal-api.hStewart Smith2015-02-061-0/+1
* i2c: Use new timer facility and improve interrupts handlingBenjamin Herrenschmidt2014-11-121-1/+1
* i2c: Move bus management and OPAL API to core i2c codeBenjamin Herrenschmidt2014-11-111-0/+116
OpenPOWER on IntegriCloud