summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/ucsi
AgeCommit message (Expand)AuthorFilesLines
2024-01-27usb: ucsi_acpi: Quirk to ack a connector change ack cmdChristian A. Ehrhardt1-3/+68
2024-01-27usb: ucsi_acpi: Fix command completion handlingChristian A. Ehrhardt1-4/+13
2024-01-27usb: ucsi: Add missing ppm_lockChristian A. Ehrhardt1-0/+2
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
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman1-1/+8
2023-02-02usb: typec: ucsi: Don't attempt to resume the ports before they existHeikki Krogerus1-1/+8
2023-02-02usb: typec: ucsi_ccg: Add OF supportWayne Chang1-4/+18
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman2-3/+23
2023-01-17usb: ucsi: Ensure connector delayed work items are flushedJack Pham2-3/+22
2023-01-06usb: typec: ucsi: Register USB Power Delivery CapabilitiesSaranya Gopal2-13/+158
2022-11-29usb: typec: ucsi: Resume in separate workHeikki Krogerus2-4/+14
2022-11-22usb: typec: ucsi/ucsi_ccg: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: typec: ucsi: stm32g0: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-10-22usb: typec: ucsi: acpi: Implement resume callbackHeikki Krogerus1-0/+10
2022-10-22usb: typec: ucsi: Check the connection on resumeHeikki Krogerus1-13/+29
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-6/+16
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+2
2022-09-30usb: typec: ucsi_ccg: Disable UCSI ALT support on TegraSing-Han Chen1-0/+12
2022-09-30usb: typec: ucsi: Don't warn on probe deferralWayne Chang1-5/+3
2022-09-27usb: typec: ucsi: Remove incorrect warningHeikki Krogerus1-2/+0
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang1-29/+24