summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/class.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03usb: typec: Return size of buffer if pd_set operation succeedsKyle Tso1-1/+6
2024-01-26usb: typec: class: fix typec_altmode_put_partner to put plugsRD Babiera1-3/+6
2024-01-26Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs"Heikki Krogerus1-3/+2
2023-12-13usb: typec: class: fix typec_altmode_put_partner to put plugsRD Babiera1-2/+3
2023-07-25usb: typec: Use sysfs_emit_at when concatenating the stringKyle Tso1-2/+2
2023-07-25usb: typec: Iterate pds array when showing the pd listKyle Tso1-6/+5
2023-07-25usb: typec: Set port->pd before adding device for typec_portKyle Tso1-1/+3
2023-05-29usb: typec: mux: Remove alt mode parameters from the APIHeikki Krogerus1-2/+2
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-17usb: typec: Add retimer handle to port altmodePrashant Malani1-2/+13
2022-11-29usb: typec: Add partner PD object wrapperPrashant Malani1-0/+19
2022-08-30usb: typec: Remove retimers properlyHeikki Krogerus1-0/+1
2022-07-18Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman1-0/+1
2022-07-14usb: typec: Add retimer handle to portPrashant Malani1-0/+9
2022-07-14usb: typec: Add support for retimersPrashant Malani1-1/+8
2022-07-08usb: typec: add missing uevent when partner support PDLinyu Yuan1-0/+1
2022-06-12usb: typec: USB Power Delivery helpers for ports and partnersHeikki Krogerus1-0/+149
2022-02-17usb: typec: Factor out non-PD fwnode propertiesSamuel Holland1-0/+43
2021-12-30usb: typec: port-mapper: Convert to the component frameworkHeikki Krogerus1-2/+0
2021-06-17usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()Jing Xiangfeng1-1/+3
2021-04-09usb: typec: Add typec_port_register_altmodes()Hans de Goede1-0/+54
2021-04-09usb: typec: Link all ports during connector registrationHeikki Krogerus1-3/+6
2021-04-09usb: typec: Port mapping utilityHeikki Krogerus1-1/+6
2021-04-05usb: typec: Declare the typec_class staticHeikki Krogerus1-11/+13
2021-04-05usb: typec: Organize the private headers properlyHeikki Krogerus1-64/+5
2021-02-09usb: typec: Manage SVDM versionKyle Tso1-0/+43
2021-02-03usb: pd: Update VDO definitionsKyle Tso1-4/+4
2021-02-02usb: typec: Return void in typec_partner_set_pd_revisionKyle Tso1-8/+2
2021-02-01usb: typec: Add typec_partner_set_pd_revisionBenson Leung1-0/+30
2021-02-01usb: typec: Provide PD Specification Revision for cable and partnerBenson Leung1-4/+26
2021-02-01usb: typec: Standardize PD Revision format with Type-C RevisionBenson Leung1-1/+2
2021-01-07usb: typec: Send uevent for num_altmodes updatePrashant Malani1-0/+2
2020-12-11usb: typec: Add class for plug alt mode devicePrashant Malani1-0/+4
2020-11-26usb: typec: Add type sysfs attribute file for partnersHeikki Krogerus1-14/+104
2020-11-26usb: typec: Constify static attribute_group structsRikard Falkeborn1-4/+4
2020-11-26usb: typec: Expose Product Type VDOs via sysfsPrashant Malani1-0/+33
2020-11-20usb: typec: Fix num_altmodes kernel-doc errorPrashant Malani1-1/+1
2020-11-18usb: typec: Add plug num_altmodes sysfs attrPrashant Malani1-2/+75
2020-11-18usb: typec: Add number of altmodes partner attrPrashant Malani1-1/+65
2020-10-02usb: typec: add typec_find_pwr_opmodeAmelie Delaunay1-0/+15
2020-07-21usb: typec: Comment correction for typec_partner_register_altmodeKyle Tso1-1/+1
2020-05-13usb: typec: Add typec_find_orientation()Heikki Krogerus1-12/+24
2020-03-26usb: typec: Correct the documentation for typec_cable_put()Azhar Shaikh1-1/+1
2020-03-04usb: typec: mux: Add helpers for setting the mux stateHeikki Krogerus1-6/+4
2020-03-04usb: typec: Add sysfs node to show cc orientationBadhri Jagan Sridharan1-0/+26
2020-02-12usb: typec: altmode: Remove the notification chainHeikki Krogerus1-66/+1
2020-02-12usb: typec: Allow power role swapping even without USB PDHeikki Krogerus1-6/+0
2020-02-12usb: typec: Hide the port_type attribute when it's not supportedHeikki Krogerus1-2/+3