summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2023-08-04usb: typec: mux: intel: Add dependency on USB_COMMONHeikki Krogerus-0/+1
2023-08-04usb: typec: nb7vpq904m: Add an error handling path in nb7vpq904m_probe()Christophe JAILLET-7/+18
2023-08-04usb: typec: altmodes/displayport: Signal hpd when configuring pin assignmentRD Babiera-1/+17
2023-08-04usb: typec: tcpm: Fix response to vsafe0V eventBadhri Jagan Sridharan-0/+7
2023-07-25usb: typec: Use sysfs_emit_at when concatenating the stringKyle Tso-2/+2
2023-07-25usb: typec: Iterate pds array when showing the pd listKyle Tso-6/+5
2023-07-25usb: typec: Set port->pd before adding device for typec_portKyle Tso-1/+3
2023-07-25usb: typec: qcom: fix return value check in qcom_pmic_typec_probe()Yang Yingliang-2/+2
2023-07-25usb: typec: ucsi: move typec_set_mode(TYPEC_STATE_SAFE) to ucsi_unregister_pa...Neil Armstrong-2/+2
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-408/+2524
2023-07-02Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+14
2023-06-23usb: typec: nb7vpq904m: fix CONFIG_DRM dependencyNeil Armstrong-0/+2
2023-06-21usb: typec: fsa4480: add support for Audio Accessory ModeNeil Armstrong-0/+17
2023-06-21usb: typec: fsa4480: rework mux & switch setup to handle more statesNeil Armstrong-36/+75
2023-06-21usb: typec: ucsi: call typec_set_mode on non-altmode partner changeNeil Armstrong-0/+17
2023-06-19usb: typec: tcpm: add get max power supportFrank Wang-0/+24
2023-06-19usb: typec: tcpm: fix cc role at port resetFrank Wang-1/+2
2023-06-15usb: typec: add support for the nb7vpq904m Type-C Linear RedriverDmitry Baryshkov-0/+538
2023-06-14usb: typec: ucsi: Mark dGPUs as DEVICE scopeMario Limonciello-0/+14
2023-06-13usb: typec: Fix fast_role_swap_current show functionPavan Holla-1/+1
2023-06-13usb: typec: intel_pmc_mux: Expose IOM port status to debugfsRajat Khandelwal-1/+51
2023-06-13usb: typec: ucsi: Fix command cancellationHeikki Krogerus-4/+7
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman-1/+1
2023-05-30usb: typec: tps6598x: Fix broken polling mode after system suspend/resumeRoger Quadros-1/+1
2023-05-30usb: typec: qcom-pmic-typec: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König-15/+15
2023-05-29usb: typec: mux: Remove alt mode parameters from the APIHeikki Krogerus-6/+4
2023-05-29usb: typec: mux: Clean up mux_fwnode_match()Heikki Krogerus-48/+7
2023-05-29usb: typec: ucsi: correctly access opcodeMin-Hua Chen-1/+1
2023-05-29usb: typec: ucsi: Mark dGPUs as DEVICE scopeMario Limonciello-0/+14
2023-05-29usb: typec: qcom: set pm8150b_typec_res storage-class-specifier to staticTom Rix-1/+1
2023-05-28Merge 6.4-rc4 into usb-nextGreg Kroah-Hartman-0/+7
2023-05-28usb: typec: ucsi: acpi: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-05-28usb: typec: wcove: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-05-28usb: typec: tcpci_mt6360: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-05-28usb: typec: tcpci_mt6360: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-05-28usb: typec: intel_pmc_mux: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-05-28usb: typec: mux: gpio-sbu: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-05-13usb: typec: qcom: Add Qualcomm PMIC Type-C driverBryan O'Donoghue-275/+1762
2023-05-13usb: typec: tps6598x: Fix fault at module removalRoger Quadros-0/+3
2023-05-13usb: typec: altmodes/displayport: fix pin_assignment_showBadhri Jagan Sridharan-0/+4
2023-05-08usb: typec: mux: Remove some unneeded includesChristophe JAILLET-4/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+2
2023-04-20usb: typec: ucsi: don't print PPM init deferred errorsFabrice Gasnier-2/+4
2023-04-20usb: typec: tcpm: fix multiple times discover svids errorFrank Wang-1/+15
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman-1/+5
2023-04-05usb: typec: altmodes/displayport: Fix configure initial pin assignmentRD Babiera-1/+5
2023-04-05usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325Samuel Čavoj-2/+42
2023-04-05usb: typec: tcpm: try to get role switch from tcpc fwnodeLi Jun-0/+2
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-23/+40