summaryrefslogtreecommitdiff
path: root/common/i2c_master.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: add generic read/modify/write operationsDenis Brockus2021-09-271-0/+86
* i2c: Elide vestigial commentJonathan Brandmeyer2018-09-281-3/+1
* i2c: Do not attempt bus clear on split xfer failurestabilize-11101.BJonathan Brandmeyer2018-09-251-12/+9
* i2c: Don't try to unwedge unpowered busses.Aseda Aboagye2018-08-221-0/+10
* i2c: Split i2c_xfer into locked/unlocked versions.Jonathan Brandmeyer2018-08-161-57/+70
* i2c master: Add block read/write commands.Jonathan Brandmeyer2018-08-091-0/+36
* i2c: preserve 1.8V flag during raw i2c gpio accessJett Rink2018-06-081-2/+8
* i2c: correct i2c read print statementJett Rink2018-05-161-2/+2
* i2c: Use the correct config variable for i2c board callbackFurquan Shaikh2018-04-041-2/+2
* i2c: expose port num during unwedge console output.Todd Broch2018-03-261-4/+5
* i2c: Add option for calling board-specific functions before and after every i...Furquan Shaikh2018-03-201-5/+25
* i2c(npcx): Replace cprints by cputs/cprintfNicolas Boichat2018-03-171-4/+4
* i2c: support large reading in i2c_xfer()Chun-Ta Lin2017-12-071-0/+33
* i2c: rand of i2ctest console command is unsignedDino Li2017-09-131-2/+3
* virtual_battery: Remove direct i2c accessShawn Nematbakhsh2017-07-051-4/+7
* i2c: separate slave and master codeWei-Ning Huang2017-04-261-0/+1021