summaryrefslogtreecommitdiff
path: root/chip/g/i2cs.c
Commit message (Expand)AuthorAgeFilesLines
* coil: rename I2CS gpiosMary Ruthven2021-01-071-2/+2
* coil: i2cs -> i2cpMary Ruthven2021-01-071-43/+43
* coil: rename sleepmasksMary Ruthven2021-01-061-2/+2
* coil: pmu PERIPH_I2CS->PERIPH_I2CPMary Ruthven2021-01-061-1/+1
* g: allow I2CS operate without hardware resetsVadim Bendebury2019-09-051-15/+23
* cr50: move to use flash event logVadim Bendebury2019-03-281-3/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* g: decorate _i2cs_write_complete_int() so that LTO does not loose itVadim Bendebury2019-02-101-1/+1
* g/i2cs: Sample SDA multiple times before considering the bus wedgedRaul E Rangel2019-01-281-45/+106
* tpm: provide means of shutting down comms layer while in resetVadim Bendebury2017-11-071-0/+4
* cr50: log I2C slave 'wedged bus recovery' eventVadim Bendebury2017-08-231-0/+6
* g: add 'recover hosed slave' i2cs capabilityVadim Bendebury2017-08-171-0/+73
* cr50: keep board properties related code in board.cVadim Bendebury2016-12-201-1/+1
* i2cs.c: Initialize variable to fix GCC warningsMartin Roth2016-12-161-1/+1
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-151-4/+4
* Cr50: I2CS TPM: Ensure HW read fifo is empty for register readsScott2016-11-041-2/+11
* Cr50: i2cs: Re-enable sleep after every interruptScott2016-10-261-0/+8
* i2cs: reset local variables when reinitializing.Vadim Bendebury2016-10-041-0/+17
* tpm: reset communications channels when resetting TPMVadim Bendebury2016-09-261-4/+2
* Cr50: I2CS TPM: Prevent sleep when I2CS is activestabilize-8838.BScott2016-09-251-0/+3
* Cr50: I2CS: Fixed i2cs word aligned fifo write functionScott2016-09-251-2/+2
* Cr50: I2CS: Clear IRQ at beginning of ISRScott2016-09-121-3/+3
* Cr50: I2CS TPM: Added routine to write to HW fifo a word at a timeScott2016-09-051-0/+61
* Cr50: I2CS TPM: Changes to support fifo and version registers readScott2016-09-051-0/+17
* Cr50: Preliminary I2CS TPM2.0 driverScott2016-09-051-25/+23
* g: i2c slave driverVadim Bendebury2016-04-271-0/+206