summaryrefslogtreecommitdiff
path: root/chip/it83xx/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* it83xx: i2c: don't check bus busy if transaction is ongoing.Dino Li2021-07-301-4/+9
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* COIL: Standardize i2c peripheral languageDossym Nurmukhanov2020-12-121-6/+6
* it83xx/i2c: adjust Tlow and Thigh of 400kHz clockDino Li2020-11-251-2/+2
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* it83xx/i2c: enable 400kHz timing registers for port A/B/CDino Li2020-09-021-42/+78
* cleanup: rename kpbs to kbps for i2cJett Rink2020-05-091-2/+2
* ITE: Return an error if i2c unwedge attempt failedDiana Z2020-04-081-1/+7
* 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