summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/ucsi/ucsi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-031-7/+17
|\
| * usb: typec: ucsi: Fix role swappingHeikki Krogerus2022-04-211-7/+13
| * usb: typec: ucsi: Fix reuse of completion structureHeikki Krogerus2022-04-211-0/+4
* | usb: typec: ucsi: Wait for the USB role switchesLinyu Yuan2022-04-261-12/+20
* | usb: typec: ucsi: add a common function ucsi_unregister_connectors()Linyu Yuan2022-04-261-24/+29
|/
* 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-051-145/+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: Add polling mechanism for partner tasks like alt mode checkingHeikki Krogerus2021-10-051-19/+100
* 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-101-9/+32
* 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-091-0/+1
* usb: typec: ucsi: Add support for USB role switchMayank Rana2021-01-121-3/+52
* Merge 5.10-rc4 into here.Greg Kroah-Hartman2020-11-161-1/+6
|\
| * usb: typec: ucsi: Report power supply changesHeikki Krogerus2020-11-131-1/+6
* | usb: typec: ucsi: Work around PPM losing change informationBenjamin Berg2020-11-061-20/+105
|/
* usb: typec: ucsi: Prevent mode overrunHeikki Krogerus2020-09-161-6/+16
* usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede2020-08-181-9/+22
* 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: ucsi: ucsi: Staticify and stop export of ucsi_init()Lee Jones2020-07-091-2/+1
* usb: typec: ucsi: register with power_supply classK V, Abhilash2020-04-231-0/+6
* usb: typec: ucsi: save power data objects in PD modeK V, Abhilash2020-04-231-0/+26
* usb: typec: ucsi: Workaround for missed op_mode changeK V, Abhilash2020-04-231-1/+2
* usb: typec: ucsi: set USB data role when partner type is power cable/ufpMayank Rana2020-04-231-0/+6
* usb: typec: ucsi: register DP only for NVIDIA DP VDOAjay Gupta2020-02-171-2/+10
* usb: typec: ucsi: remove redundant assignment to variable numColin Ian King2020-02-101-1/+1
* usb: typec: ucsi: fix spelling mistake "connetor" -> "connector"Colin Ian King2020-01-081-1/+1
* usb: typec: ucsi: Actually enable all the interface notificationsHeikki Krogerus2020-01-081-0/+1
* usb: typec: ucsi: add support for separate DP altmode devicesAjay Gupta2019-12-301-0/+79
* usb: typec: ucsi: Store the notification maskHeikki Krogerus2019-12-301-5/+10
* usb: typec: ucsi: Optimise ucsi_unregister()Heikki Krogerus2019-11-041-6/+3
* usb: typec: ucsi: New error codesHeikki Krogerus2019-11-041-5/+20
* usb: typec: ucsi: Remove all bit-fieldsHeikki Krogerus2019-11-041-20/+32
* usb: typec: ucsi: Remove struct ucsi_controlHeikki Krogerus2019-11-041-47/+60
* usb: typec: ucsi: Remove the old APIHeikki Krogerus2019-11-041-314/+32
* usb: typec: ucsi: Simplified registration and I/O APIHeikki Krogerus2019-11-041-29/+301