summaryrefslogtreecommitdiff
path: root/common/usb_common.c
Commit message (Expand)AuthorAgeFilesLines
* USB Mux: Unify drivers for safe modeDiana Z2022-09-191-5/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* usb_common: Move HPD Wake MKBP Source to TCPMv1/TCPMv2 common fileJameson Thies2022-09-011-0/+9
* TCPMV2: Gate Alert USB PD 3.1 fields on partner revisionJameson Thies2022-07-061-0/+17
* common/usb_common.c: Format with clang-formatJack Rosenthal2022-06-291-66/+57
* usbc: cleanup: Abstract the TCPM control logicVijay Hiremath2022-05-261-18/+3
* OCP: Update OCP handling to match PD 3.1 specDiana Z2022-05-231-37/+5
* TCPMV2: Send alerts with ADO based on alert function callJameson Thies2022-04-301-13/+25
* TCPMv2: Obtain correct dual role state when chipset onEric Yilun Lin2022-04-151-0/+6
* tcpc: fix DUT shutdown when low battery during update TBT FWScott Chao2022-03-311-8/+8
* usbpd: Add source PDO vector helperCaveh Jalali2022-03-081-6/+17
* gpio: cleanup header usage for i2cKeith Short2022-02-251-0/+1
* tcpm: try TCPC FRS control even when PPC does not implement FRSCaveh Jalali2022-02-031-1/+2
* tcpm: allow TCPC FRS without CONFIG_USB_PD_FRS_TCPCCaveh Jalali2022-02-031-1/+1
* usb_common: Fix CONFIG_USB_PD_DISCHARGE_TCPC typoRob Barnes2022-01-061-1/+1
* usb: use atomic_t where possibleDawid Niedzwiecki2021-12-071-3/+3
* common/usb_pd: Move common functionsTom Hughes2021-11-091-0/+29
* tree: Create usb_pd_pdo.cTom Hughes2021-11-051-24/+0
* common: Make EC power delivery cmd more verboseNehemiah Dureus2021-10-291-0/+51
* SSFC: Framework to support two charger sourcesParth Malkan2021-09-241-4/+16
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-311-2/+2
* usb_mux: Add function to enable USB3.1 mode for UFPScott Collyer2021-08-261-0/+15
* pd: usb: Add usb type-c USB mux handling for UFP-only platformsJan Dabros2021-08-251-0/+6
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-181-1/+1
* common/usbc: Allow boards to determine DTS (CCD) portCaveh Jalali2021-06-111-0/+5
* tcpmv2: Don't enable USB mode until PD state resolvedKeith Short2021-06-031-1/+8
* dedede: Rework `extpower_is_present()`Aseda Aboagye2021-05-191-4/+0
* tcpc: Add common routine to check powerli feng2021-05-011-0/+41
* pd commands: support PD console command srccapsEric Yilun Lin2021-04-081-0/+20
* common: Add board_is_usb_pd_port_present functionCaveh Jalali2021-02-241-0/+12
* USB PD: Report operating power in sink capabilitiesDiana Z2021-02-121-1/+3
* TCPMv2: Update exit mode sequenceAyushee Shah2021-02-111-0/+11
* pd: fix superspeed mux steering on UFPVincent Palatin2021-01-251-1/+2
* reland: zephyr: Update hooks shim to match ECOSSimon Glass2021-01-211-2/+0
* 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
* TCPMv2: Update source-out configsDiana Z2020-12-241-1/+5
* zephyr: usb: Init mutexes in pd_set_vbus_discharge()Simon Glass2020-12-231-1/+8
* zephyr: Avoid build error with pd_usb_billboard_deferredSimon Glass2020-12-231-0/+2
* tcpci: Base retry count on active PD revAbe Levkoy2020-12-151-0/+6
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* PD: Fix passing information about polarity when DTS is connectedPatryk Duda2020-11-231-2/+3
* TCPM: Add OCP moduleDiana Z2020-11-171-4/+10
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-2/+2
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-5/+4
* tcpmv2: handle custom VDM betterDenis Brockus2020-10-161-0/+4
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-4/+5
* USB-C: Make Vbus check overridableDiana Z2020-09-151-1/+8
* usb: Ignore overcurrent while disconnectedZick Wei2020-09-111-1/+6