summaryrefslogtreecommitdiff
path: root/common/i2c_master.c
Commit message (Expand)AuthorAgeFilesLines
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-08-231-110/+164
* common: add i2c tracing functionalityJack Rosenthal2019-08-231-6/+10
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-08-231-2/+2
* ectool: Clarify addressing mode for I2C commandsDaisuke Nojiri2019-08-231-1/+1
* common: Add EC_CMD_LOCATE_CHIPDaisuke Nojiri2019-08-231-28/+0
* common/i2c_master: Add a subcommand to protect all TCPC portsKarthikeyan Ramasubramanian2019-08-231-1/+29
* I2C: Make pass-through debug messages more informativeDaisuke Nojiri2019-08-231-22/+24
* i2c: add i2clookup host commandJett Rink2019-08-231-0/+28
* i2c: fix style violations introduced by ab40ba67cVadim Bendebury2019-08-231-16/+15
* i2c:xfer i2cwrite invalid in ec consoleTony Zou2019-08-231-16/+16
* i2c: Support 16-bit address register read & writeTony Zou2019-08-231-8/+113
* i2c_master: Protect TCPC I2C tunnels as part of EC_REBOOT_DISABLE_JUMPKarthikeyan Ramasubramanian2019-01-111-2/+10
* i2c: Elide vestigial commentJonathan Brandmeyer2018-10-011-3/+1
* i2c: Do not attempt bus clear on split xfer failureJonathan Brandmeyer2018-10-011-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