summaryrefslogtreecommitdiff
path: root/common/usbc
Commit message (Expand)AuthorAgeFilesLines
* usbc_ppc: inform the PPC of the power role of the connected deviceEric Yilun Lin2020-10-081-4/+11
* TCPMv2: Select Capability REQUEST discard handlingDenis Brockus2020-10-071-1/+11
* Fix incomplete rename (deprecated_atomic_clear -> deprecated_atomic_clear_bits)Jack Rosenthal2020-10-061-1/+1
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-063-22/+24
* TCPMv2: Add event clear to TYPEC_CONTROLDiana Z2020-10-051-0/+3
* TCPMv2: Notify on SOP and SOP' discovery completeDiana Z2020-10-051-0/+21
* TCPMv2: Add events to TYPEC_STATUS host commandDiana Z2020-10-051-1/+3
* TCPMv2: Add framework for per-port eventsDiana Z2020-10-051-0/+31
* TCPMv2: Add TYPEC_STATUS commandDiana Z2020-10-051-0/+38
* Revert "TCPMv2: Set mux state on updating partner's USB comm capability"Keith Short2020-10-031-6/+0
* Revert "TCPMv2: Correct setting mux state on updating partner's USB comm"Keith Short2020-10-031-6/+3
* TCPMv2: Add VBUS_REMOVED levelDiana Z2020-10-011-4/+17
* TCPMv2: Fix dereferencing a NULL pointerWai-Hong Tam2020-10-011-2/+4
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-293-43/+62
* TCPMv2: Always disable Vconn in CC OpenDiana Z2020-09-251-2/+1
* TCPMv2: Ensure previous Vbus is turned off on initDiana Z2020-09-251-2/+7
* usb_pd: Add common function to get PD revisionli feng2020-09-231-0/+5
* tcpmv2: require init_vdm_mode ack response svid == requested svidDenis Brockus2020-09-231-3/+14
* test: Add test_send_caps_error to usb_pe_drpEdward Hill2020-09-221-1/+1
* TCPMv2: Define typeccontrol host commandAbe Levkoy2020-09-213-0/+29
* TCPMv2: Move DPM requests to public APIAbe Levkoy2020-09-214-23/+22
* tcpmv2: don't call tc_partner_usb_comm if in an alt-modeDenis Brockus2020-09-191-4/+7
* TCPMv2: set object position in SVDM response headerli feng2020-09-181-0/+7
* tcpmv2: Retry PR Swap if partner sends Wait responseKeith Short2020-09-181-9/+62
* tcpmv2: Handle discarded messages during EnterUSBKeith Short2020-09-181-10/+16
* TCPMv2: Correct setting mux state on updating partner's USB commAyushee2020-09-181-3/+6
* TCPMv2: Print PRL states on higher levelDiana Z2020-09-141-6/+6
* tcpmv2: Fix PD_EVENT_SEND_HARD_RESETEdward Hill2020-09-111-0/+3
* TCPMv2: Improve timing in Attached.SRCAbe Levkoy2020-09-111-40/+28
* tcpmv2: SRC->SNK PR_Swap if partner has unconstrained powerDenis Brockus2020-09-111-4/+8
* tcpmv2: Enable AutoDischarge on SRC->SNK PrSwap only if VbusDenis Brockus2020-09-111-1/+7
* TCPMv2: Set mux state on updating partner's USB comm capabilityAyushee2020-09-111-0/+6
* TCPMv2: Block enabling PD in RO for non-EFS2 and dead-batteryWai-Hong Tam2020-09-111-2/+17
* TCPMv2: Obtain correct dual role state when going suspendPatryk Duda2020-09-111-3/+3
* tcpmv2: Increase SOP' Discovery Identity timeoutKeith Short2020-09-091-8/+28
* TCPMv2: Add board_tcpc_init() call during initializationPatryk Duda2020-09-091-0/+5
* cleanup: Move High-priority interrupt task to a separate fileVijay Hiremath2020-09-091-99/+1
* cleanup:Consolidate multi PD INTR task config to single configPoornima Tom2020-09-041-3/+2
* tcpmv2: Fix SOP' DiscoverIdent retries.Keith Short2020-09-031-1/+1
* TCPMv2: Add EC_CMD_TYPEC_DISCOVERYDiana Z2020-09-033-0/+118
* tcpmv2: allow early connection when waiting to allow LPMDenis Brockus2020-09-021-5/+8
* TCPMv2: Add DPM_REQUEST_GET_SRC_CAPDenis Brockus2020-09-022-5/+101
* TCPMv2: Disabling DPM_REQUEST for SnkGetSnkCaps if FRS disabledDenis Brockus2020-09-021-4/+18
* TCPMv2: allow TxSinkNG/OK to cross power roles on pr_swapsDenis Brockus2020-09-021-24/+12
* TCPMv2: clear Modal and VDMSetupDone in dfp_discovery_initDenis Brockus2020-09-021-4/+6
* TCPMv2: use sender_response message frameworkDenis Brockus2020-09-021-128/+234
* tcpmv2: clear oc counter when unattched.SNKZick Wei2020-09-021-0/+8
* tcpmv2: disable receive of SOP' during VCONN swapKeith Short2020-09-021-2/+25
* TCPMv2: Send SOP'/SOP'' VDM only when the port is VCONN srcAyushee2020-08-282-1/+77
* TCPMv2: set VDM response buffer and lengthli feng2020-08-281-13/+30