summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/class.c
AgeCommit message (Expand)AuthorLines
2020-07-21usb: typec: Comment correction for typec_partner_register_altmodeKyle Tso-1/+1
2020-05-13usb: typec: Add typec_find_orientation()Heikki Krogerus-12/+24
2020-03-26usb: typec: Correct the documentation for typec_cable_put()Azhar Shaikh-1/+1
2020-03-04usb: typec: mux: Add helpers for setting the mux stateHeikki Krogerus-6/+4
2020-03-04usb: typec: Add sysfs node to show cc orientationBadhri Jagan Sridharan-0/+26
2020-02-12usb: typec: altmode: Remove the notification chainHeikki Krogerus-66/+1
2020-02-12usb: typec: Allow power role swapping even without USB PDHeikki Krogerus-6/+0
2020-02-12usb: typec: Hide the port_type attribute when it's not supportedHeikki Krogerus-2/+3
2020-02-12usb: typec: Make the attributes read-only when writing is not possibleHeikki Krogerus-2/+63
2020-01-09usb: typec: Give the mux drivers all the details regarding the port stateHeikki Krogerus-1/+5
2020-01-09usb: typec: More API for cable handlingHeikki Krogerus-0/+46
2019-12-10usb: typec: fix use after free in typec_register_port()Wen Yang-2/+4
2019-11-04usb: typec: Remove the callback members from struct typec_capabilityHeikki Krogerus-29/+11
2019-11-04usb: typec: Separate the operations vectorHeikki Krogerus-10/+29
2019-11-04usb: typec: Introduce typec_get_drvdata()Heikki Krogerus-0/+11
2019-11-04usb: typec: Copy everything from struct typec_capability during registrationHeikki Krogerus-6/+14
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose-7/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose-7/+1
2019-06-03usb: typec: Registering real device entries for the muxesHeikki Krogerus-2/+15
2019-02-14usb: typec: Find the ports by also matching against the device nodeHeikki Krogerus-3/+21
2019-02-14usb: typec: Rationalize the API for the muxesHeikki Krogerus-5/+2
2019-02-08usb: typec: Prepare alt mode enter/exit reporting for UCSI alt mode supportHeikki Krogerus-1/+1
2018-10-09usb: typec: Fix copy/paste on typec_set_vconn_role() kerneldocStephen Boyd-1/+1
2018-09-20usb: typec: class: Don't use port parent for getting mux handlesHeikki Krogerus-23/+15
2018-09-05usb: typec: fix kernel-doc parameter warningRandy Dunlap-1/+0
2018-07-02usb: typec: Bus type for alternate modesHeikki Krogerus-74/+292
2018-07-02usb: typec: Register a device for every modeHeikki Krogerus-118/+54
2018-07-02usb: typec: mux: Get the mux identifier from function parameterHeikki Krogerus-1/+1
2018-06-28usb: typec: function for checking cable plug orientationHeikki Krogerus-0/+12
2018-06-28usb: typec: add API to get typec basic port power and data configLi Jun-4/+54
2018-03-22usb: typec: Separate the definitions for data and power rolesHeikki Krogerus-22/+34
2018-03-22usb: typec: API for controlling USB Type-C MultiplexersHeikki Krogerus-0/+1435