summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/ucsi/ucsi.c
AgeCommit message (Expand)AuthorFilesLines
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-05usb: typec: ucsi: Register SOP' alternate modes with cable plugJameson Thies1-0/+60
2024-03-05usb: typec: ucsi: Register SOP/SOP' Discover Identity ResponsesJameson Thies1-0/+112
2024-03-05usb: typec: ucsi: Register cables based on GET_CABLE_PROPERTYJameson Thies1-0/+73
2024-02-17usb: typec: ucsi: Get PD revision for partnerAbhishek Pandit-Subedi1-0/+23
2024-02-17usb: typec: ucsi: Limit read size on v1.2Abhishek Pandit-Subedi1-2/+24
2024-01-28usb: ucsi: Add missing ppm_lockChristian A. Ehrhardt1-0/+2
2023-12-07usb: typec: ucsi: fix UCSI on buggy Qualcomm devicesDmitry Baryshkov1-0/+3
2023-10-11usb: typec: ucsi: Fix missing link removalHeikki Krogerus1-0/+1
2023-10-02usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command failsPrashanth K1-0/+1
2023-08-08usb: typec: ucsi: Add debugfs for ucsi commandsSaranya Gopal1-0/+15
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 Torvalds1-0/+17
2023-06-21usb: typec: ucsi: call typec_set_mode on non-altmode partner changeNeil Armstrong1-0/+17
2023-06-13usb: typec: ucsi: Fix command cancellationHeikki Krogerus1-4/+7
2023-04-20usb: typec: ucsi: don't print PPM init deferred errorsFabrice Gasnier1-2/+4
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-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman1-3/+22
2023-01-17usb: ucsi: Ensure connector delayed work items are flushedJack Pham1-3/+21
2023-01-06usb: typec: ucsi: Register USB Power Delivery CapabilitiesSaranya Gopal1-13/+150
2022-11-29usb: typec: ucsi: Resume in separate workHeikki Krogerus1-4/+13
2022-10-22usb: typec: ucsi: Check the connection on resumeHeikki Krogerus1-13/+29
2022-10-08Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+3
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-08-23Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()"Takashi Iwai1-29/+24
2022-07-27usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completionLinyu Yuan1-0/+4
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman1-7/+17
2022-04-26usb: typec: ucsi: Wait for the USB role switchesLinyu Yuan1-12/+20
2022-04-26usb: typec: ucsi: add a common function ucsi_unregister_connectors()Linyu Yuan1-24/+29
2022-04-21usb: typec: ucsi: Fix role swappingHeikki Krogerus1-7/+13
2022-04-21usb: typec: ucsi: Fix reuse of completion structureHeikki Krogerus1-0/+4
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman1-1/+3
2021-12-21usb: typec: ucsi: Only check the contract if there is a connectionHeikki Krogerus1-1/+3
2021-11-17usb: typec: ucsi: Expose number of alternate modes in partnerSaranya Gopal1-1/+15
2021-10-05usb: typec: ucsi: Better fix for missing unplug events issueHeikki Krogerus1-145/+45
2021-10-05usb: typec: ucsi: Read the PDOs in separate workHeikki Krogerus1-13/+17
2021-10-05usb: typec: ucsi: Check the partner alt modes always if there is PD contractHeikki Krogerus1-5/+9
2021-10-05usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode checkingHeikki Krogerus1-19/+100
2021-10-05usb: typec: ucsi: Don't stop alt mode registration on busy conditionHeikki Krogerus1-0/+2
2021-10-05usb: typec: ucsi: Always cancel the command if PPM reports BUSY conditionHeikki Krogerus1-1/+3
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman1-0/+1
2021-06-10usb: typec: ucsi: Clear PPM capability data in ucsi_init() error pathMayank Rana1-0/+1
2021-06-10usb: typec: ucsi: Fix a comment in ucsi_init()Subbaraman Narayanamurthy1-1/+1
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman1-1/+1