summaryrefslogtreecommitdiff
path: root/common/usbc
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb_prl_sm: reduce i2c transactions in FRS pathTing Shen2021-08-241-4/+12
* Revert "TCPMv2: Fix LPM for non-dual role auto toggle chips"Tommy Chung2021-08-221-11/+2
* TCPM: Remove enum pd_msg_typeAbe Levkoy2021-08-181-1/+1
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-189-46/+52
* TCPMv2: Fix LPM for non-dual role auto toggle chipsPoornima Tom2021-08-171-2/+11
* TCPMv2: Fix ordering of Vbus application in Attached.SRC entryDiana Z2021-08-111-12/+24
* retimer: move operations to specific TC stateli feng2021-08-041-8/+8
* retimer: firmware update uses task_wake()li feng2021-08-031-2/+2
* TCPMv2: Register Get_Source_Cap failuresDiana Z2021-07-271-6/+21
* TCPMv2: Allow tests to clear PE data between runsDiana Z2021-07-271-4/+18
* retimer: clear unused mux bitsli feng2021-07-191-5/+10