summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-2/+2
* common: Sort header filesJeremy Bettis2022-11-291-2/+2
* TCPM: Move pd flash implementation to TCPMv1Abe Levkoy2022-10-051-0/+92
* TCPM: Move pd_custom_vdm to TCPMv1Abe Levkoy2022-10-051-0/+66
* TCPMv1: Remove cable discovery supportAbe Levkoy2022-09-141-82/+7
* TCPMv1: Remove TBT and USB4 supportAbe Levkoy2022-09-141-149/+3
* 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
* util: remove unused includesYuval Peress2022-08-051-0/+1
* common/usb_pd_protocol.c: Format with clang-formatJack Rosenthal2022-06-281-530/+537
* chipset: introduce CONFIG_AP_POWER_CONTROLPeter Marheine2022-06-151-1/+1
* usbc: wrap task_set_event to have an explicit port argumentFabio Baltieri2022-05-271-6/+3
* usbc: cleanup: Abstract the TCPM control logicVijay Hiremath2022-05-261-3/+4
* OCP: Update OCP handling to match PD 3.1 specDiana Z2022-05-231-0/+5
* usb: use atomic_t where possibleDawid Niedzwiecki2021-12-071-2/+2
* SSFC: Framework to support two charger sourcesParth Malkan2021-09-241-34/+42
* TCPMv2: Separate discovery and mode initAbe Levkoy2021-09-101-0/+1
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-311-53/+53
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-181-8/+8
* pd: Fix missing polarity_rm_dts in some conditionsMichał Barnaś2021-07-191-1/+1
* tcpmv2: Don't enable USB mode until PD state resolvedKeith Short2021-06-031-0/+9
* pd commands: support PD console command srccapsEric Yilun Lin2021-04-081-1/+3
* usb_common: support parse Augmented PDOEric Yilun Lin2021-04-081-2/+2
* TCPMv1: clear SourceCap in disconnected stateEric Yilun Lin2021-04-081-2/+2
* TCPMv1/v2: Move SOP' enabling to tcpm_set_vconnEric Herrmann2021-03-041-2/+1
* TCPMv1/v2: Add config option to disable TCPC VCONNEric Herrmann2021-02-261-6/+13
* EC: After SRC_HARD_RESET_RECOVER set CHECK_XX_ROLEJeremy Bettis2021-02-241-0/+2
* TCPMv1/TCPMv2: Add functions providing requested voltage and currentPatryk Duda2021-01-221-0/+12
* config: Make VCONN Swap delay a documented optionAbe Levkoy2021-01-221-11/+14
* pd: fix RX re-enabling with the integrated PHYVincent Palatin2021-01-201-4/+4
* TCPMv1: Replace charging allow listTing Shen2021-01-121-30/+31
* version: Rename version.h to cros_version.hYuval Peress2021-01-071-1/+1
* Move tcpic.h header into include/driverSimon Glass2021-01-071-1/+1
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-16/+12
* usbc: Remove pd_ts_dts_plugged() check from PD_DRP_FORCE_SINKEdward Hill2020-12-111-13/+3
* TCPMv1: Do not update dual role config during power swapPatryk Duda2020-12-011-14/+18
* PD: Fix passing information about polarity when DTS is connectedPatryk Duda2020-11-231-1/+1
* TCPM: Add OCP moduleDiana Z2020-11-171-11/+25
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-10/+8
* TBT:Add support for exit mode SOP'/SOP'' on chipset transitionAyushee2020-10-141-3/+8
* usbc_ppc: inform the PPC of the power role of the connected deviceEric Yilun Lin2020-10-081-4/+10
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-4/+4
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-7/+10
* usb_pd: Add common function to get PD revisionli feng2020-09-231-21/+27
* cleanup: Move High-priority interrupt task to a separate fileVijay Hiremath2020-09-091-94/+2
* cleanup:Consolidate multi PD INTR task config to single configPoornima Tom2020-09-041-3/+2
* eve: Move board level TCPC init to happen in pd_task initDuncan Laurie2020-08-311-0/+5
* usbc: wake task on every state transitionJett Rink2020-08-191-1/+1