summaryrefslogtreecommitdiff
path: root/common/host_command_pd.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-229/+0
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* PD: Pull EC_CMD_PD_HOST_EVENT_STATUS into common codeDiana Z2020-05-201-34/+0
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-1/+1
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-2/+2
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* usb_pd: only service interrupts on enabled ports.Caveh Jalali2017-06-301-1/+3
* charge_state_v2: Limit i/p current to meet allowed MAX i/p system powerVijay Hiremath2016-12-051-1/+1
* include/host_command: Conditionally define host event functionsNicolas Boichat2016-11-161-1/+1
* host_command_pd: reduce to 5msec delay in between PD interrupt handlingKevin K Wong2016-11-041-1/+2
* host_command_pd: pd_exchange_status: Fix first_exchange logicNicolas Boichat2016-10-201-1/+4
* tcpm: update code to support multiple tcpm driverKevin K Wong2016-04-171-0/+1
* pd: Add common EC_HOST_EVENT_PD_MCU implementationShawn Nematbakhsh2016-01-071-0/+34
* pd: Add support for multiple distinct TCPC alert signalsShawn Nematbakhsh2015-11-251-9/+17
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-051-19/+23
* host_command_pd: loop over sending PD status host commandAlec Berg2015-07-291-69/+83
* pd: allow pdcmd task to check TCPC alert status w/o sending HCAlec Berg2015-06-231-9/+22
* pd: Add support for TCPC Alert and Alert_Mask registersScott2015-06-231-10/+48
* pd: use pdcmd task to handle tcpc interruptAlec Berg2015-06-051-5/+18
* samus: panic reboot EC if PD MCU crashesAlec Berg2015-02-181-0/+20
* samus: fix lightbar tap sequence doesn't always show on AC eventAlec Berg2015-02-041-10/+31
* samus: automatically recover from charge circuit failuresstabilize-6752.BAlec Berg2015-02-031-3/+17
* lightbar: ask the PD MCU for the charge directionBill Richardson2014-12-111-5/+10
* samus: exchange status with PD MCU on bootAlec Berg2014-09-171-0/+2
* samus: add automatic retries for host commands from EC to PDAlec Berg2014-09-171-8/+2
* host_command_pd: Fix condition for sending a PD MCU host eventShawn Nematbakhsh2014-08-281-1/+1
* samus: add ability for PD MCU to send host event to APAlec Berg2014-08-271-0/+4
* samus: change input current limit to the real limitAlec Berg2014-08-261-7/+0
* samus: ryu: fix charge state machine init of input currentstabilize-6146.BAlec Berg2014-08-121-1/+1
* samus: ryu: set input current limit based on PD negotiationAlec Berg2014-08-091-1/+16
* samus_pd: remove dead code around allowing PD negotiationAlec Berg2014-08-061-4/+0
* samus: use real AC_PRESENT signalAlec Berg2014-07-111-15/+1
* samus: add retry mechanism for EC to PD host commandsAlec Berg2014-06-281-2/+13
* samus: hack to read AC present state from PDDuncan Laurie2014-06-271-2/+20
* samus: Allow samus to charge w/o battery or with dead batterystabilize-5942.BAlec Berg2014-06-091-0/+52