summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/bus.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* usb: typec: altmodes: add typec_cable_ops to typec_altmodeRD Babiera2024-01-271-0/+102
* usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera2023-08-221-2/+10
* USB: mark all struct bus_type as constGreg Kroah-Hartman2023-03-231-1/+1
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | usb: typec: Make bus switch code retimer-awarePrashant Malani2023-01-171-0/+22
* | usb: typec: Add wrapper for bus switch set codePrashant Malani2023-01-171-2/+9
|/
* usb: typec: Check for ops->exit instead of ops->enter in altmode_exitSven Peter2022-11-221-1/+1
* usb: typec: mux: Introduce indirectionBjorn Andersson2022-04-261-1/+1
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* usb: typec: Organize the private headers properlyHeikki Krogerus2021-04-051-0/+2
* usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an inv...Naoki Kiryu2020-04-221-1/+4
* usb: typec: altmode: Remove the notification chainHeikki Krogerus2020-02-121-11/+1
* usb: typec: Give the mux drivers all the details regarding the port stateHeikki Krogerus2020-01-091-9/+20
* usb: typec: Add parameter for the VDO to typec_altmode_enter()Heikki Krogerus2020-01-091-3/+5
* usb: typec: Block mode entry if the port has the mode disabledHeikki Krogerus2020-01-091-0/+3
* usb: typec: fix non-kernel-doc commentsRandy Dunlap2020-01-081-1/+1
* usb: typec: Make sure an alt mode exist before getting its partnerHeikki Krogerus2019-06-121-1/+1
* usb/typec: fix kernel-doc notation warning for typec_match_altmodeRandy Dunlap2018-09-051-3/+4
* usb: typec: fix dereference before null check on adevColin Ian King2018-07-061-1/+2
* usb: typec: Bus type for alternate modesHeikki Krogerus2018-07-021-0/+401