summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/bus.c
AgeCommit message (Expand)Author
2023-08-22usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-17usb: typec: Make bus switch code retimer-awarePrashant Malani
2023-01-17usb: typec: Add wrapper for bus switch set codePrashant Malani
2022-11-22usb: typec: Check for ops->exit instead of ops->enter in altmode_exitSven Peter
2022-04-26usb: typec: mux: Introduce indirectionBjorn Andersson
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-04-05usb: typec: Organize the private headers properlyHeikki Krogerus
2020-04-22usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an inv...Naoki Kiryu
2020-02-12usb: typec: altmode: Remove the notification chainHeikki Krogerus
2020-01-09usb: typec: Give the mux drivers all the details regarding the port stateHeikki Krogerus
2020-01-09usb: typec: Add parameter for the VDO to typec_altmode_enter()Heikki Krogerus
2020-01-09usb: typec: Block mode entry if the port has the mode disabledHeikki Krogerus
2020-01-08usb: typec: fix non-kernel-doc commentsRandy Dunlap
2019-06-12usb: typec: Make sure an alt mode exist before getting its partnerHeikki Krogerus
2018-09-05usb/typec: fix kernel-doc notation warning for typec_match_altmodeRandy Dunlap
2018-07-06usb: typec: fix dereference before null check on adevColin Ian King
2018-07-02usb: typec: Bus type for alternate modesHeikki Krogerus