summaryrefslogtreecommitdiff
path: root/chip/ish/ish_i2c.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/ish/ish_i2c.h: Format with clang-formatJack Rosenthal2022-07-011-36/+24
* ish: cleanup i2c constantsJett Rink2019-07-091-7/+8
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-5/+5
* cleanup/ish: update copyright header to styleJett Rink2019-01-191-1/+1
* ISH-i2c: support 1MHz, clock stretch, restartKyoung Kim2018-12-031-1/+10
* ish i2c: use i2c_ports[] to set bus speedli feng2017-12-131-1/+2
* ish i2c: add I2C Fast Mode Plus 1Mbps speed optionli feng2017-12-041-1/+4
* ish: Add support for ISH chipJaiber John2016-11-041-0/+191