summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/ucsi/ucsi.c
AgeCommit message (Expand)Author
2024-01-27usb: ucsi: Add missing ppm_lockChristian A. Ehrhardt
2023-12-07usb: typec: ucsi: fix UCSI on buggy Qualcomm devicesDmitry Baryshkov
2023-10-11usb: typec: ucsi: Fix missing link removalHeikki Krogerus
2023-10-02usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command failsPrashanth K
2023-08-08usb: typec: ucsi: Add debugfs for ucsi commandsSaranya Gopal
2023-07-25usb: typec: ucsi: move typec_set_mode(TYPEC_STATE_SAFE) to ucsi_unregister_pa...Neil Armstrong
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-06-21usb: typec: ucsi: call typec_set_mode on non-altmode partner changeNeil Armstrong
2023-06-13usb: typec: ucsi: Fix command cancellationHeikki Krogerus
2023-04-20usb: typec: ucsi: don't print PPM init deferred errorsFabrice Gasnier
2023-03-09usb: ucsi: Fix ucsi->connector raceHans de Goede
2023-03-09usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()Hans de Goede
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman
2023-02-02usb: typec: ucsi: Don't attempt to resume the ports before they existHeikki Krogerus
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman
2023-01-17usb: ucsi: Ensure connector delayed work items are flushedJack Pham
2023-01-06usb: typec: ucsi: Register USB Power Delivery CapabilitiesSaranya Gopal
2022-11-29usb: typec: ucsi: Resume in separate workHeikki Krogerus
2022-10-22usb: typec: ucsi: Check the connection on resumeHeikki Krogerus
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-09-30usb: typec: ucsi: Don't warn on probe deferralWayne Chang
2022-09-27usb: typec: ucsi: Remove incorrect warningHeikki Krogerus
2022-08-23Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()"Takashi Iwai
2022-07-27usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completionLinyu Yuan
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman
2022-04-26usb: typec: ucsi: Wait for the USB role switchesLinyu Yuan
2022-04-26usb: typec: ucsi: add a common function ucsi_unregister_connectors()Linyu Yuan
2022-04-21usb: typec: ucsi: Fix role swappingHeikki Krogerus
2022-04-21usb: typec: ucsi: Fix reuse of completion structureHeikki Krogerus
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman
2021-12-21usb: typec: ucsi: Only check the contract if there is a connectionHeikki Krogerus
2021-11-17usb: typec: ucsi: Expose number of alternate modes in partnerSaranya Gopal
2021-10-05usb: typec: ucsi: Better fix for missing unplug events issueHeikki Krogerus
2021-10-05usb: typec: ucsi: Read the PDOs in separate workHeikki Krogerus
2021-10-05usb: typec: ucsi: Check the partner alt modes always if there is PD contractHeikki Krogerus
2021-10-05usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode checkingHeikki Krogerus
2021-10-05usb: typec: ucsi: Don't stop alt mode registration on busy conditionHeikki Krogerus
2021-10-05usb: typec: ucsi: Always cancel the command if PPM reports BUSY conditionHeikki Krogerus
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman
2021-06-10usb: typec: ucsi: Clear PPM capability data in ucsi_init() error pathMayank Rana
2021-06-10usb: typec: ucsi: Fix a comment in ucsi_init()Subbaraman Narayanamurthy
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman
2021-05-27usb: typec: ucsi: Fix copy/paste issue for 'ucsi_set_drvdata()'Lee Jones
2021-05-21usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson
2021-05-10usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Jack Pham
2021-05-10usb: typec: ucsi: Put fwnode in any case during ->probe()Andy Shevchenko
2021-03-26usb: typec: Fix a typoBhaskar Chowdhury
2021-02-09usb: typec: ucsi: Determine common SVDM VersionKyle Tso
2021-01-12usb: typec: ucsi: Add support for USB role switchMayank Rana
2020-11-16Merge 5.10-rc4 into here.Greg Kroah-Hartman