index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
typec
/
bus.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-23
USB: typec: fix const issue in typec_match()
Greg Kroah-Hartman
1
-1
/
+1
2024-12-24
usb: typec: Only use SVID for matching altmodes
Abhishek Pandit-Subedi
1
-4
/
+2
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-01-27
usb: typec: altmodes: add typec_cable_ops to typec_altmode
RD Babiera
1
-0
/
+102
2023-08-22
usb: typec: bus: verify partner exists in typec_altmode_attention
RD Babiera
1
-2
/
+10
2023-03-23
USB: mark all struct bus_type as const
Greg Kroah-Hartman
1
-1
/
+1
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-2
/
+2
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-17
usb: typec: Make bus switch code retimer-aware
Prashant Malani
1
-0
/
+22
2023-01-17
usb: typec: Add wrapper for bus switch set code
Prashant Malani
1
-2
/
+9
2022-11-22
usb: typec: Check for ops->exit instead of ops->enter in altmode_exit
Sven Peter
1
-1
/
+1
2022-04-26
usb: typec: mux: Introduce indirection
Bjorn Andersson
1
-1
/
+1
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-04-05
usb: typec: Organize the private headers properly
Heikki Krogerus
1
-0
/
+2
2020-04-22
usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an invalid pointer
Naoki Kiryu
1
-1
/
+4
2020-02-12
usb: typec: altmode: Remove the notification chain
Heikki Krogerus
1
-11
/
+1
2020-01-09
usb: typec: Give the mux drivers all the details regarding the port state
Heikki Krogerus
1
-9
/
+20
2020-01-09
usb: typec: Add parameter for the VDO to typec_altmode_enter()
Heikki Krogerus
1
-3
/
+5
2020-01-09
usb: typec: Block mode entry if the port has the mode disabled
Heikki Krogerus
1
-0
/
+3
2020-01-08
usb: typec: fix non-kernel-doc comments
Randy Dunlap
1
-1
/
+1
2019-06-12
usb: typec: Make sure an alt mode exist before getting its partner
Heikki Krogerus
1
-1
/
+1
2018-09-05
usb/typec: fix kernel-doc notation warning for typec_match_altmode
Randy Dunlap
1
-3
/
+4
2018-07-06
usb: typec: fix dereference before null check on adev
Colin Ian King
1
-1
/
+2
2018-07-02
usb: typec: Bus type for alternate modes
Heikki Krogerus
1
-0
/
+401