aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/ucsi/ucsi.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman1-2/+4
2024-04-18usb: typec: ucsi: add update_connector callbackDmitry Baryshkov1-0/+3
2024-04-18usb: typec: ucsi: add callback for connector status updatesDmitry Baryshkov1-0/+6
2024-04-09usb: typec: ucsi: Wait 20ms before reading CCI after a resetPavan Holla1-1/+3
2024-04-04usb: typec: ucsi: Never send a lone connector change ackChristian A. Ehrhardt1-27/+21
2024-04-04usb: typec: ucsi: support delaying GET_PDOS for deviceDmitry Baryshkov1-13/+28
2024-04-04usb: typec: ucsi: extract code to read PD capsDmitry Baryshkov1-53/+32
2024-04-04usb: typec: ucsi: simplify partner's PD caps registrationDmitry Baryshkov1-13/+1
2024-04-04usb: typec: ucsi: always register a link to USB PD deviceDmitry Baryshkov1-2/+2
2024-04-04usb: typec: ucsi: properly register partner's PD deviceDmitry Baryshkov1-1/+1
2024-04-04usb: typec: ucsi: limit the UCSI_NO_PARTNER_PDOS even furtherDmitry Baryshkov1-1/+3
2024-04-04usb: typec: ucsi: allow non-partner GET_PDOS for Qualcomm devicesDmitry Baryshkov1-1/+2
2024-04-04usb: typec: ucsi: Only enable supported notificationsDiogo Ivo1-2/+23
2024-04-04usb: typec: ucsi: Fix connector check on initChristian A. Ehrhardt1-2/+4
2024-03-26usb: typec: ucsi: Check capabilities before cable and identity discoveryJameson Thies1-13/+21
2024-03-26usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before resetChristian A. Ehrhardt1-1/+35
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-27usb: 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-07Merge 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
2021-05-27usb: typec: ucsi: Fix copy/paste issue for 'ucsi_set_drvdata()'Lee Jones1-1/+1
2021-05-21usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson1-1/+1
2021-05-10usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Jack Pham1-9/+32
2021-05-10usb: typec: ucsi: Put fwnode in any case during ->probe()Andy Shevchenko1-1/+4
2021-03-26usb: typec: Fix a typoBhaskar Chowdhury1-1/+1
2021-02-09usb: typec: ucsi: Determine common SVDM VersionKyle Tso1-0/+1
2021-01-12usb: typec: ucsi: Add support for USB role switchMayank Rana1-3/+52
2020-11-16Merge 5.10-rc4 into here.Greg Kroah-Hartman1-1/+6
2020-11-13usb: typec: ucsi: Report power supply changesHeikki Krogerus1-1/+6
2020-11-06usb: typec: ucsi: Work around PPM losing change informationBenjamin Berg1-20/+105
2020-09-16usb: typec: ucsi: Prevent mode overrunHeikki Krogerus1-6/+16
2020-08-18usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede1-9/+22
2020-08-18usb: typec: ucsi: Rework ppm_lock handlingHans de Goede1-34/+22
2020-08-18usb: typec: ucsi: Fix 2 unlocked ucsi_run_command callsHans de Goede1-2/+4
2020-08-18usb: typec: ucsi: Fix AB BA lock inversionHans de Goede1-9/+9
2020-07-09usb: typec: ucsi: ucsi: Staticify and stop export of ucsi_init()Lee Jones1-2/+1
2020-04-23usb: typec: ucsi: register with power_supply classK V, Abhilash1-0/+6
2020-04-23usb: typec: ucsi: save power data objects in PD modeK V, Abhilash1-0/+26
2020-04-23usb: typec: ucsi: Workaround for missed op_mode changeK V, Abhilash1-1/+2
2020-04-23usb: typec: ucsi: set USB data role when partner type is power cable/ufpMayank Rana1-0/+6
2020-02-17usb: typec: ucsi: register DP only for NVIDIA DP VDOAjay Gupta1-2/+10
2020-02-10usb: typec: ucsi: remove redundant assignment to variable numColin Ian King1-1/+1
2020-01-08usb: typec: ucsi: fix spelling mistake "connetor" -> "connector"Colin Ian King1-1/+1
2020-01-08usb: typec: ucsi: Actually enable all the interface notificationsHeikki Krogerus1-0/+1
2019-12-30usb: typec: ucsi: add support for separate DP altmode devicesAjay Gupta1-0/+79
2019-12-30usb: typec: ucsi: Store the notification maskHeikki Krogerus1-5/+10
2019-11-04usb: typec: ucsi: Optimise ucsi_unregister()Heikki Krogerus1-6/+3
2019-11-04usb: typec: ucsi: New error codesHeikki Krogerus1-5/+20
2019-11-04usb: typec: ucsi: Remove all bit-fieldsHeikki Krogerus1-20/+32
2019-11-04usb: typec: ucsi: Remove struct ucsi_controlHeikki Krogerus1-47/+60
2019-11-04usb: typec: ucsi: Remove the old APIHeikki Krogerus1-314/+32
2019-11-04usb: typec: ucsi: Simplified registration and I/O APIHeikki Krogerus1-29/+301
2019-11-04usb: typec: ucsi: Start using struct typec_operationsHeikki Krogerus1-11/+11
2019-06-08usb: typec: ucsi: ccg: enable runtime pm supportAjay Gupta1-0/+10
2019-04-25usb: typec: Add driver for NVIDIA Alt ModesAjay Gupta1-1/+3
2019-04-25usb: typec: ucsi: Support for DisplayPort alt modeHeikki Krogerus1-2/+19
2019-04-25usb: typec: ucsi: Preliminary support for alternate modesHeikki Krogerus1-92/+293
2018-06-25usb: typec: ucsi: Fix for incorrect status data issueHeikki Krogerus1-0/+13
2018-04-22usb: typec: ucsi: Increase command completion timeout valueHeikki Krogerus1-1/+1
2018-03-22usb: typec: Separate the definitions for data and power rolesHeikki Krogerus1-3/+10
2018-03-09usb: typec: Start using ERR_PTRHeikki Krogerus1-12/+19
2017-11-07USB: typec: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-06-27usb: typec: Add support for UCSI interfaceHeikki Krogerus1-0/+790