summaryrefslogtreecommitdiff
path: root/common/usb_pd_host_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14909.124.B-...factory-brya-14909.124.B-mainYH Lin2022-12-051-3/+3
* common: Sort header filesJeremy Bettis2022-11-291-3/+3
* TCPMv2: Remove hc_remote_flashAbe Levkoy2022-10-051-69/+0
* usb_common: Fix/test EC_CMD_PD_HOST_EVENT_STATUSAaron Massey2022-09-301-2/+13
* TCPMv2: Move TBT and USB4 code to modulesAbe Levkoy2022-09-141-3/+8
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* Test: Add test hooks for PD_CONTROLDiana Z2022-08-241-1/+10
* common/usb_pd_host_cmd.c: Format with clang-formatJack Rosenthal2022-06-281-73/+70
* usb_pd_host_cmd: support PD_RESET for TCPC chipsEric Yilun Lin2022-05-231-4/+0
* usb: use atomic_t where possibleDawid Niedzwiecki2021-12-071-1/+1
* common/usb_pd: Move common functionsTom Hughes2021-11-091-22/+0
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-311-9/+9
* tcpc: Add common routine to check powerli feng2021-05-011-42/+2
* EC_CMD_USB_PD_CONTROL: Always populate cable speedAbe Levkoy2021-02-111-13/+2
* usb_pd: Update setting enable bit in hc_usb_pd_control()Ayushee Shah2021-02-081-16/+7
* usb_mux: Send missed disconnect mode in S3/S0ixMadhusudanarao Amara2021-01-261-7/+16
* usb_pd: correct PD control flag bit shiftingAyushee Shah2021-01-071-5/+9
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* PD: Fix passing information about polarity when DTS is connectedPatryk Duda2020-11-231-1/+1
* TCPMv2: Update sending cable information to the hostAyushee2020-11-061-8/+8
* TCPMv2: Add support for USB4 active cableAyushee2020-11-051-1/+3
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* morphius: Wait 500ms before allowing DP event to cause resume.Edward Hill2020-10-301-1/+2
* usb_pd: Redo the change of DP alt-mode eventWai-Hong Tam2020-10-281-12/+4
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-3/+3
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-3/+3
* usb_pd: Remove pd_cable dependent Thunderbolt code from common codeAyushee2020-06-261-2/+8
* tcpm: Change the get_chip_info() to prevent race conditionsWai-Hong Tam2020-06-251-2/+2
* TCPMv2: Support mode entry for SOP' and SOP''Abe Levkoy2020-06-111-4/+4
* usb_pd: USB4: Limit the cable speedAyushee2020-06-051-2/+11
* PD: Pull EC_CMD_PD_HOST_EVENT_STATUS into common codeDiana Z2020-05-201-0/+36
* usb_pd: Rename CONFIG_CMD_PD_CONTROL to CONFIG_HOSTCMD_PD_CONTROLVijay Hiremath2020-05-151-3/+2
* TCPMv2: Define fields for SVID discovery stateAbe Levkoy2020-05-121-3/+4
* usb_pd: Move Thunderbolt-Compatible functions to common fileAyushee2020-05-041-5/+5
* tcpmv2: move function from TC layer to PEJett Rink2020-04-031-5/+92
* cleanup: drop the _TYPEC part of USB device configJett Rink2020-03-261-2/+2
* usb: Move pdcontrol host command to common codeAbe Levkoy2020-03-111-0/+88
* TCPMv1/v2: Move EC_CMD_USB_PD_CONTROL host command to common fileVijay Hiremath2020-01-301-0/+152
* USB-C: Move EC_CMD_GET_PD_PORT_CAPS host command to host command fileVijay Hiremath2020-01-281-0/+43
* TCPMv1/v2: Move EC_CMD_USB_PD_GET_AMODE host command to common fileVijay Hiremath2020-01-281-0/+33
* TCPMv1/v2: Move EC_CMD_USB_PD_DISCOVERY host command to common fileVijay Hiremath2020-01-281-0/+22
* TCPMv1/v2: Move EC_CMD_USB_PD_DEV_INFO host command to common fileVijay Hiremath2020-01-241-0/+25
* TCPMv1/v2: Move EC_CMD_USB_PD_SET_AMODE host command to common fileVijay Hiremath2020-01-241-0/+41
* TCPMv1/v2: Move EC_CMD_PD_CHIP_INFO host command to common fileVijay Hiremath2020-01-241-0/+33
* TCPMv1/v2: Move EC_CMD_USB_PD_RW_HASH_ENTRY host command to common fileVijay Hiremath2020-01-241-0/+40
* TCPMv1/v2: Move EC_CMD_USB_PD_PORTS host command to common fileVijay Hiremath2020-01-211-0/+27