summaryrefslogtreecommitdiff
path: root/util/comm-dev.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-293/+0
* util: Add explicit castsTom Hughes2021-05-061-4/+4
* util: Add missing "meanings" from ec_status codesTom Hughes2019-09-091-1/+6
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* ectool: use poll interfaceVincent Palatin2018-01-231-0/+20
* ectool: use v2 ABI for fallback 'readmem' ioctlBrian Norris2016-05-241-3/+3
* ectool: Revert "ectool: Remove CROS_EC_DEV_IOCRDMEM"Gwendal Grignou2016-04-221-10/+58
* ectool: Remove CROS_EC_DEV_IOCRDMEMGwendal Grignou2016-04-151-58/+10
* ectool: Upgrade to improved ioctl formatGuenter Roeck2016-04-121-3/+118
* ec: fix duplicate 'const' warning for clang..Yunlian Jiang2015-04-181-1/+1
* ectool: Revert: Do not increase buffer size after probe max size from ecGwendal Grignou2015-03-281-5/+1
* samus: new algorithm for tmp006 object temperatureBill Richardson2014-10-221-5/+39
* ectool: add new parameter to identify proper EC.Gwendal Grignou2014-09-141-2/+4
* samus: add options for device passthru and interfaceRandall Spangler2014-07-161-1/+1
* cleanup: Yes, even more TODO commentsRandall Spangler2013-11-041-5/+5
* ectool: Return non-success exit code on bad EC status.Shawn Nematbakhsh2013-08-071-0/+1
* ectool: fix console commandAaron Durbin2013-07-261-3/+7
* Fix uninitialized constant in util/comm-dev.cBill Richardson2013-07-091-1/+1
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-031-1/+1
* Use EC_CMD_READ_MEMMAP on platforms without mapped memory.Bill Richardson2013-07-031-6/+21
* Retry ectool commands that return EC_RES_IN_PROGRESSBill Richardson2013-07-031-4/+10
* Comm interface now provides max I/O sizes and preallocated buffersRandall Spangler2013-07-011-0/+6
* Add EC_CMD_TEST_PROTOCOL to fake certain responses.Bill Richardson2013-06-201-2/+9
* ectool prefers /dev/cros_ec, then falls back to i2c, lpcBill Richardson2013-06-051-0/+82