summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* ec_commands: Add define for maximum number of PD portsShawn Nematbakhsh2017-07-181-0/+2
* usb_pd: only service interrupts on enabled ports.Caveh Jalali2017-06-301-0/+11
* tcpm: add .release driver operation.Caveh Jalali2017-06-281-2/+19
* vboot: Add vboot for EC by ECDaisuke Nojiri2017-06-281-1/+1
* pd_suspend: coordinate with pd_task().Caveh Jalali2017-06-281-9/+35
* tcpm: anx74xx: Improvements to low power mode for S3/G3 chipset stateScott2017-04-111-0/+6
* servo_v4: Added dts_mode on/off control for DUT port connectionScott2017-04-071-10/+3
* servo_v4: Set desired data role for DUT port to UFPScott2017-03-261-0/+2
* tcpm: Call usb_mux board_init on exit from low power modeDaisuke Nojiri2017-03-161-1/+8
* pd: Changes to USB PD state machine for SRC DTS modeScott2017-03-131-9/+31
* pdcontrol: Suspend port individuallyDaisuke Nojiri2017-03-071-62/+64
* pd: Store PD active state in battery-backed memoryShawn Nematbakhsh2017-02-251-4/+29
* pdchipinfo: Add option to force renewalDaisuke Nojiri2017-02-141-2/+2
* pdchipinfo: Increase compatibility of fw_versionDaisuke Nojiri2017-02-141-2/+2
* pd: Ensure PD is interrupted on EC resetShawn Nematbakhsh2017-02-111-0/+30
* Add host command to get PD chip informationDaisuke Nojiri2017-02-091-0/+33
* tcpm: enable pd message passing after hard resetDivya Sasidharan2017-01-271-0/+10
* servo_v4: pd: Added Device Test System supportScott2017-01-261-15/+16
* pd: support gotoMin and giveBackSam Hurst2017-01-261-0/+15
* pd: Move PD_DEFAULT_STATE to a common define in usb_pd.hScott2017-01-261-3/+4
* pd: Reduce VDO_CMD_GET_LOG timeout to 75msShawn Nematbakhsh2017-01-171-1/+1
* tcpm: anx74xx: Remove auto-toggle supportShawn Nematbakhsh2016-12-201-2/+9
* usb_pd_protocol: Force rediscovering identity on bootNicolas Boichat2016-12-141-0/+2
* usb_pd_policy: Automatically swap vconn if adapter requests itNicolas Boichat2016-12-141-0/+12
* usb_pd_protocol: Rename PD_FLAGS_DATA_SWAPPED to _CHECK_IDENTITYNicolas Boichat2016-12-141-16/+8
* usb_pd_protocol: tcpm_get_message: Check return valueNicolas Boichat2016-12-081-2/+1
* pd: Limit input current to 500mA on PD voltage transitionShawn Nematbakhsh2016-12-051-3/+10
* usb pd: Resend request after receiving a WAIT in response to a requestSam Hurst2016-12-021-3/+47
* Fix various misspellings in commentsMartin Roth2016-11-151-2/+2
* reef: enable tcpc low power modeKevin K Wong2016-11-111-0/+3
* reef: enable tcpc-controlled drp toggleKevin K Wong2016-11-021-2/+97
* pd_task: print pd state nameKevin K Wong2016-10-191-18/+30
* pd: Initialize pd comms and dual role state from PD taskShawn Nematbakhsh2016-10-141-65/+81
* charger: bd99955: Enable VBUS discharge when appropriateShawn Nematbakhsh2016-09-131-17/+0
* pd: manage total source current availableVincent Palatin2016-09-011-2/+24
* pd: Put task in suspended state for malfunctioning TCPCsDavid Hendricks2016-08-291-1/+2
* pd: select dynamically Rp valueVincent Palatin2016-08-251-0/+1
* tcpm: workaround TCPC takes longer time to update CC statusVincent Palatin2016-08-251-0/+14
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* pd: support Rp/Rp debug accessoriesVincent Palatin2016-08-221-30/+104
* pd: Support GPIO-controlled 5v dischargeShawn Nematbakhsh2016-08-191-0/+17
* pd: support CCD provided by an external chipVincent Palatin2016-07-271-2/+4
* pd: Set PD_FLAGS_VBUS_NEVER_LOW after tcpm_initKoro Chen2016-06-171-4/+4
* pd: tcpci: Don't wait forever for init() on i2c errorShawn Nematbakhsh2016-06-151-4/+6
* tcpci: anx7688: enable message passing after hard reset sentRong Chang2016-06-131-0/+10
* ec_commands: Add new EC_CMD_PD_CONTROL commandNicolas Boichat2016-06-071-0/+42
* pd: Add support for PD_STATE_SUSPENDED if we are not the TCPCNicolas Boichat2016-06-071-8/+13
* cleanup: pd: Define VBUS detection sourceShawn Nematbakhsh2016-06-021-4/+4
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-3/+2
* tcpm: update code to support multiple tcpm driverKevin K Wong2016-04-171-0/+1