summaryrefslogtreecommitdiff
path: root/util/comm-i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util/comm-i2c.c: Format with clang-formatJack Rosenthal2022-07-011-25/+26
* util: Avoid redefining _GNU_SOURCETom Hughes2021-08-281-0/+2
* util: Add explicit castsTom Hughes2021-05-061-2/+2
* util/comm-i2c.c: Remove incorrect castTom Hughes2021-05-031-2/+2
* util/comm-i2c: Add switch to specify I2C busHarry Cutts2019-10-041-18/+29
* util/comm-i2c: return response length from `ec_command`Harry Cutts2019-10-011-1/+1
* util/comm-i2c: upgrade to host command protocol v3Harry Cutts2019-09-261-104/+133
* util/comm-i2c: Fix memory leakPatrick Georgi2019-09-041-1/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* util: Fix return value of ec_commandGwendal Grignou2014-11-171-2/+2
* Fix ec detection for i2c protocolPuthikorn Voravootivat2014-08-181-3/+4
* samus: add options for device passthru and interfaceRandall Spangler2014-07-161-1/+1
* cleanup: Yes, even more TODO commentsRandall Spangler2013-11-041-1/+2
* 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