summaryrefslogtreecommitdiff
path: root/common/usbc/usb_tc_drp_acc_trysrc_sm.c
Commit message (Expand)AuthorAgeFilesLines
* TCPMv1/v2: Add config option to disable TCPC VCONNEric Herrmann2021-02-261-6/+13
* TCPMv2: Update source Rp if no contract in placeDiana Z2021-02-161-1/+5
* TCPMv2: Exit modes on AP resetli feng2021-02-121-0/+13
* TCPMv2: Decrease Low Power Mode debounce delay to 10 msPatryk Duda2021-02-111-2/+7
* tcpmv2: Update the mux state when PD connection establishedKeith Short2021-02-091-0/+14
* TCPMv2: tc: Fix FORCE_SOURCE and add drp initial stateScott Collyer2021-02-081-12/+38
* TCPMv2: Reset stored PD revs at appropriate timesAbe Levkoy2021-02-081-0/+18
* retimer: support retimer firmware updateli feng2021-02-051-1/+35
* tcpmv2: Fix pd_set_suspend CC openstabilize-13768.B-mainEdward Hill2021-02-031-43/+45
* TCPMv2: Exit modes consistently on detachDiana Z2021-02-021-28/+16
* TCPMv2: Adjust sink hard reset behaviorDiana Z2021-02-011-14/+32
* tcpmv2: Only update USB mux state on chipset startup/shutdownKeith Short2021-01-281-1/+18
* common: Add attribute to store const data in .dataKeith Short2021-01-271-2/+2
* tcpmv2: ensure the USB mux state is only changed in the PD taskKeith Short2021-01-251-7/+5
* reland: zephyr: Update hooks shim to match ECOSSimon Glass2021-01-211-2/+0
* TCPMv2: Hand over Hard Reset send request to PE when availablePatryk Duda2021-01-121-2/+5
* TCPMv2: Defer initializing type-C supplier current limitWai-Hong Tam2021-01-111-16/+33
* Revert "zephyr: Update hooks shim to match ECOS"Jack Rosenthal2021-01-081-0/+2
* zephyr: Update hooks shim to match ECOSSimon Glass2021-01-071-2/+0
* Revert "TCPMv2: Decrease Low Power Mode debounce delay to 10 ms"Keith Short2021-01-071-7/+2
* TCPMv2: Decrease Low Power Mode debounce delay to 10 msPatryk Duda2021-01-041-2/+7
* TCPMv2: Add information about port when printing flag and event namesPatryk Duda2021-01-041-8/+8
* TCPMv2: Update current limits in appropriate taskDiana Z2020-12-241-0/+13
* zephyr: Avoid build error with pd_usb_billboard_deferredSimon Glass2020-12-231-0/+2
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* tcpci: Base retry count on active PD revAbe Levkoy2020-12-151-0/+5
* mock: Clean up TCPMv2 mocksAbe Levkoy2020-12-151-0/+4
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-6/+5
* usbc: Remove pd_ts_dts_plugged() check from PD_DRP_FORCE_SINKEdward Hill2020-12-111-14/+3
* TCPMv2: Add source and sink cap PD APIs for TC-only useDiana Z2020-12-111-0/+27
* TCPMv2: Remove redundant TC flagsDiana Z2020-12-101-50/+6
* TCPMv2: Check fixed PDO for relevant flagsDiana Z2020-12-101-25/+47
* TCPMv2: Add config option guard for prs checkScott Collyer2020-12-101-1/+3
* TCPMv2: AP resume should consider Src->Snk swapDenis Brockus2020-11-251-0/+1
* TCPM: Add OCP moduleDiana Z2020-11-171-38/+46
* TCPMv2: Fix compiler dependency of USB_PD_TRY_SRCScott Collyer2020-11-171-5/+4
* tcpmv2: Don't trigger BC1.2 detect if role doesn't changeKeith Short2020-11-121-12/+29
* tcpmv2: ifdef cleanup with IS_ENABLEDDenis Brockus2020-11-051-172/+177
* tcpmv2: extended unlocked exception to battery removalJett Rink2020-11-021-1/+1
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* TCPMv2: Hard Reset to only disable ADD if Vbus dropsDenis Brockus2020-10-301-3/+4
* tcpmv2: Enable AutoDischargeDisconnect after applying RdEdward Hill2020-10-301-3/+7
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-31/+27
* TCPMv2: Add debug detach interfaceDiana Z2020-10-191-0/+6
* TCPMv2: Use a common function to check if the battery is capableWai-Hong Tam2020-10-171-3/+2
* TCPMv2: Enable PD comm when the battery level is enoughWai-Hong Tam2020-10-171-4/+30
* TCPMv2: Config option fixes to allow type-c only supportScott Collyer2020-10-151-27/+26
* TCPMv2: Return valid enum value before TC initDiana Z2020-10-141-2/+9
* usbc_ppc: inform the PPC of the power role of the connected deviceEric Yilun Lin2020-10-081-4/+11
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-14/+15