summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/tcpm
Commit message (Expand)AuthorAgeFilesLines
* usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMICAndy Shevchenko2022-06-211-1/+0
* Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-031-2/+2
|\
| * extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter2022-05-131-2/+2
* | usb: typec: tcpci_mt6360: Update for BMC PHY settingChiYuan Huang2022-05-121-0/+26
* | usb: typec: tcpci: Don't skip cleanup in .remove() on errorUwe Kleine-König2022-05-051-1/+1
|/
* usb: typec: Factor out non-PD fwnode propertiesSamuel Holland2022-02-171-23/+1
* usb: typec: tcpm: Do not disconnect when receiving VSAFE0VBadhri Jagan Sridharan2022-01-251-0/+4
* usb: typec: tcpm: Do not disconnect while receiving VBUS offBadhri Jagan Sridharan2022-01-251-1/+2
* usb: typec: tcpci: don't touch CC line if it's Vconn sourceXu Yang2022-01-252-0/+27
* usb: typec: tcpm: fix tcpm unregister port but leave a pending timerXu Yang2021-12-151-5/+13
* usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnectBadhri Jagan Sridharan2021-12-031-4/+0
* usb: typec: fusb302: Fix masking of comparator and bc_lvl interruptsOndrej Jirman2021-11-171-2/+4
* Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman2021-10-112-1/+2
|\
| * usb: typec: tcpm: handle SRC_STARTUP state if cc changesXu Yang2021-10-051-0/+1
| * usb: typec: tcpci: don't handle vSafe0V event if it's not enabledXu Yang2021-10-051-1/+1
* | usb: typec: tcpci: Fix spelling mistake "resolbed" -> "resolved"Xu Yang2021-10-051-1/+1
|/
* Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-21/+70
|\
| * usb: typec: tcpm: Fix spelling mistake "atleast" -> "at least"Colin Ian King2021-08-271-2/+2
| * Merge 5.14-rc7 into usb-nextGreg Kroah-Hartman2021-08-241-6/+7
| |\
| * | usb: typec: tcpm: Support non-PD modeKyle Tso2021-08-131-19/+68
* | | usb: typec: tcpm: Raise vdm_sm_running flag only when VDM SM is runningKyle Tso2021-08-261-43/+38
| |/ |/|
* | usb: typec: tcpm: Fix VDMs sometimes not being forwarded to alt-mode driversHans de Goede2021-08-181-6/+7
|/
* usb: typec: tcpm: Keep other events when receiving FRS and Sourcing_vbus eventsKyle Tso2021-08-051-2/+2
* usb: typec: tcpm: Relax disconnect threshold during power negotiationKyle Tso2021-06-171-0/+27
* usb: typec: tcpm: Ignore Vsafe0v in PR_SWAP_SNK_SRC_SOURCE_ON stateKyle Tso2021-06-171-0/+1
* usb: typec: tcpci: Fix up sink disconnect thresholds for PDBadhri Jagan Sridharan2021-06-171-6/+12
* Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman2021-06-142-47/+78
|\
| * usb: typec: wcove: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko2021-06-101-1/+1
| * usb: typec: tcpm: Do not finish VDM AMS for retrying ResponsesKyle Tso2021-06-091-0/+3
| * usb: typec: tcpm: cancel send discover hrtimer when unregister tcpm portLi Jun2021-06-041-0/+1
| * usb: typec: tcpm: cancel frs hrtimer when unregister tcpm portLi Jun2021-06-041-0/+1
| * usb: typec: tcpm: cancel vdm and state machine hrtimer when unregister tcpm portLi Jun2021-06-041-0/+3
| * usb: typec: tcpm: Properly handle Alert and Status MessagesKyle Tso2021-06-041-25/+27
| * usb: typec: tcpm: Fix misuses of AMS invocationKyle Tso2021-06-041-6/+5
| * usb: typec: tcpm: Introduce snk_vdo_v1 for SVDM version 1.0Kyle Tso2021-06-041-12/+28
| * usb: typec: tcpm: Correct the responses in SVDM Version 2.0 DFPKyle Tso2021-06-041-4/+10
* | Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman2021-05-311-3/+36
|\|
| * usb: typec: tcpm: Respond Not_Supported if no snk_vdoKyle Tso2021-05-241-1/+4
| * usb: typec: tcpm: Properly interrupt VDM AMSKyle Tso2021-05-241-0/+30
| * usb: typec: tcpm: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko2021-05-211-2/+2
* | usb: typec: tcpci: Make symbol 'tcpci_apply_rc' staticWei Yongjun2021-05-241-1/+2
* | usb: typec: tcpci: Implement callback for apply_rcBadhri Jagan Sridharan2021-05-211-0/+27
* | usb: typec: tcpm: Move TCPC to APPLY_RC state during PR_SWAPBadhri Jagan Sridharan2021-05-211-0/+16
* | usb: typec: tcpm: Refactor logic to enable/disable auto vbus dichargeBadhri Jagan Sridharan2021-05-211-21/+18
* | usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalledBadhri Jagan Sridharan2021-05-211-0/+3
* | usb: typec: wcove: Fx wrong kernel doc formatAndy Shevchenko2021-05-211-1/+1
|/
* Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-05-161-0/+9
|\
| * usb: typec: tcpm: Don't block probing of consumers of "connector" nodesSaravana Kannan2021-05-101-0/+9
* | usb: typec: tcpm: Fix SINK_DISCOVERY current limit for Rp-defaultBadhri Jagan Sridharan2021-05-131-1/+1
* | usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMSKyle Tso2021-05-101-2/+12