summaryrefslogtreecommitdiff
path: root/chip/ish/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* ish: enable IPAPG for ish 5.4 on tgl rvp platformLeifu Zhao2020-05-151-3/+9
* ish: chip enablement of ish5.4 on tgl rvp platformLeifu Zhao2019-11-091-0/+7
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* i2c: don't scan i2c addresses less than 0x08Jett Rink2019-07-251-3/+2
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-7/+7
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-10/+8
* arcada: ensure i2c transmit fifo is emptyLeifu Zhao2019-07-141-2/+3
* ish: cleanup i2c constantsJett Rink2019-07-091-14/+18
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* ish: remove conditional compilation where possibleDenis Brockus2019-06-171-6/+10
* ish/ish5: fix high frequent wakeup issue in low power modeHu, Hebo2019-04-201-0/+1
* ish: I2C transaction to non-existent addresses fixDaniel Gonzalez2019-03-281-0/+13
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* ish: use correct I2C eventJett Rink2019-01-281-4/+2
* ISH-i2c: support 1MHz, clock stretch, restartKyoung Kim2018-12-031-83/+146
* ish i2c: use i2c_ports[] to set bus speedli feng2017-12-131-22/+29
* ish i2c: add I2C Fast Mode Plus 1Mbps speed optionli feng2017-12-041-4/+45
* ish: correct i2c write operation buffer sizeli feng2016-12-121-16/+5
* ish: Add support for ISH chipJaiber John2016-11-041-0/+422