summaryrefslogtreecommitdiff
path: root/chip/ish/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* 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