aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
2023-10-11usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scopeGravatar Mario Limonciello 1-0/+9
2023-10-11usb: typec: ucsi: Fix missing link removalGravatar Heikki Krogerus 1-0/+1
2023-10-11usb: typec: altmodes/displayport: Signal hpd low when exiting modeGravatar RD Babiera 1-0/+5
2023-10-02usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command failsGravatar Prashanth K 1-0/+1
2023-10-02usb: typec: qcom: Update the logic of regulator enable and disableGravatar Hui Liu 1-6/+6
2023-09-11usb: typec: ucsi: Fix NULL pointer dereferenceGravatar Heikki Krogerus 1-0/+3
2023-08-23tcpm: Avoid soft reset when partner does not support get_statusGravatar Badhri Jagan Sridharan 1-0/+7
2023-08-23usb: typec: tcpm: reset counter when enter into unattached state after try roleGravatar Xu Yang 1-0/+3
2023-08-23usb: typec: tcpm: set initial svdm version based on pd revisionGravatar RD Babiera 1-4/+31
2023-08-22usb: typec: qcom-pmic-typec: register drm_bridgeGravatar Dmitry Baryshkov 2-0/+38
2023-08-22usb: typec: altmodes/displayport: add support for embedded DP casesGravatar Dmitry Baryshkov 1-1/+4
2023-08-22usb: typec: tcpci: clear the fault status bitGravatar Marco Felsch 1-0/+4
2023-08-22usb: typec: bus: verify partner exists in typec_altmode_attentionGravatar RD Babiera 2-3/+12
2023-08-14Merge 6.5-rc6 into usb-nextGravatar Greg Kroah-Hartman 4-8/+43
2023-08-08usb: typec: ucsi: Add debugfs for ucsi commandsGravatar Saranya Gopal 5-0/+141
2023-08-04usb: typec: mux: intel: Add dependency on USB_COMMONGravatar Heikki Krogerus 1-0/+1
2023-08-04usb: typec: nb7vpq904m: Add an error handling path in nb7vpq904m_probe()Gravatar Christophe JAILLET 1-7/+18
2023-08-04usb: typec: altmodes/displayport: Signal hpd when configuring pin assignmentGravatar RD Babiera 1-1/+17
2023-08-04usb: typec: tcpm: Fix response to vsafe0V eventGravatar Badhri Jagan Sridharan 1-0/+7
2023-08-04usb: typec: tcpm: not sink vbus if operational current is 0mAGravatar Xu Yang 1-2/+5
2023-08-04usb: typec: tcpm: Refactor the PPS APDO selectionGravatar Kyle Tso 1-101/+21
2023-08-04usb: typec: tcpci_mt6370: remove redundant dev_err_probe()Gravatar Zhu Wang 1-1/+1
2023-07-31Merge 6.5-rc4 into usb-nextGravatar Greg Kroah-Hartman 3-11/+12
2023-07-25usb: typec: intel_pmc_mux: Configure Active and Retimer Cable typeGravatar Utkarsh Patel 1-4/+24
2023-07-25usb: Explicitly include correct DT includesGravatar Rob Herring 5-6/+2
2023-07-25usb: typec: qcom: properly detect Audio Accessory mode peripheralsGravatar Dmitry Baryshkov 1-0/+5
2023-07-25usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM deviceGravatar Madhu M 1-5/+20
2023-07-25usb: typec: nb7vpq904m: Switch back to use struct i2c_driver::probeGravatar Uwe Kleine-König 1-1/+1
2023-07-25usb: typec: Use sysfs_emit_at when concatenating the stringGravatar Kyle Tso 1-2/+2
2023-07-25usb: typec: Iterate pds array when showing the pd listGravatar Kyle Tso 1-6/+5
2023-07-25usb: typec: Set port->pd before adding device for typec_portGravatar Kyle Tso 1-1/+3
2023-07-25usb: typec: qcom: fix return value check in qcom_pmic_typec_probe()Gravatar Yang Yingliang 1-2/+2
2023-07-25usb: typec: ucsi: move typec_set_mode(TYPEC_STATE_SAFE) to ucsi_unregister_pa...Gravatar Neil Armstrong 1-2/+2
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 39-408/+2524
2023-07-02Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+14
2023-06-23usb: typec: nb7vpq904m: fix CONFIG_DRM dependencyGravatar Neil Armstrong 1-0/+2
2023-06-21usb: typec: fsa4480: add support for Audio Accessory ModeGravatar Neil Armstrong 1-0/+17
2023-06-21usb: typec: fsa4480: rework mux & switch setup to handle more statesGravatar Neil Armstrong 1-36/+75
2023-06-21usb: typec: ucsi: call typec_set_mode on non-altmode partner changeGravatar Neil Armstrong 1-0/+17
2023-06-19usb: typec: tcpm: add get max power supportGravatar Frank Wang 1-0/+24
2023-06-19usb: typec: tcpm: fix cc role at port resetGravatar Frank Wang 1-1/+2
2023-06-15usb: typec: add support for the nb7vpq904m Type-C Linear RedriverGravatar Dmitry Baryshkov 3-0/+538
2023-06-14usb: typec: ucsi: Mark dGPUs as DEVICE scopeGravatar Mario Limonciello 1-0/+14
2023-06-13usb: typec: Fix fast_role_swap_current show functionGravatar Pavan Holla 1-1/+1
2023-06-13usb: typec: intel_pmc_mux: Expose IOM port status to debugfsGravatar Rajat Khandelwal 1-1/+51
2023-06-13usb: typec: ucsi: Fix command cancellationGravatar Heikki Krogerus 1-4/+7
2023-06-05Merge 6.4-rc5 into usb-nextGravatar Greg Kroah-Hartman 1-1/+1
2023-05-30usb: typec: tps6598x: Fix broken polling mode after system suspend/resumeGravatar Roger Quadros 1-1/+1
2023-05-30usb: typec: qcom-pmic-typec: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-29usb: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 14-15/+15