summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
2020-12-09usb: typec: tcpci_maxim: Enable VSAFE0V signallingBadhri Jagan Sridharan1-1/+15
2020-12-09usb: typec: tcpci: Add support to report vSafe0VBadhri Jagan Sridharan2-5/+40
2020-12-09usb: typec: tcpm: Introduce vsafe0v for vbusBadhri Jagan Sridharan1-11/+52
2020-12-09usb: typec: tcpm: Clear send_discover in tcpm_check_send_discoverBadhri Jagan Sridharan1-3/+2
2020-12-09usb: typec: tcpm: Pass down negotiated rev to update retry countBadhri Jagan Sridharan4-12/+21
2020-12-09usb: typec: intel_pmc_mux: Use correct response message bitsUtkarsh Patel1-2/+7
2020-12-07usb: typec: tps6598x: Export some power supply propertiesGuido Günther2-0/+104
2020-12-07usb: typec: tps6598x: Select USB_ROLE_SWITCH and REGMAP_I2CGuido Günther1-2/+2
2020-11-30Merge 5.10-rc6 into usb-nextGreg Kroah-Hartman2-1/+2
2020-11-27usb: typec: stusb160x: fix power-opmode property with typec-power-opmodeAmelie Delaunay1-1/+1
2020-11-26usb: typec: Add type sysfs attribute file for partnersHeikki Krogerus1-14/+104
2020-11-26usb: typec: Constify static attribute_group structsRikard Falkeborn1-4/+4
2020-11-26usb: typec: tcpm: Stay in SNK_TRY_WAIT_DEBOUNCE_CHECK_VBUS till Rp is seenBadhri Jagan Sridharan1-5/+13
2020-11-26usb: typec: tcpm: Disregard vbus off while in PR_SWAP_SNK_SRC_SOURCE_ONBadhri Jagan Sridharan1-0/+8
2020-11-26usb: typec: Expose Product Type VDOs via sysfsPrashant Malani1-0/+33
2020-11-20usb: typec: Fix num_altmodes kernel-doc errorPrashant Malani1-1/+1
2020-11-18usb: typec: Add plug num_altmodes sysfs attrPrashant Malani1-2/+75
2020-11-18usb: typec: tcpci_maxim: Fix the compatible stringBadhri Jagan Sridharan1-1/+1
2020-11-18usb: typec: tcpci_maxim: Fix uninitialized return variableBadhri Jagan Sridharan1-2/+2
2020-11-18usb: typec: tcpci_maxim: Enable auto discharge disconnectBadhri Jagan Sridharan1-0/+1
2020-11-18usb: typec: tcpci: Implement Auto discharge disconnect callbacksBadhri Jagan Sridharan2-3/+74
2020-11-18usb: typec: tcpm: Implement enabling Auto Discharge disconnect supportBadhri Jagan Sridharan1-4/+56
2020-11-18usb: typec: tcpci_maxim: Fix vbus stuck on upon diconnecting sinkBadhri Jagan Sridharan1-14/+14
2020-11-18usb: typec: tcpci: frs sourcing vbus callbackBadhri Jagan Sridharan2-0/+13
2020-11-18usb: typec: tcpm: frs sourcing vbus callbackBadhri Jagan Sridharan1-0/+9
2020-11-18usb: typec: tcpm: Refactor logic for new-source-frs-typec-currentBadhri Jagan Sridharan1-8/+10
2020-11-18usb: typec: Add number of altmodes partner attrPrashant Malani1-1/+65
2020-11-18usb: typec: intel_pmc_mux: Configure Thunderbolt cable generation bitsUtkarsh Patel1-0/+3
2020-11-16usb: typec: qcom-pmic-typec: fix builtin build errorsRandy Dunlap1-0/+1
2020-11-16Merge 5.10-rc4 into here.Greg Kroah-Hartman3-1/+17
2020-11-13usb: typec: ucsi: Report power supply changesHeikki Krogerus3-1/+17
2020-11-06usb: typec: ucsi: Work around PPM losing change informationBenjamin Berg2-20/+107
2020-11-06usb: typec: ucsi: acpi: Always decode connector change informationBenjamin Berg1-2/+3
2020-10-29usb: typec: stusb160x: fix signedness comparison issue with enum variablesAmelie Delaunay1-12/+8
2020-10-29usb: typec: add missing MODULE_DEVICE_TABLE() to stusb160xAmelie Delaunay1-0/+1
2020-10-28usb: typec: stusb160x: fix an IS_ERR() vs NULL check in probeDan Carpenter1-2/+2
2020-10-28usb: typec: tcpm: reset hard_reset_count for any disconnectLi Jun1-3/+3
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-28usb: typec: stusb160x: fix some signedness bugsDan Carpenter1-3/+4
2020-10-15Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds16-106/+2543
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+10
2020-10-09usb: typec: Add QCOM PMIC typec detection driverWesley Cheng3-0/+275
2020-10-08usb: typec: tcpci_maxim: Add support for Sink FRSBadhri Jagan Sridharan1-4/+46
2020-10-08usb: typec: tcpci: Implement callbacks for FRSBadhri Jagan Sridharan2-0/+25
2020-10-08usb: typec: tcpm: Add support for Sink Fast Role SWAP(FRS)Badhri Jagan Sridharan1-3/+226
2020-10-08usb: typec: tcpci_maxim: Chip level TCPC driverBadhri Jagan Sridharan4-7/+476
2020-10-08usb: typec: tcpci: Add set_vbus tcpci callbackBadhri Jagan Sridharan2-0/+8
2020-10-08usb: typec: tcpci: Add a getter method to retrieve tcpm_port referenceBadhri Jagan Sridharan2-0/+8
2020-10-02usb: typec: add support for STUSB160x Type-C controller familyAmelie Delaunay3-0/+888
2020-10-02usb: typec: add typec_find_pwr_opmodeAmelie Delaunay1-0/+15