summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/ucsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-032-37/+54
|\
| * Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-031-7/+17
| |\
| * | usb: typec: ucsi: Wait for the USB role switchesLinyu Yuan2022-04-262-13/+25
| * | usb: typec: ucsi: add a common function ucsi_unregister_connectors()Linyu Yuan2022-04-261-24/+29
* | | Merge branches 'acpi-glue', 'acpi-osl', 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki2022-05-301-17/+6
|\ \ \ | |_|/ |/| |
| * | usb: typec: ucsi: acpi: fix a NULL vs IS_ERR() check in probeDan Carpenter2022-05-301-2/+2
| * | usb: typec: ucsi: acpi: Map the mailbox with memremap()Heikki Krogerus2022-04-271-15/+4
| |/
* | usb: typec: ucsi: Fix role swappingHeikki Krogerus2022-04-211-7/+13
* | usb: typec: ucsi: Fix reuse of completion structureHeikki Krogerus2022-04-211-0/+4
|/
* ucsi_ccg: Check DEV_INT bit only when starting CCG4Sing-Han Chen2022-01-261-1/+1
* Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman2022-01-031-1/+3
|\
| * usb: typec: ucsi: Only check the contract if there is a connectionHeikki Krogerus2021-12-211-1/+3
* | usb: typec: ucsi: Expose number of alternate modes in partnerSaranya Gopal2021-11-171-1/+15
|/
* usb: typec: ucsi: Better fix for missing unplug events issueHeikki Krogerus2021-10-052-147/+45
* usb: typec: ucsi: Read the PDOs in separate workHeikki Krogerus2021-10-051-13/+17
* usb: typec: ucsi: Check the partner alt modes always if there is PD contractHeikki Krogerus2021-10-051-5/+9
* usb: typec: ucsi: acpi: Reduce the command completion timeoutHeikki Krogerus2021-10-051-1/+1
* usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode checkingHeikki Krogerus2021-10-052-19/+101
* usb: typec: ucsi: Don't stop alt mode registration on busy conditionHeikki Krogerus2021-10-051-0/+2
* usb: typec: ucsi: Always cancel the command if PPM reports BUSY conditionHeikki Krogerus2021-10-051-1/+3
* Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman2021-06-141-0/+1
|\
| * usb: typec: ucsi: Clear PPM capability data in ucsi_init() error pathMayank Rana2021-06-101-0/+1
* | usb: typec: ucsi: Fix a comment in ucsi_init()Subbaraman Narayanamurthy2021-06-101-1/+1
* | Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman2021-05-311-1/+1
|\|
| * usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson2021-05-211-1/+1
* | usb: typec: ucsi: Fix copy/paste issue for 'ucsi_set_drvdata()'Lee Jones2021-05-271-1/+1
|/
* usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Jack Pham2021-05-102-11/+36
* usb: typec: ucsi: Put fwnode in any case during ->probe()Andy Shevchenko2021-05-101-1/+4
* usb: typec: Fix a typoBhaskar Chowdhury2021-03-261-1/+1
* usb: typec: ucsi: Determine common SVDM VersionKyle Tso2021-02-092-3/+30
* usb: pd: Make SVDM Version configurable in VDM headerKyle Tso2021-02-091-3/+3
* usb: typec: ucsi: Add conditional dependency on USB role switchHeikki Krogerus2021-01-191-0/+1
* usb: typec: ucsi: Add support for USB role switchMayank Rana2021-01-122-3/+55
* usb: ucsi: convert comma to semicolonZheng Yongjun2020-12-111-3/+3
* Merge 5.10-rc4 into here.Greg Kroah-Hartman2020-11-163-1/+17
|\
| * usb: typec: ucsi: Report power supply changesHeikki Krogerus2020-11-133-1/+17
* | usb: typec: ucsi: Work around PPM losing change informationBenjamin Berg2020-11-062-20/+107
* | usb: typec: ucsi: acpi: Always decode connector change informationBenjamin Berg2020-11-061-2/+3
|/
* usb: typec: ucsi: Prevent mode overrunHeikki Krogerus2020-09-161-6/+16
* usb: typec: ucsi: acpi: Increase command completion timeout valueHeikki Krogerus2020-09-161-1/+1
* usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus2020-09-041-0/+4
* usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede2020-08-182-17/+23
* usb: typec: ucsi: Rework ppm_lock handlingHans de Goede2020-08-181-34/+22
* usb: typec: ucsi: Fix 2 unlocked ucsi_run_command callsHans de Goede2020-08-181-2/+4
* usb: typec: ucsi: Fix AB BA lock inversionHans de Goede2020-08-181-9/+9
* usb: typec: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-151-1/+1
* usb: typec: ucsi: ucsi: Staticify and stop export of ucsi_init()Lee Jones2020-07-091-2/+1
* usb: typec: ucsi: Fix the stub for ucsi_register_port_psy()Heikki Krogerus2020-04-271-1/+1
* usb: typec: ucsi: register with power_supply classK V, Abhilash2020-04-234-0/+266
* usb: typec: ucsi: save power data objects in PD modeK V, Abhilash2020-04-232-0/+35