index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
typec
/
class.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-15
usb: typec: class: Unlocked on error in typec_register_partner()
Dan Carpenter
1
-0
/
+1
2025-04-11
usb: typec: class: Invalidate USB device pointers on partner unregistration
Andrei Kuchynski
1
-2
/
+6
2025-04-11
usb: typec: class: Fix NULL pointer access
Andrei Kuchynski
1
-2
/
+13
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-17
/
+14
2025-01-15
USB: typec: Use str_enable_disable-like helpers
Krzysztof Kozlowski
1
-3
/
+4
2025-01-03
usb: typec: class: Remove both cable_match() and partner_match()
Zijun Hu
1
-15
/
+12
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-4
/
+4
2024-12-24
usb: typec: Make active on port altmode writable
Abhishek Pandit-Subedi
1
-2
/
+3
2024-12-24
usb: typec: Only use SVID for matching altmodes
Abhishek Pandit-Subedi
1
-2
/
+2
2024-11-05
Merge v6.12-rc6 into usb-next
Greg Kroah-Hartman
1
-2
/
+4
2024-10-29
usb: typec: use cleanup facility for 'altmodes_node'
Javier Carrasco
1
-3
/
+4
2024-10-29
usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()
Javier Carrasco
1
-0
/
+1
2024-10-21
Merge 6.12-rc4 into usb-next
Greg Kroah-Hartman
1
-0
/
+3
2024-10-17
usb: typec: Add attribute file showing the USB Modes of the partner
Heikki Krogerus
1
-4
/
+120
2024-10-17
usb: typec: Add attribute file showing the supported USB modes of the port
Heikki Krogerus
1
-0
/
+81
2024-10-16
usb: typec: altmode should keep reference to parent
Thadeu Lima de Souza Cascardo
1
-0
/
+3
2024-06-04
usb: typec: Update sysfs when setting ops
Abhishek Pandit-Subedi
1
-1
/
+17
2024-03-26
usb: typec: Return size of buffer if pd_set operation succeeds
Kyle Tso
1
-1
/
+6
2024-03-02
usb: typec: constify struct class usage
Ricardo B. Marliere
1
-1
/
+1
2024-01-27
usb: typec: altmodes: add svdm version info for typec cables
RD Babiera
1
-0
/
+40
2024-01-27
usb: typec: altmodes: add typec_cable_ops to typec_altmode
RD Babiera
1
-0
/
+19
2024-01-04
usb: typec: class: fix typec_altmode_put_partner to put plugs
RD Babiera
1
-3
/
+6
2024-01-02
Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"
Heikki Krogerus
1
-3
/
+2
2023-12-15
usb: typec: change altmode SVID to u16 entry
Dmitry Baryshkov
1
-2
/
+3
2023-12-15
usb: typec: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-4
/
+4
2023-12-04
usb: typec: class: fix typec_altmode_put_partner to put plugs
RD Babiera
1
-2
/
+3
2023-10-16
usb: typec: Link enumerated USB devices with Type-C partner
Heikki Krogerus
1
-8
/
+100
2023-07-25
usb: typec: Use sysfs_emit_at when concatenating the string
Kyle Tso
1
-2
/
+2
2023-07-25
usb: typec: Iterate pds array when showing the pd list
Kyle Tso
1
-6
/
+5
2023-07-25
usb: typec: Set port->pd before adding device for typec_port
Kyle Tso
1
-1
/
+3
2023-05-29
usb: typec: mux: Remove alt mode parameters from the API
Heikki Krogerus
1
-2
/
+2
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
1
-1
/
+0
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
-1
/
+1
2023-01-27
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2023-01-17
usb: typec: Add retimer handle to port altmode
Prashant Malani
1
-2
/
+13
2022-11-29
usb: typec: Add partner PD object wrapper
Prashant Malani
1
-0
/
+19
2022-08-30
usb: typec: Remove retimers properly
Heikki Krogerus
1
-0
/
+1
2022-07-18
Merge 5.19-rc7 into usb-next
Greg Kroah-Hartman
1
-0
/
+1
2022-07-14
usb: typec: Add retimer handle to port
Prashant Malani
1
-0
/
+9
2022-07-14
usb: typec: Add support for retimers
Prashant Malani
1
-1
/
+8
2022-07-08
usb: typec: add missing uevent when partner support PD
Linyu Yuan
1
-0
/
+1
2022-06-12
usb: typec: USB Power Delivery helpers for ports and partners
Heikki Krogerus
1
-0
/
+149
2022-02-17
usb: typec: Factor out non-PD fwnode properties
Samuel Holland
1
-0
/
+43
2021-12-30
usb: typec: port-mapper: Convert to the component framework
Heikki Krogerus
1
-2
/
+0
2021-06-17
usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()
Jing Xiangfeng
1
-1
/
+3
2021-04-09
usb: typec: Add typec_port_register_altmodes()
Hans de Goede
1
-0
/
+54
2021-04-09
usb: typec: Link all ports during connector registration
Heikki Krogerus
1
-3
/
+6
2021-04-09
usb: typec: Port mapping utility
Heikki Krogerus
1
-1
/
+6
2021-04-05
usb: typec: Declare the typec_class static
Heikki Krogerus
1
-11
/
+13
2021-04-05
usb: typec: Organize the private headers properly
Heikki Krogerus
1
-64
/
+5
[next]