summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2024-04-04usb: typec: ucsi: extract code to read PD capsDmitry Baryshkov-53/+32
2024-04-04usb: typec: ucsi: simplify partner's PD caps registrationDmitry Baryshkov-13/+1
2024-04-04usb: typec: ucsi: always register a link to USB PD deviceDmitry Baryshkov-2/+2
2024-04-04usb: typec: ucsi: properly register partner's PD deviceDmitry Baryshkov-1/+1
2024-04-04usb: typec: ucsi: limit the UCSI_NO_PARTNER_PDOS even furtherDmitry Baryshkov-1/+3
2024-04-04usb: typec: ucsi: allow non-partner GET_PDOS for Qualcomm devicesDmitry Baryshkov-1/+2
2024-04-04usb: typec: displayport: drop driver owner assignmentKrzysztof Kozlowski-1/+0
2024-04-04usb: typec: nvidia: drop driver owner assignmentKrzysztof Kozlowski-1/+0
2024-04-04usb: typec: ucsi: Only enable supported notificationsDiogo Ivo-2/+23
2024-04-04usb: typec: ptn36502: Only select DRM_AUX_BRIDGE with OFNathan Chancellor-1/+1
2024-04-04usb: typec: tcpm: Correct the PDO counting in pd_setKyle Tso-2/+2
2024-04-04usb: typec: ucsi: Fix connector check on initChristian A. Ehrhardt-2/+4
2024-04-01Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman-66/+131
2024-03-26usb: typec: ucsi: Check capabilities before cable and identity discoveryJameson Thies-15/+24
2024-03-26usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before resetChristian A. Ehrhardt-1/+35
2024-03-26usb: typec: ucsi_acpi: Refactor and fix DELL quirkChristian A. Ehrhardt-42/+33
2024-03-26usb: typec: ucsi: Ack unsupported commandsChristian A. Ehrhardt-1/+5
2024-03-26usb: typec: ucsi: Check for notifications after initChristian A. Ehrhardt-1/+9
2024-03-26usb: typec: ucsi: Clear EVENT_PENDING under PPM lockChristian A. Ehrhardt-2/+2
2024-03-26usb: typec: Return size of buffer if pd_set operation succeedsKyle Tso-1/+6
2024-03-26usb: typec: tcpm: Update PD of Type-C port upon pd_setKyle Tso-0/+2
2024-03-26usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()Xu Yang-2/+0
2024-03-26usb: typec: ucsi: Fix race between typec_switch and role_switchKrishna Kurapati-0/+14
2024-03-26usb: typec: tcpm: Correct port source pdo array in pd_set callbackKyle Tso-1/+1
2024-03-26usb: typec: ptn36502: switch to DRM_AUX_BRIDGELuca Weiss-43/+3
2024-03-26usb: typec: stusb160x: convert to use maple tree register cacheBo Liu-1/+1
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-722/+2647
2024-03-05usb: typec: tcpm: add support to set tcpc connector orientatitionMarco Felsch-0/+6
2024-03-05usb: typec: tcpci: add generic tcpci fallback compatibleMarco Felsch-0/+1
2024-03-05usb: typec: altmodes/displayport: create sysfs nodes as driver's default devi...RD Babiera-9/+9
2024-03-05usb: typec: ucsi: Register SOP' alternate modes with cable plugJameson Thies-0/+62
2024-03-05usb: typec: ucsi: Register SOP/SOP' Discover Identity ResponsesJameson Thies-0/+141
2024-03-05usb: typec: ucsi: Register cables based on GET_CABLE_PROPERTYJameson Thies-0/+78
2024-03-05usb: typec: ucsi: Clean up UCSI_CABLE_PROP macrosJameson Thies-2/+2
2024-03-05usb: typec: tpcm: Fix PORT_RESET behavior for self powered devicesBadhri Jagan Sridharan-2/+5
2024-03-05usb: typec: ucsi: fix UCSI on SM8550 & SM8650 Qualcomm devicesNeil Armstrong-0/+1
2024-03-05usb: typec: altmodes/displayport: send configure message on sop'RD Babiera-1/+2
2024-03-05usb: typec: tcpm: fix SOP' sequences in tcpm_pd_svdmRD Babiera-10/+16
2024-03-02usb: typec: constify struct class usageRicardo B. Marliere-6/+6
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman-4/+2
2024-02-20usb: typec: tpcm: Fix issues with power being removed during resetMark Brown-1/+2
2024-02-19usb: typec: constify the struct device_type usageRicardo B. Marliere-15/+15
2024-02-19Revert "usb: typec: tcpm: reset counter when enter into unattached state afte...Ondrej Jirman-3/+0
2024-02-17usb: typec: qcom-pmic-typec: add support for PMI632 PMICDmitry Baryshkov-8/+107
2024-02-17usb: typec: ucsi: Get PD revision for partnerAbhishek Pandit-Subedi-0/+23
2024-02-17usb: typec: ucsi: Update connector cap and statusAbhishek Pandit-Subedi-4/+52
2024-02-17usb: typec: ucsi: Limit read size on v1.2Abhishek Pandit-Subedi-2/+35
2024-02-08usb: typec: ucsi: Add qcm6490-pmic-glink as needing PDOS quirkLuca Weiss-0/+1
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman-10/+86
2024-01-27usb: typec: qcom-pmic-typec: allow different implementations for the port bac...Dmitry Baryshkov-319/+282