summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/class.c
AgeCommit message (Expand)Author
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-15USB: typec: Use str_enable_disable-like helpersKrzysztof Kozlowski
2025-01-03usb: typec: class: Remove both cable_match() and partner_match()Zijun Hu
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2024-12-24usb: typec: Make active on port altmode writableAbhishek Pandit-Subedi
2024-12-24usb: typec: Only use SVID for matching altmodesAbhishek Pandit-Subedi
2024-11-05Merge v6.12-rc6 into usb-nextGreg Kroah-Hartman
2024-10-29usb: typec: use cleanup facility for 'altmodes_node'Javier Carrasco
2024-10-29usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco
2024-10-21Merge 6.12-rc4 into usb-nextGreg Kroah-Hartman
2024-10-17usb: typec: Add attribute file showing the USB Modes of the partnerHeikki Krogerus
2024-10-17usb: typec: Add attribute file showing the supported USB modes of the portHeikki Krogerus
2024-10-16usb: typec: altmode should keep reference to parentThadeu Lima de Souza Cascardo
2024-06-04usb: typec: Update sysfs when setting opsAbhishek Pandit-Subedi
2024-03-26usb: typec: Return size of buffer if pd_set operation succeedsKyle Tso
2024-03-02usb: typec: constify struct class usageRicardo B. Marliere
2024-01-27usb: typec: altmodes: add svdm version info for typec cablesRD Babiera
2024-01-27usb: typec: altmodes: add typec_cable_ops to typec_altmodeRD Babiera
2024-01-04usb: typec: class: fix typec_altmode_put_partner to put plugsRD Babiera
2024-01-02Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"Heikki Krogerus
2023-12-15usb: typec: change altmode SVID to u16 entryDmitry Baryshkov
2023-12-15usb: typec: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-04usb: typec: class: fix typec_altmode_put_partner to put plugsRD Babiera
2023-10-16usb: typec: Link enumerated USB devices with Type-C partnerHeikki Krogerus
2023-07-25usb: typec: Use sysfs_emit_at when concatenating the stringKyle Tso
2023-07-25usb: typec: Iterate pds array when showing the pd listKyle Tso
2023-07-25usb: typec: Set port->pd before adding device for typec_portKyle Tso
2023-05-29usb: typec: mux: Remove alt mode parameters from the APIHeikki Krogerus
2023-03-17drivers: remove struct module * setting from struct classGreg 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 device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-17usb: typec: Add retimer handle to port altmodePrashant Malani
2022-11-29usb: typec: Add partner PD object wrapperPrashant Malani
2022-08-30usb: typec: Remove retimers properlyHeikki Krogerus
2022-07-18Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman
2022-07-14usb: typec: Add retimer handle to portPrashant Malani
2022-07-14usb: typec: Add support for retimersPrashant Malani
2022-07-08usb: typec: add missing uevent when partner support PDLinyu Yuan
2022-06-12usb: typec: USB Power Delivery helpers for ports and partnersHeikki Krogerus
2022-02-17usb: typec: Factor out non-PD fwnode propertiesSamuel Holland
2021-12-30usb: typec: port-mapper: Convert to the component frameworkHeikki Krogerus
2021-06-17usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()Jing Xiangfeng
2021-04-09usb: typec: Add typec_port_register_altmodes()Hans de Goede
2021-04-09usb: typec: Link all ports during connector registrationHeikki Krogerus
2021-04-09usb: typec: Port mapping utilityHeikki Krogerus
2021-04-05usb: typec: Declare the typec_class staticHeikki Krogerus
2021-04-05usb: typec: Organize the private headers properlyHeikki Krogerus
2021-02-09usb: typec: Manage SVDM versionKyle Tso
2021-02-03usb: pd: Update VDO definitionsKyle Tso
2021-02-02usb: typec: Return void in typec_partner_set_pd_revisionKyle Tso