summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/tcpm
AgeCommit message (Expand)AuthorLines
2022-08-18usb: typec: tcpm: Return ENOTSUPP for power supply prop writesBadhri Jagan Sridharan-0/+7
2022-07-27usb/typec/tcpm: fix repeated words in commentsJilin Yuan-1/+1
2022-07-08usb: typec: tcpci: move tcpci.h to include/linux/usb/Xin Ji-216/+4
2022-06-27Merge 5.19-rc4 into usb-nextGreg Kroah-Hartman-1/+0
2022-06-21usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMICAndy Shevchenko-1/+0
2022-06-12usb: typec: tcpm: Register USB Power Delivery CapabilitiesHeikki Krogerus-1/+141
2022-06-10usb: typec: tcpm: fix typo in commentJulia Lawall-1/+1
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2022-05-13extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter-2/+2
2022-05-12usb: typec: tcpci_mt6360: Update for BMC PHY settingChiYuan Huang-0/+26
2022-05-05usb: typec: tcpci: Don't skip cleanup in .remove() on errorUwe Kleine-König-1/+1
2022-02-17usb: typec: Factor out non-PD fwnode propertiesSamuel Holland-23/+1
2022-01-25usb: typec: tcpm: Do not disconnect when receiving VSAFE0VBadhri Jagan Sridharan-0/+4
2022-01-25usb: typec: tcpm: Do not disconnect while receiving VBUS offBadhri Jagan Sridharan-1/+2
2022-01-25usb: typec: tcpci: don't touch CC line if it's Vconn sourceXu Yang-0/+27
2021-12-15usb: typec: tcpm: fix tcpm unregister port but leave a pending timerXu Yang-5/+13
2021-12-03usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnectBadhri Jagan Sridharan-4/+0
2021-11-17usb: typec: fusb302: Fix masking of comparator and bc_lvl interruptsOndrej Jirman-2/+4
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman-1/+2
2021-10-05usb: typec: tcpm: handle SRC_STARTUP state if cc changesXu Yang-0/+1
2021-10-05usb: typec: tcpci: don't handle vSafe0V event if it's not enabledXu Yang-1/+1
2021-10-05usb: typec: tcpci: Fix spelling mistake "resolbed" -> "resolved"Xu Yang-1/+1
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-21/+70
2021-08-27usb: typec: tcpm: Fix spelling mistake "atleast" -> "at least"Colin Ian King-2/+2
2021-08-26usb: typec: tcpm: Raise vdm_sm_running flag only when VDM SM is runningKyle Tso-43/+38
2021-08-24Merge 5.14-rc7 into usb-nextGreg Kroah-Hartman-6/+7
2021-08-18usb: typec: tcpm: Fix VDMs sometimes not being forwarded to alt-mode driversHans de Goede-6/+7
2021-08-13usb: typec: tcpm: Support non-PD modeKyle Tso-19/+68
2021-08-05usb: typec: tcpm: Keep other events when receiving FRS and Sourcing_vbus eventsKyle Tso-2/+2
2021-06-17usb: typec: tcpm: Relax disconnect threshold during power negotiationKyle Tso-0/+27
2021-06-17usb: typec: tcpm: Ignore Vsafe0v in PR_SWAP_SNK_SRC_SOURCE_ON stateKyle Tso-0/+1
2021-06-17usb: typec: tcpci: Fix up sink disconnect thresholds for PDBadhri Jagan Sridharan-6/+12
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman-47/+78
2021-06-10usb: typec: wcove: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko-1/+1
2021-06-09usb: typec: tcpm: Do not finish VDM AMS for retrying ResponsesKyle Tso-0/+3
2021-06-04usb: typec: tcpm: cancel send discover hrtimer when unregister tcpm portLi Jun-0/+1
2021-06-04usb: typec: tcpm: cancel frs hrtimer when unregister tcpm portLi Jun-0/+1
2021-06-04usb: typec: tcpm: cancel vdm and state machine hrtimer when unregister tcpm portLi Jun-0/+3
2021-06-04usb: typec: tcpm: Properly handle Alert and Status MessagesKyle Tso-25/+27
2021-06-04usb: typec: tcpm: Fix misuses of AMS invocationKyle Tso-6/+5
2021-06-04usb: typec: tcpm: Introduce snk_vdo_v1 for SVDM version 1.0Kyle Tso-12/+28
2021-06-04usb: typec: tcpm: Correct the responses in SVDM Version 2.0 DFPKyle Tso-4/+10
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman-3/+36
2021-05-24usb: typec: tcpci: Make symbol 'tcpci_apply_rc' staticWei Yongjun-1/+2
2021-05-24usb: typec: tcpm: Respond Not_Supported if no snk_vdoKyle Tso-1/+4
2021-05-24usb: typec: tcpm: Properly interrupt VDM AMSKyle Tso-0/+30
2021-05-21usb: typec: tcpci: Implement callback for apply_rcBadhri Jagan Sridharan-0/+27
2021-05-21usb: typec: tcpm: Move TCPC to APPLY_RC state during PR_SWAPBadhri Jagan Sridharan-0/+16
2021-05-21usb: typec: tcpm: Refactor logic to enable/disable auto vbus dichargeBadhri Jagan Sridharan-21/+18
2021-05-21usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalledBadhri Jagan Sridharan-0/+3