summaryrefslogtreecommitdiff
path: root/common/i2c_master.c
Commit message (Expand)AuthorAgeFilesLines
* common/i2c_master: don't bitshift negativelyPatrick Georgi2019-08-281-0/+4
* i2c: don't scan i2c addresses less than 0x08Jett Rink2019-07-251-2/+7
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-107/+105
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-110/+164
* common: add i2c tracing functionalityJack Rosenthal2019-07-171-6/+10
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-06-101-2/+2
* ectool: Clarify addressing mode for I2C commandsDaisuke Nojiri2019-06-101-1/+1
* common: Add EC_CMD_LOCATE_CHIPDaisuke Nojiri2019-06-061-28/+0
* common/i2c_master: Add a subcommand to protect all TCPC portsKarthikeyan Ramasubramanian2019-05-301-1/+29
* I2C: Make pass-through debug messages more informativeDaisuke Nojiri2019-05-211-22/+24
* i2c: add i2clookup host commandJett Rink2019-05-161-0/+28
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* i2c: fix style violations introduced by ab40ba67cVadim Bendebury2019-03-071-16/+15
* i2c:xfer i2cwrite invalid in ec consoleTony Zou2019-03-051-16/+16
* i2c: Support 16-bit address register read & writeTony Zou2019-02-191-8/+113
* i2c_master: Protect TCPC I2C tunnels as part of EC_REBOOT_DISABLE_JUMPKarthikeyan Ramasubramanian2019-01-081-2/+10
* 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