summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pd: Fix multiple reboot for battery cut-offDivya Sasidharan2016-04-131-0/+9
* pd: Add config to disable PD communication in locked ROShawn Nematbakhsh2016-04-111-1/+21
* pd: Add error handling for pd_send_request_msg()Shawn Nematbakhsh2016-03-141-7/+14
* pd: Don't source VBUS when forcing sink rolestabilize-7956.BShawn Nematbakhsh2016-02-231-0/+2
* pd: Reinitialize state variables on TCPC resetShawn Nematbakhsh2016-02-021-2/+5
* pd: Fix unwanted resets on single-role power suppliesShawn Nematbakhsh2015-12-031-2/+4
* pd: initialize tcpc when tcpm bootsAlec Berg2015-11-171-2/+0
* pd: Don't check for sink role if we're always a sourceShawn Nematbakhsh2015-11-111-1/+4
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-111-1/+1
* pd: set dedicated charger after boot with legacy chargerAlec Berg2015-11-111-5/+10
* pd: add more power improvements to PD taskAlec Berg2015-10-301-2/+2
* pd: send soft reset on boot if VBUS is presentAlec Berg2015-10-231-34/+31