summaryrefslogtreecommitdiff
path: root/common/host_command_master.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-6/+6
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-8/+11
* cleanup: refactor CPRINTF("[%T ...]\n") to CPRINTSJack Rosenthal2019-07-171-11/+11
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* i2c: Split i2c_xfer into locked/unlocked versions.Jonathan Brandmeyer2018-08-161-3/+4
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* common: host_command_master: Add buf to .bss.slow.Aseda Aboagye2015-11-091-2/+2
* pd: Add timeout for HC flash commands.Todd Broch2015-01-071-4/+2
* samus: add automatic retries for host commands from EC to PDAlec Berg2014-09-171-13/+23
* samus: add host commands for flashing zinger RWAlec Berg2014-08-261-5/+8
* Hold I2C lock through entire PD read transactionShawn Nematbakhsh2014-08-091-2/+5
* Use mutex for EC->PD host commandsRandall Spangler2014-07-301-6/+28
* i2c: add support for timeout configuration at runtimeRandall Spangler2014-07-301-0/+6
* samus: Add EC <-> PD i2c interface using host commandsAlec Berg2014-06-051-0/+185