summaryrefslogtreecommitdiff
path: root/common/usb_pd_policy.c
Commit message (Expand)AuthorAgeFilesLines
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-4/+4
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-13/+13
* usbc: Get current DP pin mode and CC stateAyushee2019-11-011-1/+1
* usb_pd: fix an unit in log message.Pi-Hsun Shih2019-10-291-1/+1
* usb_pd: drop duplicate func get_max_request_mv()Yilun Lin2019-10-091-5/+0
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+2
* usb_pd: Send SOP' DiscIdent messages on SOP NAKsPrashant Malani2019-09-231-3/+19
* version: Make ver_get_num_commits work for on-flash imagesDaisuke Nojiri2019-09-211-1/+1
* usb_pd: Remove unused port argument from functionsPrashant Malani2019-09-171-5/+5
* pd: USB Power Delivery State Machine based on Revision 3.0 of the spec.Sam Hurst2019-09-101-130/+11
* usb_pd: Get USB-C cable type informationAyushee2019-08-161-0/+5
* usb_pd: Storing USB-C cable attributesAyushee2019-08-161-1/+125
* usb_pd: Adding USB-C cable detectionAyushee2019-08-161-2/+79
* pd_policy: Change DP AltMode event from host event to MKBP.Aseda Aboagye2019-07-171-12/+12
* common: pd_policy: Add notification for DP AltModeAseda Aboagye2019-06-241-0/+17
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: Remove unnecessary null checkJacob Garber2019-05-281-3/+0
* USB-PD: Fix null-pointer dereference for svdm_rsp.amodeDaisuke Nojiri2019-05-121-2/+4
* USB-PD: Fix scope of variable ma in pd_find_pdo_indexDaisuke Nojiri2019-02-121-2/+2
* USB-PD: Make pd_build_request return voidDaisuke Nojiri2019-02-121-3/+2
* PD: Ensure SVID parsing doesn't exceed packet boundariesDiana Z2018-12-031-2/+10
* ec: Make it possible to build tests using clangNicolas Boichat2018-06-281-3/+1
* PD: Leave Vbus ON if Vconn and Vbus Requested is set to 0 in the AMA VDOSam Hurst2018-04-251-6/+6
* cleanup: CONFIG_USB_PD_CUSTOM_VDM is not usedDivya Sasidharan2018-04-091-7/+0
* usb pd: Adding PPC vbus discharge pathJett Rink2018-01-311-0/+3
* PD: Make current USB PD Stack REV 3 compliantSam Hurst2017-10-241-0/+2
* cleanup: pd: Make PDO find / extract functions non-staticShawn Nematbakhsh2017-10-191-37/+34
* charge_manager: Consider port in source PDO.Aseda Aboagye2017-08-111-2/+2
* pd: Ignore Augmented PDOs when choosing PDO to request.Todd Broch2017-05-021-0/+4
* pd: prefer CD pin assignments over EF for USBC->USBC case.Todd Broch2017-04-061-5/+8
* version: Store image size data in version structShawn Nematbakhsh2017-03-161-1/+1
* usb_pd_policy: make pd_set_vbus_discharge work with devices with one USB PD portphilipchen2017-02-021-2/+6
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-011-1/+1
* version: Store image size data in version structShawn Nematbakhsh2017-01-301-1/+1
* pd: support gotoMin and giveBackSam Hurst2017-01-261-2/+28
* usb_pd_policy: Automatically swap vconn if adapter requests itNicolas Boichat2016-12-141-1/+6
* usb_pd_policy: pd_extract_pdo_power: Check that mv != 0Nicolas Boichat2016-12-061-0/+9
* pd: Whitelist port after receiving IDENT responseShawn Nematbakhsh2016-12-011-0/+6
* pd: add PDO selection for choosing highest voltageDevin Lu2016-11-181-13/+18
* kevin: set accurate current limit on USB load switchVincent Palatin2016-10-311-2/+1
* pd: fix contract negotiation with dynamic PDOsVincent Palatin2016-10-261-5/+13
* tcpc: Enable vbus discharge using PD discharge registersKevin K Wong2016-09-131-3/+4
* charger: bd99955: Enable VBUS discharge when appropriateShawn Nematbakhsh2016-09-131-0/+20
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-1/+1
* pd: Add common EC_HOST_EVENT_PD_MCU implementationShawn Nematbakhsh2016-01-071-6/+0
* cleanup: Fix gcc 5.2.1 compile errorsShawn Nematbakhsh2015-11-111-1/+1
* pd: allow request message over max current if mismatch bit setAlec Berg2015-10-131-1/+1
* cleanup: pd: remove duplicate code for checking request msgAlec Berg2015-10-131-0/+39
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-161-4/+8