summaryrefslogtreecommitdiff
path: root/common/usb_common.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-1027/+0
* 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
* 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