summaryrefslogtreecommitdiff
path: root/chip/it83xx/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rename kpbs to kbps for i2cJett Rink2020-05-081-2/+2
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-9/+9
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-11/+14
* it83xx/i2cs: add i2c slave functiontim2019-03-301-6/+0
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* it83xx: i2c: remove instructions that aren't necessaryDino Li2017-09-261-198/+93
* it83xx: i2c: fix i2c stop bitDino Li2017-09-081-13/+14
* it83xx: i2c: increase clock low timeout to maximumDino Li2017-04-251-1/+1
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-151-2/+2
* it83xx: fix i2c moduleDino Li2016-08-221-12/+22
* chip: it83xx: Add i2c channel d/e/f functionEli Hsu2016-04-141-82/+532
* core: nds32: add task_wait_event_mask() function to nds32 coreDino Li2016-01-051-1/+2
* common: adc/i2c: Mark task_waiting volatileShamile Khan2015-12-011-1/+1
* it8380dev: improve power consumptionDino Li2015-11-171-3/+5
* it8380dev: fix i2c moduleDino Li2015-10-051-121/+197
* it8380dev: add i2c control moduleDino Li2015-06-301-0/+468