summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* usb: ucsi: convert comma to semicolonZheng Yongjun2020-12-111-3/+3
* usb: typec: tcpm: convert comma to semicolonZheng Yongjun2020-12-111-6/+6
* usb: typec: tcpm: Update vbus_vsafe0v on initBadhri Jagan Sridharan2020-12-111-0/+18
* usb: typec: tcpci: Enable bleed discharge when auto discharge is enabledBadhri Jagan Sridharan2020-12-111-0/+2
* usb: typec: Add class for plug alt mode devicePrashant Malani2020-12-111-0/+4
* USB: typec: tcpci: Add Bleed discharge to POWER_CONTROL definitionBadhri Jagan Sridharan2020-12-111-0/+1
* USB: typec: tcpm: Add a 30ms room for tPSSourceOn in PR_SWAPKyle Tso2020-12-111-1/+1
* USB: typec: tcpm: Fix PR_SWAP error handlingKyle Tso2020-12-111-1/+1
* USB: typec: tcpm: Hard Reset after not receiving a Requestpumahsu2020-12-111-1/+11
* usb: typec: intel_pmc_mux: Configure cable generation value for USB4Utkarsh Patel2020-12-101-0/+5
* usb: typec: tcpci_maxim: Enable VSAFE0V signallingBadhri Jagan Sridharan2020-12-091-1/+15
* usb: typec: tcpci: Add support to report vSafe0VBadhri Jagan Sridharan2020-12-092-5/+40
* usb: typec: tcpm: Introduce vsafe0v for vbusBadhri Jagan Sridharan2020-12-091-11/+52
* usb: typec: tcpm: Clear send_discover in tcpm_check_send_discoverBadhri Jagan Sridharan2020-12-091-3/+2
* usb: typec: tcpm: Pass down negotiated rev to update retry countBadhri Jagan Sridharan2020-12-094-12/+21
* usb: typec: intel_pmc_mux: Use correct response message bitsUtkarsh Patel2020-12-091-2/+7
* usb: typec: tps6598x: Export some power supply propertiesGuido Günther2020-12-072-0/+104
* usb: typec: tps6598x: Select USB_ROLE_SWITCH and REGMAP_I2CGuido Günther2020-12-071-2/+2
* Merge 5.10-rc6 into usb-nextGreg Kroah-Hartman2020-11-302-1/+2
|\
| * usb: typec: stusb160x: fix power-opmode property with typec-power-opmodeAmelie Delaunay2020-11-271-1/+1
| * usb: typec: qcom-pmic-typec: fix builtin build errorsRandy Dunlap2020-11-161-0/+1
* | usb: typec: Add type sysfs attribute file for partnersHeikki Krogerus2020-11-261-14/+104
* | usb: typec: Constify static attribute_group structsRikard Falkeborn2020-11-261-4/+4
* | usb: typec: tcpm: Stay in SNK_TRY_WAIT_DEBOUNCE_CHECK_VBUS till Rp is seenBadhri Jagan Sridharan2020-11-261-5/+13
* | usb: typec: tcpm: Disregard vbus off while in PR_SWAP_SNK_SRC_SOURCE_ONBadhri Jagan Sridharan2020-11-261-0/+8
* | usb: typec: Expose Product Type VDOs via sysfsPrashant Malani2020-11-261-0/+33
* | usb: typec: Fix num_altmodes kernel-doc errorPrashant Malani2020-11-201-1/+1
* | usb: typec: Add plug num_altmodes sysfs attrPrashant Malani2020-11-181-2/+75
* | usb: typec: tcpci_maxim: Fix the compatible stringBadhri Jagan Sridharan2020-11-181-1/+1
* | usb: typec: tcpci_maxim: Fix uninitialized return variableBadhri Jagan Sridharan2020-11-181-2/+2
* | usb: typec: tcpci_maxim: Enable auto discharge disconnectBadhri Jagan Sridharan2020-11-181-0/+1
* | usb: typec: tcpci: Implement Auto discharge disconnect callbacksBadhri Jagan Sridharan2020-11-182-3/+74
* | usb: typec: tcpm: Implement enabling Auto Discharge disconnect supportBadhri Jagan Sridharan2020-11-181-4/+56
* | usb: typec: tcpci_maxim: Fix vbus stuck on upon diconnecting sinkBadhri Jagan Sridharan2020-11-181-14/+14
* | usb: typec: tcpci: frs sourcing vbus callbackBadhri Jagan Sridharan2020-11-182-0/+13
* | usb: typec: tcpm: frs sourcing vbus callbackBadhri Jagan Sridharan2020-11-181-0/+9
* | usb: typec: tcpm: Refactor logic for new-source-frs-typec-currentBadhri Jagan Sridharan2020-11-181-8/+10
* | usb: typec: Add number of altmodes partner attrPrashant Malani2020-11-181-1/+65
* | usb: typec: intel_pmc_mux: Configure Thunderbolt cable generation bitsUtkarsh Patel2020-11-181-0/+3
* | Merge 5.10-rc4 into here.Greg Kroah-Hartman2020-11-163-1/+17
|\|
| * usb: typec: ucsi: Report power supply changesHeikki Krogerus2020-11-133-1/+17
* | usb: typec: ucsi: Work around PPM losing change informationBenjamin Berg2020-11-062-20/+107
* | usb: typec: ucsi: acpi: Always decode connector change informationBenjamin Berg2020-11-061-2/+3
|/
* usb: typec: stusb160x: fix signedness comparison issue with enum variablesAmelie Delaunay2020-10-291-12/+8
* usb: typec: add missing MODULE_DEVICE_TABLE() to stusb160xAmelie Delaunay2020-10-291-0/+1
* usb: typec: stusb160x: fix an IS_ERR() vs NULL check in probeDan Carpenter2020-10-281-2/+2
* usb: typec: tcpm: reset hard_reset_count for any disconnectLi Jun2020-10-281-3/+3
* usb: fix kernel-doc markupsMauro Carvalho Chehab2020-10-281-1/+1
* usb: typec: stusb160x: fix some signedness bugsDan Carpenter2020-10-281-3/+4
* Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-10-1516-106/+2543
|\