summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
...
| * usb: typec: tcpm: Do not finish VDM AMS for retrying ResponsesKyle Tso2021-06-091-0/+3
| * usb: typec: tcpm: cancel send discover hrtimer when unregister tcpm portLi Jun2021-06-041-0/+1
| * usb: typec: tcpm: cancel frs hrtimer when unregister tcpm portLi Jun2021-06-041-0/+1
| * usb: typec: tcpm: cancel vdm and state machine hrtimer when unregister tcpm portLi Jun2021-06-041-0/+3
| * usb: typec: tcpm: Properly handle Alert and Status MessagesKyle Tso2021-06-041-25/+27
| * usb: typec: tcpm: Fix misuses of AMS invocationKyle Tso2021-06-041-6/+5
| * usb: typec: tcpm: Introduce snk_vdo_v1 for SVDM version 1.0Kyle Tso2021-06-041-12/+28
| * usb: typec: tcpm: Correct the responses in SVDM Version 2.0 DFPKyle Tso2021-06-041-4/+10
* | usb: typec: ucsi: Fix a comment in ucsi_init()Subbaraman Narayanamurthy2021-06-101-1/+1
* | usb: typec: intel_pmc_mux: Update IOM port status offset for AlderLakeAzhar Shaikh2021-06-031-5/+23
* | Revert "usb: typec: mux: Remove requirement for the "orientation-switch" devi...Heikki Krogerus2021-06-021-0/+16
* | Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman2021-05-313-7/+41
|\|
| * usb: typec: tcpm: Respond Not_Supported if no snk_vdoKyle Tso2021-05-241-1/+4
| * usb: typec: tcpm: Properly interrupt VDM AMSKyle Tso2021-05-241-0/+30
| * usb: typec: tcpm: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko2021-05-211-2/+2
| * usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson2021-05-211-1/+1
| * usb: typec: mux: Fix matching with typec_altmode_descBjorn Andersson2021-05-211-3/+4
* | usb: typec: ucsi: Fix copy/paste issue for 'ucsi_set_drvdata()'Lee Jones2021-05-271-1/+1
* | usb: typec: mux: Remove requirement for the "orientation-switch" device propertyHeikki Krogerus2021-05-271-3/+0
* | usb: typec: mux: Use device type instead of device name for matchingHeikki Krogerus2021-05-272-16/+16
* | usb: typec: tcpci: Make symbol 'tcpci_apply_rc' staticWei Yongjun2021-05-241-1/+2
* | usb: typec: tcpci: Implement callback for apply_rcBadhri Jagan Sridharan2021-05-211-0/+27
* | usb: typec: tcpm: Move TCPC to APPLY_RC state during PR_SWAPBadhri Jagan Sridharan2021-05-211-0/+16
* | usb: typec: tcpm: Refactor logic to enable/disable auto vbus dichargeBadhri Jagan Sridharan2021-05-211-21/+18
* | usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalledBadhri Jagan Sridharan2021-05-211-0/+3
* | usb: typec: wcove: Fx wrong kernel doc formatAndy Shevchenko2021-05-211-1/+1
|/
* Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-05-161-0/+9
|\
| * usb: typec: tcpm: Don't block probing of consumers of "connector" nodesSaravana Kannan2021-05-101-0/+9
* | usb: typec: tcpm: Fix SINK_DISCOVERY current limit for Rp-defaultBadhri Jagan Sridharan2021-05-131-1/+1
* | usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMSKyle Tso2021-05-101-2/+12
* | usb: typec: tcpm: Send DISCOVER_IDENTITY from dedicated workKyle Tso2021-05-101-10/+75
* | usb: typec: ucsi: Retrieve all the PDOs instead of just the first 4Jack Pham2021-05-102-11/+36
* | usb: typec: ucsi: Put fwnode in any case during ->probe()Andy Shevchenko2021-05-101-1/+4
* | usb: typec: tcpm: Fix wrong handling in GET_SINK_CAPKyle Tso2021-05-101-1/+1
|/
* usb: typec: tcpm: Fix error while calculating PPS out valuesBadhri Jagan Sridharan2021-04-221-3/+3
* usb: typec: tcpm: Allow slow charging loops to comply to pSnkStbyBadhri Jagan Sridharan2021-04-141-3/+14
* usb: typec: tcpm: Honour pSnkStdby requirement during negotiationBadhri Jagan Sridharan2021-04-141-0/+17
* usb: typec: silence a static checker warningDan Carpenter2021-04-141-2/+4
* usb: typec: tcpm: Add support for altmodesHans de Goede2021-04-091-0/+4
* usb: typec: Add typec_port_register_altmodes()Hans de Goede2021-04-091-0/+54
* usb: typec: Link all ports during connector registrationHeikki Krogerus2021-04-093-7/+68
* usb: typec: Port mapping utilityHeikki Krogerus2021-04-094-2/+235
* usb: typec: tcpm: update power supply once partner acceptsBadhri Jagan Sridharan2021-04-091-3/+1
* usb: typec: tcpm: Address incorrect values of tcpm psy for pps supplyBadhri Jagan Sridharan2021-04-091-35/+53
* usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supplyBadhri Jagan Sridharan2021-04-091-7/+10
* usb: typec: Declare the typec_class staticHeikki Krogerus2021-04-051-11/+13
* usb: typec: Organize the private headers properlyHeikki Krogerus2021-04-056-84/+107
* usb: typec: tcpci_maxim: Make symbol 'max_tcpci_tcpci_write_table' staticWei Yongjun2021-03-261-1/+1
* usb: typec: Fix a typoBhaskar Chowdhury2021-03-261-1/+1
* Merge 5.12-rc4 into usb-nextGreg Kroah-Hartman2021-03-222-3/+9
|\