summaryrefslogtreecommitdiff
path: root/common/usb_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* TCPMv2: Obtain correct dual role state when going suspendPatryk Duda2020-09-111-0/+6
* TCPMv2: handle un- and supported auto toggle TCPCRuibin Chang2020-08-281-0/+14
* usb_mux: move usb_mux_set_safe_mode()Keith Short2020-08-241-0/+13
* USB PD: Move board FRS configuration out of TCPCIEric Herrmann2020-07-171-0/+7
* usbc: ensure we are suspending USB-C ports on shutdownJett Rink2020-07-091-1/+1
* usbc: only try to use ppc_set_frs_enable if it existsPeter Marheine2020-07-061-2/+7
* tcpm: allow returning a status from set_frs_enablePeter Marheine2020-07-011-2/+2
* TCPMV2: Add support for sending Alert MessagesSam Hurst2020-06-251-0/+20
* tcpm: add attached_wait decision to common after auto-toggleDenis Brockus2020-06-241-1/+10
* TCPMv2: Add pathway to enable FRS from PPC driverEric Herrmann2020-06-181-0/+8
* TCPMv2: Support mode entry for SOP' and SOP''Abe Levkoy2020-06-111-1/+1
* Extend the tcpci register dump.Andrew McRae2020-05-271-0/+48
* tcpc: change name of get_vbus_level to check_vbus_levelDenis Brockus2020-05-151-3/+10
* TCPMv2: Cleanup: Ensure PD_FLAGS_* are not used.Edward Hill2020-04-251-30/+0
* tcpci: Add trigger for VBUS presence changesAseda Aboagye2020-04-231-0/+4
* tcpmv2: move function from TC layer to PEJett Rink2020-04-031-0/+3
* USB: Make handling of CC overvoltage independent of PPCsDiana Z2020-03-261-5/+5
* USB-C: Determine port partner's data role based on PD's data roleVijay Hiremath2020-03-191-10/+1
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-7/+4
* TCPMv1/v2: Move hex8tou32 and remote_flashing to common fileSam Hurst2020-02-251-0/+80
* TCPMv1/v2: Move pd_set_polarity() to common fileVijay Hiremath2020-02-241-0/+8
* TCPMv1/v2: Move pd_is_vbus_present() to common fileVijay Hiremath2020-02-191-0/+8
* TCPMv1/v2: Move resume_pd_port() to common fileVijay Hiremath2020-02-191-0/+22
* usbc: remove tri-state polarityDenis Brockus2020-02-151-7/+0
* TCPMv1/v2: Move PD & Partner type detection code to common fileVijay Hiremath2020-02-141-0/+21
* TCPMv1/v2: Move PDO functions to PD dual role module fileVijay Hiremath2020-02-121-257/+0
* TCPMv1/v2: Move pd_set_vbus_discharge() to common fileVijay Hiremath2020-02-121-0/+40
* TCPMv1/v2: Move pd_check_requested_voltage() to common fileVijay Hiremath2020-02-121-0/+48