summaryrefslogtreecommitdiff
path: root/util/comm-i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-031-10/+3
* Comm interface now provides max I/O sizes and preallocated buffersRandall Spangler2013-07-011-0/+2
* ectool prefers /dev/cros_ec, then falls back to i2c, lpcBill Richardson2013-06-051-108/+43
* comm-i2c.c upgrades to protocol v2.Louis Yung-Chieh Lo2012-09-051-49/+71
* Support new-style LPC command interface in EC, ectoolRandall Spangler2012-07-121-5/+10
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-071-12/+52
* Tidy util headers and make ec_commands.h not include other headersRandall Spangler2012-06-291-1/+0
* Change ec_command() to return negative values for errorsRandall Spangler2012-06-291-3/+9
* Add I2C host communicationVincent Palatin2012-05-241-0/+210