summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/class.c
AgeCommit message (Expand)Author
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
2021-02-01usb: typec: Add typec_partner_set_pd_revisionBenson Leung
2021-02-01usb: typec: Provide PD Specification Revision for cable and partnerBenson Leung
2021-02-01usb: typec: Standardize PD Revision format with Type-C RevisionBenson Leung
2021-01-07usb: typec: Send uevent for num_altmodes updatePrashant Malani
2020-12-11usb: typec: Add class for plug alt mode devicePrashant Malani
2020-11-26usb: typec: Add type sysfs attribute file for partnersHeikki Krogerus
2020-11-26usb: typec: Constify static attribute_group structsRikard Falkeborn
2020-11-26usb: typec: Expose Product Type VDOs via sysfsPrashant Malani
2020-11-20usb: typec: Fix num_altmodes kernel-doc errorPrashant Malani
2020-11-18usb: typec: Add plug num_altmodes sysfs attrPrashant Malani
2020-11-18usb: typec: Add number of altmodes partner attrPrashant Malani
2020-10-02usb: typec: add typec_find_pwr_opmodeAmelie Delaunay
2020-07-21usb: typec: Comment correction for typec_partner_register_altmodeKyle Tso
2020-05-13usb: typec: Add typec_find_orientation()Heikki Krogerus