summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * usb: typec: tcpm: Skip sink_cap query only when VDM sm is busyBadhri Jagan Sridharan2021-03-181-1/+1
| * usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-Badhri Jagan Sridharan2021-03-171-1/+8
| * usb: typec: Remove vdo[3] part of tps6598x_rx_identity_reg structElias Rudberg2021-03-171-1/+0
* | usb: typec: tcpm: PD3.0 sinks can send Discover Identity even in device modeBadhri Jagan Sridharan2021-03-181-2/+2
* | usb: typec: tcpci: Added few missing TCPCI register definitionsBadhri Jagan Sridharan2021-03-181-0/+16
* | usb: typec: tipd: Separate file for tracepoint creationHeikki Krogerus2021-03-124-6/+15
* | usb: typec: tps6598x: Move the driver under its own subdirectoryHeikki Krogerus2021-03-127-17/+19
* | usb: typec: tps6598x: Fix tracepoint header fileHeikki Krogerus2021-03-121-2/+2
* | usb: typec: tcpci: Refactor tcpc_presenting_cc1_rd macroBadhri Jagan Sridharan2021-03-121-9/+5
* | usb: typec: stusb160x: fix return value check in stusb160x_probe()Wei Yongjun2021-03-101-2/+2
* | usb: typec: tps6598x: Fix return value check in tps6598x_probe()Wei Yongjun2021-03-101-2/+2
* | usb: typec: tcpm: turn tcpm_ams_finish into void functionYang Li2021-03-101-5/+1
* | usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUSBadhri Jagan Sridharan2021-03-101-3/+18
* | USB: typec: tcpm: create debugfs subdir for the driverGreg Kroah-Hartman2021-03-101-2/+3
* | USB: typec: fusb302: create debugfs subdir for the driverGreg Kroah-Hartman2021-03-101-2/+3
* | usb: typec: tcpm: Wait for vbus discharge to VSAFE0V before togglingBadhri Jagan Sridharan2021-03-101-10/+65
* | usb: typec: tps6598x: Add trace event for data statusGuido Günther2021-03-103-1/+103
* | usb: typec: tps6598x: Add trace event for power status registerGuido Günther2021-03-103-7/+69
* | usb: typec: tps6598x: Add trace event for status registerGuido Günther2021-03-103-15/+173
* | usb: typec: tps6598x: Add trace event for IRQ eventsGuido Günther2021-03-104-3/+170
|/
* usb: typec: tcpm: Get Sink VDO from fwnodeKyle Tso2021-02-091-0/+14
* usb: typec: displayport: Fill the negotiated SVDM Version in the headerKyle Tso2021-02-091-4/+13
* usb: typec: ucsi: Determine common SVDM VersionKyle Tso2021-02-092-3/+30
* usb: typec: tcpm: Determine common SVDM VersionKyle Tso2021-02-091-10/+61
* usb: pd: Make SVDM Version configurable in VDM headerKyle Tso2021-02-093-12/+12
* usb: typec: Manage SVDM versionKyle Tso2021-02-091-0/+43