summaryrefslogtreecommitdiff
path: root/common/host_command_pd.c
Commit message (Expand)AuthorAgeFilesLines
* 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