summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/bus.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-28usb: typec: altmodes: add typec_cable_ops to typec_altmodeRD Babiera1-0/+102
2023-08-22usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera1-2/+10
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-17usb: typec: Make bus switch code retimer-awarePrashant Malani1-0/+22
2023-01-17usb: typec: Add wrapper for bus switch set codePrashant Malani1-2/+9
2022-11-22usb: typec: Check for ops->exit instead of ops->enter in altmode_exitSven Peter1-1/+1
2022-04-26usb: typec: mux: Introduce indirectionBjorn Andersson1-1/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-04-05usb: typec: Organize the private headers properlyHeikki Krogerus1-0/+2
2020-04-22usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an inv...Naoki Kiryu1-1/+4
2020-02-12usb: typec: altmode: Remove the notification chainHeikki Krogerus1-11/+1
2020-01-09usb: typec: Give the mux drivers all the details regarding the port stateHeikki Krogerus1-9/+20
2020-01-09usb: typec: Add parameter for the VDO to typec_altmode_enter()Heikki Krogerus1-3/+5
2020-01-09usb: typec: Block mode entry if the port has the mode disabledHeikki Krogerus1-0/+3
2020-01-08usb: typec: fix non-kernel-doc commentsRandy Dunlap1-1/+1
2019-06-12usb: typec: Make sure an alt mode exist before getting its partnerHeikki Krogerus1-1/+1
2018-09-05usb/typec: fix kernel-doc notation warning for typec_match_altmodeRandy Dunlap1-3/+4
2018-07-06usb: typec: fix dereference before null check on adevColin Ian King1-1/+2
2018-07-02usb: typec: Bus type for alternate modesHeikki Krogerus1-0/+401