summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/ucsi
AgeCommit message (Expand)AuthorLines
2022-09-27usb: typec: ucsi: Remove incorrect warningHeikki Krogerus-2/+0
2022-08-23Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()"Takashi Iwai-29/+24
2022-07-27usb: typec: ucsi: stm32g0: add bootloader supportFabrice Gasnier-13/+526
2022-07-27usb: typec: ucsi: stm32g0: add support for stm32g0 controllerFabrice Gasnier-0/+275
2022-07-27usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completionLinyu Yuan-0/+4
2022-06-10ucsi_ccg: ACPI based I2c client enumeration for AMD ASICsSanket Goswami-0/+7
2022-06-10ucsi_ccg: Do not hardcode interrupt polarity and typeSanket Goswami-8/+13
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-37/+54
2022-05-30Merge branches 'acpi-glue', 'acpi-osl', 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki-17/+6
2022-05-30usb: typec: ucsi: acpi: fix a NULL vs IS_ERR() check in probeDan Carpenter-2/+2
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman-7/+17
2022-04-27usb: typec: ucsi: acpi: Map the mailbox with memremap()Heikki Krogerus-15/+4
2022-04-26usb: typec: ucsi: Wait for the USB role switchesLinyu Yuan-13/+25
2022-04-26usb: typec: ucsi: add a common function ucsi_unregister_connectors()Linyu Yuan-24/+29
2022-04-21usb: typec: ucsi: Fix role swappingHeikki Krogerus-7/+13
2022-04-21usb: typec: ucsi: Fix reuse of completion structureHeikki Krogerus-0/+4
2022-01-26ucsi_ccg: Check DEV_INT bit only when starting CCG4Sing-Han Chen-1/+1
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman-1/+3
2021-12-21usb: typec: ucsi: Only check the contract if there is a connectionHeikki Krogerus-1/+3
2021-11-17usb: typec: ucsi: Expose number of alternate modes in partnerSaranya Gopal-1/+15
2021-10-05usb: typec: ucsi: Better fix for missing unplug events issueHeikki Krogerus-147/+45
2021-10-05usb: typec: ucsi: Read the PDOs in separate workHeikki Krogerus-13/+17
2021-10-05usb: typec: ucsi: Check the partner alt modes always if there is PD contractHeikki Krogerus-5/+9
2021-10-05usb: typec: ucsi: acpi: Reduce the command completion timeoutHeikki Krogerus-1/+1
2021-10-05usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode checkingHeikki Krogerus-19/+101
2021-10-05usb: typec: ucsi: Don't stop alt mode registration on busy conditionHeikki Krogerus-0/+2
2021-10-05usb: typec: ucsi: Always cancel the command if PPM reports BUSY conditionHeikki Krogerus-1/+3
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman-0/+1
2021-06-10usb: typec: ucsi: Clear PPM capability data in ucsi_init() error pathMayank Rana-0/+1
2021-06-10usb: typec: ucsi: Fix a comment in ucsi_init()Subbaraman Narayanamurthy-1/+1
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman-1/+1
2021-05-27usb: typec: ucsi: Fix copy/paste issue for 'ucsi_set_drvdata()'Lee Jones-1/+1
2021-05-21usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson-1/+1
2021-05-10usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Jack Pham-11/+36
2021-05-10usb: typec: ucsi: Put fwnode in any case during ->probe()Andy Shevchenko-1/+4
2021-03-26usb: typec: Fix a typoBhaskar Chowdhury-1/+1
2021-02-09usb: typec: ucsi: Determine common SVDM VersionKyle Tso-3/+30
2021-02-09usb: pd: Make SVDM Version configurable in VDM headerKyle Tso-3/+3
2021-01-19usb: typec: ucsi: Add conditional dependency on USB role switchHeikki Krogerus-0/+1
2021-01-12usb: typec: ucsi: Add support for USB role switchMayank Rana-3/+55
2020-12-11usb: ucsi: convert comma to semicolonZheng Yongjun-3/+3
2020-11-16Merge 5.10-rc4 into here.Greg Kroah-Hartman-1/+17
2020-11-13usb: typec: ucsi: Report power supply changesHeikki Krogerus-1/+17
2020-11-06usb: typec: ucsi: Work around PPM losing change informationBenjamin Berg-20/+107
2020-11-06usb: typec: ucsi: acpi: Always decode connector change informationBenjamin Berg-2/+3
2020-09-16usb: typec: ucsi: Prevent mode overrunHeikki Krogerus-6/+16
2020-09-16usb: typec: ucsi: acpi: Increase command completion timeout valueHeikki Krogerus-1/+1
2020-09-04usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus-0/+4
2020-08-18usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede-17/+23
2020-08-18usb: typec: ucsi: Rework ppm_lock handlingHans de Goede-34/+22