summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2020-10-08usb: typec: tcpci: Add set_vbus tcpci callbackBadhri Jagan Sridharan-0/+8
2020-10-08usb: typec: tcpci: Add a getter method to retrieve tcpm_port referenceBadhri Jagan Sridharan-0/+8
2020-10-02usb: typec: add support for STUSB160x Type-C controller familyAmelie Delaunay-0/+888
2020-10-02usb: typec: add typec_find_pwr_opmodeAmelie Delaunay-0/+15
2020-10-02usb: typec: hd3ss3220: Use OF graph API to get the connector fwnodeBiju Das-4/+14
2020-10-02usb: typec: displayport: Reduce noise from the driverHeikki Krogerus-1/+1
2020-09-21Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman-10/+26
2020-09-16usb: typec: intel_pmc_mux: Handle SCU IPC error conditionsMadhusudanarao Amara-3/+9
2020-09-16usb: typec: tcpci: update ROLE_CONTROL for DRPBadhri Jagan Sridharan-1/+36
2020-09-16usb: typec: tcpci: Add support when hidden tx registers are inaccessibleBadhri Jagan Sridharan-11/+43
2020-09-16usb: typec: tcpci: Add register definitions to tcpciBadhri Jagan Sridharan-0/+5
2020-09-16usb: typec: intel_pmc_mux: Pass correct USB Type-C port number to SoCAzhar Shaikh-1/+6
2020-09-16usb: typec: intel_pmc_mux: Add dependency on ACPIHeikki Krogerus-0/+1
2020-09-16usb: typec: ucsi: Prevent mode overrunHeikki Krogerus-6/+16
2020-09-16usb: typec: ucsi: acpi: Increase command completion timeout valueHeikki Krogerus-1/+1
2020-09-16usb typec: mt6360: Add support for mt6360 Type-C driverChiYuan Huang-0/+221
2020-09-14Merge 5.9-rc5 into usb-nextGreg Kroah-Hartman-12/+6
2020-09-14Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman-74/+86
2020-09-07usb: typec: intel_pmc_mux: Support for device role (UFP)Heikki Krogerus-33/+35
2020-09-07usb: typec: intel_pmc_mux: Check the port status before connectHeikki Krogerus-11/+141
2020-09-07usb: typec: intel_pmc_mux: Do not configure SBU and HSL Orientation in Altern...Utkarsh Patel-8/+0
2020-09-07usb: typec: intel_pmc_mux: Do not configure Altmode HPD HighUtkarsh Patel-4/+0
2020-09-07device connection: Remove struct device_connectionHeikki Krogerus-9/+10
2020-09-04usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus-0/+4
2020-09-04usb: typec: intel_pmc_mux: Un-register the USB role switchMadhusudanarao Amara-0/+2
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman-62/+80
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-61/+79
2020-08-28usb: typec: tcpm: Migrate workqueue to RT priority for processing eventsBadhri Jagan Sridharan-44/+87
2020-08-28usb: typec: tcpm: During PR_SWAP, source caps should be sent only after tSwap...Badhri Jagan Sridharan-1/+1
2020-08-25usb: typec: tcpm: Fix Fix source hard reset response for TDA 2.3.1.1 and TDA ...Badhri Jagan Sridharan-3/+25
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-18usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede-17/+23
2020-08-18usb: typec: ucsi: Rework ppm_lock handlingHans de Goede-34/+22
2020-08-18usb: typec: ucsi: Fix 2 unlocked ucsi_run_command callsHans de Goede-2/+4
2020-08-18usb: typec: ucsi: Fix AB BA lock inversionHans de Goede-9/+9
2020-07-29usb: typec: tcpm: Add WARN_ON ensure we are not trying to send 2 VDM packets ...Hans de Goede-0/+3
2020-07-29usb: typec: tcpm: Fix AB BA lock inversion between tcpm code and the alt-mode...Hans de Goede-0/+30
2020-07-29usb: typec: tcpm: Refactor tcpm_handle_vdm_requestHans de Goede-28/+48
2020-07-29usb: typec: tcpm: Refactor tcpm_handle_vdm_request payload handlingHans de Goede-27/+22
2020-07-29usb: typec: tcpm: Add tcpm_queue_vdm_unlocked() helperHans de Goede-12/+13
2020-07-29usb: typec: tcpm: Move mod_delayed_work(&port->vdm_state_machine) call into t...Hans de Goede-8/+3
2020-07-21usb: typec: tcpm: Stay in BIST mode till hardreset or unattachedBadhri Jagan Sridharan-2/+5
2020-07-21usb: typec: tcpci: Support BIST test data mode for compliance.Badhri Jagan Sridharan-0/+10
2020-07-21usb: typec: tcpm: Support bist test data mode for complianceBadhri Jagan Sridharan-0/+11
2020-07-21usb: typec: tcpm: Error handling for tcpm_register_partner_altmodesKyle Tso-1/+3
2020-07-21usb: typec: Comment correction for typec_partner_register_altmodeKyle Tso-1/+1
2020-07-21usb: typec: intel_pmc_mux: Avoid connect request on disconnectPrashant Malani-0/+3
2020-07-15usb: typec: Replace HTTP links with HTTPS onesAlexander A. Klimov-2/+2
2020-07-09usb: typec: ucsi: ucsi: Staticify and stop export of ucsi_init()Lee Jones-2/+1
2020-07-09usb: typec: tcpm: fusb302: Use 'gnu_printf' format notationLee Jones-0/+1