summaryrefslogtreecommitdiff
path: root/common/usbc
Commit message (Expand)AuthorAgeFilesLines
* TCPMv2: Implement tSrcTransition delayCaveh Jalali2022-04-222-5/+20
* TCPMv2: Use memset on policy_engine.flags_aCaveh Jalali2022-04-211-12/+3
* TCPMv2: Convert policy_engine.flags to an arrayCaveh Jalali2022-04-212-12/+30
* TCPMv2: Switch unit tests to use usb_pe_private.hCaveh Jalali2022-04-212-7/+13
* TCPMv2: Clean up SRC/SNK_HARD_RESET to use pe_set_hard_resetAl Semjonovs2022-04-201-33/+16
* TCPMv2: Convert PE_FLAGS defines to enumCaveh Jalali2022-04-202-104/+131
* TCPMv2: Remove unused pe_[sg]et_all_flags functionsCaveh Jalali2022-04-191-8/+0
* TCPMv2: Refactor DPM_REQUEST_DR_SWAP handler.Al Semjonovs2022-04-191-34/+28
* TCPMv2: Obtain correct dual role state when chipset onEric Yilun Lin2022-04-151-2/+2
* usbc: fix initializing pd timersDawid Niedzwiecki2022-04-141-5/+4
* usb-pe: set FRS and AMS flags before invalidte contractEric Yilun Lin2022-04-121-3/+7
* usb_pd_timer: use atomic_*_bit functionsDawid Niedzwiecki2022-03-101-108/+47
* usbc: define CONFIG_AP_PWRSEQ in usbc common filesDeepti Deshatty2022-03-092-3/+3
* gpio: cleanup header usage for i2cKeith Short2022-02-252-0/+2
* tests: TCPMv2: reset tc structure only for one portTomasz Michalec2022-02-211-6/+2
* TCPMv2: Data Reset to exit modesAbe Levkoy2022-02-151-4/+23
* usbc: add CONFIG_USB_PD_STARTUP_DELAY_MSPeter Marheine2022-02-111-0/+4
* TCPMv2: Cancel DR swap to DFP when entering modeDiana Z2022-02-091-2/+4
* TYPEC_CONTROL: Add new subcommand for TBT UFP behaviorDiana Z2022-02-091-0/+10
* TCPMv2: Do not skip cable reset during Data ResetAbe Levkoy2022-02-021-2/+0
* TCPMv2: Add pd console testsSam Hurst2022-01-252-1/+3
* usbc: Allow setting CONFIG_USB_PD_TCPC_LOW_POWER=nAndrew McRae2022-01-181-0/+7
* atomic: cast to unsigned when shiftingDawid Niedzwiecki2021-12-171-3/+3
* TCPMv2: don't set the sleep mask for TCPC embedded in ECRuibin Chang2021-12-171-3/+10
* TCPMv2: Refactor retimer update for USB MUX taskDiana Z2021-12-071-6/+34
* usb: use atomic_t where possibleDawid Niedzwiecki2021-12-076-36/+43
* TCPMv2: Guard DATA_RESET using CONFIG_USB_PD_DATA_RESET_MSGScott Chao2021-11-301-0/+2
* TCPMv2: Delay Data Reset until mode entry requestAbe Levkoy2021-11-231-0/+3
* TCPMv2: Support Data Reset as DFP, initiatorAbe Levkoy2021-11-233-8/+342
* TCPMv2: Ensure modes are exited on hard resetDiana Z2021-11-181-2/+18
* TCPMv2: Prepare for boards using USB mux taskDiana Z2021-11-154-61/+113
* TCPMv2: Add DPM setup enumDiana Z2021-11-153-39/+61
* TCPMV2: Prevent EC boot loop when battery is deadSam Hurst2021-11-151-4/+4
* TCPMv2: Wake TCPC when changing dual roleDiana Z2021-11-111-1/+7
* Task: Introduce generic deferred checkDiana Z2021-11-081-1/+1
* tree: Create usb_pd_pdo.cTom Hughes2021-11-051-0/+1
* TCPMv2: Avoid hard reset on shutdown with no batteryDiana Z2021-11-031-2/+5
* TCPMv2: Add PD timer unit testDenis Brockus2021-10-262-3/+7
* TCPMv2: Support 64 timersAbe Levkoy2021-10-261-17/+79
* TCPMv2: Only clear discovery data on disconnectDiana Z2021-10-191-2/+1
* TCPMv2: Clear discovery data on detachDiana Z2021-10-071-0/+4
* common/usbc: Fix constnessTom Hughes2021-10-061-2/+2
* TCPMv2: Set mux to None when detachingDiana Z2021-09-271-4/+5
* usbpd: implement new api to access PD discovery dataDeepti Deshatty2021-09-204-11/+19
* TCPMv2: Hard reset when we've dropped VconnDiana Z2021-09-151-0/+31
* TCPMv2: cable checking for USB4li feng2021-09-141-0/+4
* TCPMv2: Separate discovery and mode initAbe Levkoy2021-09-101-9/+20
* TCPMV2: check if vconn swap is allowedli feng2021-09-071-3/+4
* usbpd: support dynamic PDO selectionEric Yilun Lin2021-09-011-0/+10
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-3110-242/+248