summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/ucsi
AgeCommit message (Expand)AuthorFilesLines
2024-03-26usb: typec: ucsi_acpi: Refactor and fix DELL quirkChristian A. Ehrhardt1-42/+33
2024-03-26usb: typec: ucsi: Ack unsupported commandsChristian A. Ehrhardt1-1/+5
2024-03-26usb: typec: ucsi: Check for notifications after initChristian A. Ehrhardt1-1/+9
2024-03-26usb: typec: ucsi: Clear EVENT_PENDING under PPM lockChristian A. Ehrhardt1-2/+2
2024-03-26usb: typec: ucsi: Fix race between typec_switch and role_switchKrishna Kurapati1-0/+14
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-16/+478
2024-03-05usb: typec: ucsi: Register SOP' alternate modes with cable plugJameson Thies2-0/+62
2024-03-05usb: typec: ucsi: Register SOP/SOP' Discover Identity ResponsesJameson Thies2-0/+141
2024-03-05usb: typec: ucsi: Register cables based on GET_CABLE_PROPERTYJameson Thies2-0/+78
2024-03-05usb: typec: ucsi: Clean up UCSI_CABLE_PROP macrosJameson Thies1-2/+2
2024-03-05usb: typec: ucsi: fix UCSI on SM8550 & SM8650 Qualcomm devicesNeil Armstrong1-0/+1
2024-02-17usb: typec: ucsi: Get PD revision for partnerAbhishek Pandit-Subedi1-0/+23
2024-02-17usb: typec: ucsi: Update connector cap and statusAbhishek Pandit-Subedi1-4/+52
2024-02-17usb: typec: ucsi: Limit read size on v1.2Abhishek Pandit-Subedi2-2/+35
2024-02-08usb: typec: ucsi: Add qcm6490-pmic-glink as needing PDOS quirkLuca Weiss1-0/+1
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman2-7/+83
2024-01-28usb: ucsi_acpi: Quirk to ack a connector change ack cmdChristian A. Ehrhardt1-3/+68
2024-01-28usb: ucsi_acpi: Fix command completion handlingChristian A. Ehrhardt1-4/+13
2024-01-28usb: ucsi: Add missing ppm_lockChristian A. Ehrhardt1-0/+2
2024-01-28ucsi_ccg: Refine the UCSI Interrupt handlingHaotien Hsu1-8/+84
2024-01-11Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+19
2023-12-15usb: typec: ucsi: fix gpio-based orientation detectionJohan Hovold1-1/+1
2023-12-07usb: typec: ucsi: fix UCSI on buggy Qualcomm devicesDmitry Baryshkov3-0/+19
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2-0/+11
2023-10-11usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scopeMario Limonciello1-0/+9
2023-10-11usb: typec: ucsi: Fix missing link removalHeikki Krogerus1-0/+1
2023-10-05usb: ucsi: glink: use the connector orientation GPIO to provide switch eventsNeil Armstrong1-1/+53
2023-10-02usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command failsPrashanth K1-0/+1
2023-10-02usb: typec: Add Displayport Alternate Mode 2.1 SupportUtkarsh Patel2-3/+3
2023-09-11usb: typec: ucsi: Fix NULL pointer dereferenceHeikki Krogerus1-0/+3
2023-08-08usb: typec: ucsi: Add debugfs for ucsi commandsSaranya Gopal5-0/+141
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman1-2/+2
2023-07-25usb: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-25usb: typec: ucsi: move typec_set_mode(TYPEC_STATE_SAFE) to ucsi_unregister_pa...Neil Armstrong1-2/+2
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-7/+22
2023-07-02Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+14
2023-06-21usb: typec: ucsi: call typec_set_mode on non-altmode partner changeNeil Armstrong1-0/+17
2023-06-14usb: typec: ucsi: Mark dGPUs as DEVICE scopeMario Limonciello1-0/+14
2023-06-13usb: typec: ucsi: Fix command cancellationHeikki Krogerus1-4/+7
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König2-2/+2
2023-05-29usb: typec: ucsi: correctly access opcodeMin-Hua Chen1-1/+1
2023-05-29usb: typec: ucsi: Mark dGPUs as DEVICE scopeMario Limonciello1-0/+14
2023-05-28usb: typec: ucsi: acpi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-20usb: typec: ucsi: don't print PPM init deferred errorsFabrice Gasnier1-2/+4
2023-04-05usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325Samuel Čavoj1-2/+42
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2-19/+16
2023-03-23usb: typec: ucsi: add PMIC Glink UCSI driverNeil Armstrong3-0/+356
2023-03-09usb: ucsi_acpi: Increase the command completion timeoutHans de Goede1-1/+1
2023-03-09usb: ucsi: Fix ucsi->connector raceHans de Goede1-13/+9
2023-03-09usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()Hans de Goede1-5/+6