summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/tcpm/tcpm.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-03usb: typec: tcpm: Skip hard reset when in error recoveryBadhri Jagan Sridharan1-0/+9
2023-12-03usb: typec: tcpm: Fix sink caps op current checkBadhri Jagan Sridharan1-1/+2
2023-11-08usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm()Jimmy Hu1-0/+3
2023-11-08usb: typec: tcpm: Add additional checks for contaminantBadhri Jagan Sridharan1-0/+2
2023-08-23tcpm: Avoid soft reset when partner does not support get_statusBadhri Jagan Sridharan1-0/+7
2023-08-23usb: typec: tcpm: reset counter when enter into unattached state after try roleXu Yang1-0/+3
2023-08-23usb: typec: tcpm: set initial svdm version based on pd revisionRD Babiera1-4/+31
2023-08-22usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera1-1/+2
2023-08-14Merge 6.5-rc6 into usb-nextGreg Kroah-Hartman1-0/+7
2023-08-04usb: typec: tcpm: Fix response to vsafe0V eventBadhri Jagan Sridharan1-0/+7
2023-08-04usb: typec: tcpm: not sink vbus if operational current is 0mAXu Yang1-2/+5
2023-08-04usb: typec: tcpm: Refactor the PPS APDO selectionKyle Tso1-101/+21
2023-06-19usb: typec: tcpm: add get max power supportFrank Wang1-0/+24
2023-06-19usb: typec: tcpm: fix cc role at port resetFrank Wang1-1/+2
2023-04-20usb: typec: tcpm: fix multiple times discover svids errorFrank Wang1-1/+15
2023-04-05usb: typec: tcpm: try to get role switch from tcpc fwnodeLi Jun1-0/+2
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman1-4/+24
2023-03-23usb: typec: tcpm: remove unnecessary (void*) conversionsYu Zhe1-1/+1
2023-03-09usb: typec: tcpm: fix warning when handle discover_identity messageXu Yang1-4/+15
2023-03-09usb: typec: tcpm: fix create duplicate source-capabilities fileXu Yang1-0/+9
2023-01-24usb: typec: tcpm: Remove altmode active state updatesPrashant Malani1-4/+1
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman1-4/+3
2023-01-17usb: typec: tcpm: Add callbacks to mitigate wakeups due to contaminantBadhri Jagan Sridharan1-1/+54
2023-01-17usb: typec: tcpm: Fix altmode re-registration causes sysfs create failChiYuan Huang1-4/+3
2022-08-18usb: typec: tcpm: Return ENOTSUPP for power supply prop writesBadhri Jagan Sridharan1-0/+7
2022-07-27usb/typec/tcpm: fix repeated words in commentsJilin Yuan1-1/+1
2022-06-12usb: typec: tcpm: Register USB Power Delivery CapabilitiesHeikki Krogerus1-1/+141
2022-06-10usb: typec: tcpm: fix typo in commentJulia Lawall1-1/+1
2022-02-17usb: typec: Factor out non-PD fwnode propertiesSamuel Holland1-23/+1
2022-01-25usb: typec: tcpm: Do not disconnect when receiving VSAFE0VBadhri Jagan Sridharan1-0/+4
2022-01-25usb: typec: tcpm: Do not disconnect while receiving VBUS offBadhri Jagan Sridharan1-1/+2
2021-12-16usb: typec: tcpm: fix tcpm unregister port but leave a pending timerXu Yang1-5/+13
2021-12-03usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnectBadhri Jagan Sridharan1-4/+0
2021-10-05usb: typec: tcpm: handle SRC_STARTUP state if cc changesXu Yang1-0/+1
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-21/+70
2021-08-27usb: typec: tcpm: Fix spelling mistake "atleast" -> "at least"Colin Ian King1-2/+2
2021-08-26usb: typec: tcpm: Raise vdm_sm_running flag only when VDM SM is runningKyle Tso1-43/+38
2021-08-24Merge 5.14-rc7 into usb-nextGreg Kroah-Hartman1-6/+7
2021-08-18usb: typec: tcpm: Fix VDMs sometimes not being forwarded to alt-mode driversHans de Goede1-6/+7
2021-08-13usb: typec: tcpm: Support non-PD modeKyle Tso1-19/+68
2021-08-05usb: typec: tcpm: Keep other events when receiving FRS and Sourcing_vbus eventsKyle Tso1-2/+2
2021-06-17usb: typec: tcpm: Relax disconnect threshold during power negotiationKyle Tso1-0/+27
2021-06-17usb: typec: tcpm: Ignore Vsafe0v in PR_SWAP_SNK_SRC_SOURCE_ON stateKyle Tso1-0/+1
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman1-46/+77
2021-06-09usb: typec: tcpm: Do not finish VDM AMS for retrying ResponsesKyle Tso1-0/+3
2021-06-04usb: typec: tcpm: cancel send discover hrtimer when unregister tcpm portLi Jun1-0/+1
2021-06-04usb: typec: tcpm: cancel frs hrtimer when unregister tcpm portLi Jun1-0/+1
2021-06-04usb: typec: tcpm: cancel vdm and state machine hrtimer when unregister tcpm portLi Jun1-0/+3
2021-06-04usb: typec: tcpm: Properly handle Alert and Status MessagesKyle Tso1-25/+27
2021-06-04usb: typec: tcpm: Fix misuses of AMS invocationKyle Tso1-6/+5