summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2021-06-04usb: typec: tcpm: cancel vdm and state machine hrtimer when unregister tcpm portLi Jun-0/+3
2021-06-04usb: typec: tcpm: Properly handle Alert and Status MessagesKyle Tso-25/+27
2021-06-04usb: typec: tcpm: Fix misuses of AMS invocationKyle Tso-6/+5
2021-06-04usb: typec: tcpm: Introduce snk_vdo_v1 for SVDM version 1.0Kyle Tso-12/+28
2021-06-04usb: typec: tcpm: Correct the responses in SVDM Version 2.0 DFPKyle Tso-4/+10
2021-06-03usb: typec: intel_pmc_mux: Update IOM port status offset for AlderLakeAzhar Shaikh-5/+23
2021-06-02Revert "usb: typec: mux: Remove requirement for the "orientation-switch" devi...Heikki Krogerus-0/+16
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman-7/+41
2021-05-27usb: typec: ucsi: Fix copy/paste issue for 'ucsi_set_drvdata()'Lee Jones-1/+1
2021-05-27usb: typec: mux: Remove requirement for the "orientation-switch" device propertyHeikki Krogerus-3/+0
2021-05-27usb: typec: mux: Use device type instead of device name for matchingHeikki Krogerus-16/+16
2021-05-24usb: typec: tcpci: Make symbol 'tcpci_apply_rc' staticWei Yongjun-1/+2
2021-05-24usb: typec: tcpm: Respond Not_Supported if no snk_vdoKyle Tso-1/+4
2021-05-24usb: typec: tcpm: Properly interrupt VDM AMSKyle Tso-0/+30
2021-05-21usb: typec: tcpci: Implement callback for apply_rcBadhri Jagan Sridharan-0/+27
2021-05-21usb: typec: tcpm: Move TCPC to APPLY_RC state during PR_SWAPBadhri Jagan Sridharan-0/+16
2021-05-21usb: typec: tcpm: Refactor logic to enable/disable auto vbus dichargeBadhri Jagan Sridharan-21/+18
2021-05-21usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalledBadhri Jagan Sridharan-0/+3
2021-05-21usb: typec: tcpm: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko-2/+2
2021-05-21usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson-1/+1
2021-05-21usb: typec: mux: Fix matching with typec_altmode_descBjorn Andersson-3/+4
2021-05-21usb: typec: wcove: Fx wrong kernel doc formatAndy Shevchenko-1/+1
2021-05-16Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+9
2021-05-13usb: typec: tcpm: Fix SINK_DISCOVERY current limit for Rp-defaultBadhri Jagan Sridharan-1/+1
2021-05-10usb: typec: tcpm: Don't block probing of consumers of "connector" nodesSaravana Kannan-0/+9
2021-05-10usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMSKyle Tso-2/+12
2021-05-10usb: typec: tcpm: Send DISCOVER_IDENTITY from dedicated workKyle Tso-10/+75
2021-05-10usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Jack Pham-11/+36
2021-05-10usb: typec: ucsi: Put fwnode in any case during ->probe()Andy Shevchenko-1/+4
2021-05-10usb: typec: tcpm: Fix wrong handling in GET_SINK_CAPKyle Tso-1/+1
2021-04-22usb: typec: tcpm: Fix error while calculating PPS out valuesBadhri Jagan Sridharan-3/+3
2021-04-14usb: typec: tcpm: Allow slow charging loops to comply to pSnkStbyBadhri Jagan Sridharan-3/+14
2021-04-14usb: typec: tcpm: Honour pSnkStdby requirement during negotiationBadhri Jagan Sridharan-0/+17
2021-04-14usb: typec: silence a static checker warningDan Carpenter-2/+4
2021-04-09usb: typec: tcpm: Add support for altmodesHans de Goede-0/+4
2021-04-09usb: typec: Add typec_port_register_altmodes()Hans de Goede-0/+54
2021-04-09usb: typec: Link all ports during connector registrationHeikki Krogerus-7/+68
2021-04-09usb: typec: Port mapping utilityHeikki Krogerus-2/+235
2021-04-09usb: typec: tcpm: update power supply once partner acceptsBadhri Jagan Sridharan-3/+1
2021-04-09usb: typec: tcpm: Address incorrect values of tcpm psy for pps supplyBadhri Jagan Sridharan-35/+53
2021-04-09usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supplyBadhri Jagan Sridharan-7/+10
2021-04-05usb: typec: Declare the typec_class staticHeikki Krogerus-11/+13
2021-04-05usb: typec: Organize the private headers properlyHeikki Krogerus-84/+107
2021-03-26usb: typec: tcpci_maxim: Make symbol 'max_tcpci_tcpci_write_table' staticWei Yongjun-1/+1
2021-03-26usb: typec: Fix a typoBhaskar Chowdhury-1/+1
2021-03-22Merge 5.12-rc4 into usb-nextGreg Kroah-Hartman-3/+9
2021-03-18usb: typec: tcpm: Skip sink_cap query only when VDM sm is busyBadhri Jagan Sridharan-1/+1
2021-03-18usb: typec: tcpm: PD3.0 sinks can send Discover Identity even in device modeBadhri Jagan Sridharan-2/+2
2021-03-18usb: typec: tcpci: Added few missing TCPCI register definitionsBadhri Jagan Sridharan-0/+16
2021-03-17usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-Badhri Jagan Sridharan-1/+8