index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
typec
/
class.c
Age
Commit message (
Expand
)
Author
Files
Lines
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/...
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
2021-02-09
usb: typec: Manage SVDM version
Kyle Tso
1
-0
/
+43
2021-02-03
usb: pd: Update VDO definitions
Kyle Tso
1
-4
/
+4
2021-02-02
usb: typec: Return void in typec_partner_set_pd_revision
Kyle Tso
1
-8
/
+2
2021-02-01
usb: typec: Add typec_partner_set_pd_revision
Benson Leung
1
-0
/
+30
2021-02-01
usb: typec: Provide PD Specification Revision for cable and partner
Benson Leung
1
-4
/
+26
2021-02-01
usb: typec: Standardize PD Revision format with Type-C Revision
Benson Leung
1
-1
/
+2
2021-01-07
usb: typec: Send uevent for num_altmodes update
Prashant Malani
1
-0
/
+2
2020-12-11
usb: typec: Add class for plug alt mode device
Prashant Malani
1
-0
/
+4
2020-11-26
usb: typec: Add type sysfs attribute file for partners
Heikki Krogerus
1
-14
/
+104
[next]