aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/typec/class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-12usb: typec: Make the attributes read-only when writing is not possibleHeikki Krogerus1-2/+63
2020-01-09usb: typec: Give the mux drivers all the details regarding the port stateHeikki Krogerus1-1/+5
2020-01-09usb: typec: More API for cable handlingHeikki Krogerus1-0/+46
2019-12-10usb: typec: fix use after free in typec_register_port()Wen Yang1-2/+4
2019-11-04usb: typec: Remove the callback members from struct typec_capabilityHeikki Krogerus1-29/+11
2019-11-04usb: typec: Separate the operations vectorHeikki Krogerus1-10/+29
2019-11-04usb: typec: Introduce typec_get_drvdata()Heikki Krogerus1-0/+11
2019-11-04usb: typec: Copy everything from struct typec_capability during registrationHeikki Krogerus1-6/+14
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose1-7/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose1-7/+1
2019-06-03usb: typec: Registering real device entries for the muxesHeikki Krogerus1-2/+15
2019-02-14usb: typec: Find the ports by also matching against the device nodeHeikki Krogerus1-3/+21
2019-02-14usb: typec: Rationalize the API for the muxesHeikki Krogerus1-5/+2
2019-02-08usb: typec: Prepare alt mode enter/exit reporting for UCSI alt mode supportHeikki Krogerus1-1/+1
2018-10-09usb: typec: Fix copy/paste on typec_set_vconn_role() kerneldocStephen Boyd1-1/+1
2018-09-20usb: typec: class: Don't use port parent for getting mux handlesHeikki Krogerus1-23/+15
2018-09-05usb: typec: fix kernel-doc parameter warningRandy Dunlap1-1/+0
2018-07-02usb: typec: Bus type for alternate modesHeikki Krogerus1-74/+292
2018-07-02usb: typec: Register a device for every modeHeikki Krogerus1-118/+54