summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2020-12-11usb: ucsi: convert comma to semicolonZheng Yongjun-3/+3
2020-12-11usb: typec: tcpm: convert comma to semicolonZheng Yongjun-6/+6
2020-12-11usb: typec: tcpm: Update vbus_vsafe0v on initBadhri Jagan Sridharan-0/+18
2020-12-11usb: typec: tcpci: Enable bleed discharge when auto discharge is enabledBadhri Jagan Sridharan-0/+2
2020-12-11usb: typec: Add class for plug alt mode devicePrashant Malani-0/+4
2020-12-11USB: typec: tcpci: Add Bleed discharge to POWER_CONTROL definitionBadhri Jagan Sridharan-0/+1
2020-12-11USB: typec: tcpm: Add a 30ms room for tPSSourceOn in PR_SWAPKyle Tso-1/+1
2020-12-11USB: typec: tcpm: Fix PR_SWAP error handlingKyle Tso-1/+1
2020-12-11USB: typec: tcpm: Hard Reset after not receiving a Requestpumahsu-1/+11
2020-12-10usb: typec: intel_pmc_mux: Configure cable generation value for USB4Utkarsh Patel-0/+5
2020-12-09usb: typec: tcpci_maxim: Enable VSAFE0V signallingBadhri Jagan Sridharan-1/+15
2020-12-09usb: typec: tcpci: Add support to report vSafe0VBadhri Jagan Sridharan-5/+40
2020-12-09usb: typec: tcpm: Introduce vsafe0v for vbusBadhri Jagan Sridharan-11/+52
2020-12-09usb: typec: tcpm: Clear send_discover in tcpm_check_send_discoverBadhri Jagan Sridharan-3/+2
2020-12-09usb: typec: tcpm: Pass down negotiated rev to update retry countBadhri Jagan Sridharan-12/+21
2020-12-09usb: typec: intel_pmc_mux: Use correct response message bitsUtkarsh Patel-2/+7
2020-12-07usb: typec: tps6598x: Export some power supply propertiesGuido Günther-0/+104
2020-12-07usb: typec: tps6598x: Select USB_ROLE_SWITCH and REGMAP_I2CGuido Günther-2/+2
2020-11-30Merge 5.10-rc6 into usb-nextGreg Kroah-Hartman-1/+2
2020-11-27usb: typec: stusb160x: fix power-opmode property with typec-power-opmodeAmelie Delaunay-1/+1
2020-11-26usb: typec: Add type sysfs attribute file for partnersHeikki Krogerus-14/+104
2020-11-26usb: typec: Constify static attribute_group structsRikard Falkeborn-4/+4
2020-11-26usb: typec: tcpm: Stay in SNK_TRY_WAIT_DEBOUNCE_CHECK_VBUS till Rp is seenBadhri Jagan Sridharan-5/+13
2020-11-26usb: typec: tcpm: Disregard vbus off while in PR_SWAP_SNK_SRC_SOURCE_ONBadhri Jagan Sridharan-0/+8
2020-11-26usb: typec: Expose Product Type VDOs via sysfsPrashant Malani-0/+33
2020-11-20usb: typec: Fix num_altmodes kernel-doc errorPrashant Malani-1/+1
2020-11-18usb: typec: Add plug num_altmodes sysfs attrPrashant Malani-2/+75
2020-11-18usb: typec: tcpci_maxim: Fix the compatible stringBadhri Jagan Sridharan-1/+1
2020-11-18usb: typec: tcpci_maxim: Fix uninitialized return variableBadhri Jagan Sridharan-2/+2
2020-11-18usb: typec: tcpci_maxim: Enable auto discharge disconnectBadhri Jagan Sridharan-0/+1
2020-11-18usb: typec: tcpci: Implement Auto discharge disconnect callbacksBadhri Jagan Sridharan-3/+74
2020-11-18usb: typec: tcpm: Implement enabling Auto Discharge disconnect supportBadhri Jagan Sridharan-4/+56
2020-11-18usb: typec: tcpci_maxim: Fix vbus stuck on upon diconnecting sinkBadhri Jagan Sridharan-14/+14
2020-11-18usb: typec: tcpci: frs sourcing vbus callbackBadhri Jagan Sridharan-0/+13
2020-11-18usb: typec: tcpm: frs sourcing vbus callbackBadhri Jagan Sridharan-0/+9
2020-11-18usb: typec: tcpm: Refactor logic for new-source-frs-typec-currentBadhri Jagan Sridharan-8/+10
2020-11-18usb: typec: Add number of altmodes partner attrPrashant Malani-1/+65
2020-11-18usb: typec: intel_pmc_mux: Configure Thunderbolt cable generation bitsUtkarsh Patel-0/+3
2020-11-16usb: typec: qcom-pmic-typec: fix builtin build errorsRandy Dunlap-0/+1
2020-11-16Merge 5.10-rc4 into here.Greg Kroah-Hartman-1/+17
2020-11-13usb: typec: ucsi: Report power supply changesHeikki Krogerus-1/+17
2020-11-06usb: typec: ucsi: Work around PPM losing change informationBenjamin Berg-20/+107
2020-11-06usb: typec: ucsi: acpi: Always decode connector change informationBenjamin Berg-2/+3
2020-10-29usb: typec: stusb160x: fix signedness comparison issue with enum variablesAmelie Delaunay-12/+8
2020-10-29usb: typec: add missing MODULE_DEVICE_TABLE() to stusb160xAmelie Delaunay-0/+1
2020-10-28usb: typec: stusb160x: fix an IS_ERR() vs NULL check in probeDan Carpenter-2/+2
2020-10-28usb: typec: tcpm: reset hard_reset_count for any disconnectLi Jun-3/+3
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab-1/+1
2020-10-28usb: typec: stusb160x: fix some signedness bugsDan Carpenter-3/+4
2020-10-15Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-106/+2543