[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230709201309.274306-1-dmitry.baryshkov@linaro.org>
Date: Sun, 9 Jul 2023 23:13:07 +0300
From: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
To: Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Bryan O'Donoghue <bryan.odonoghue@...aro.org>,
Guenter Roeck <linux@...ck-us.net>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org
Subject: [PATCH v2 0/2] usb: typec: qcom-pmic-typec: enable DP support
To enable DisplayPort on the platforms supported by qcom-pmic-typec
driver, we need to register a corresponding drm_bridge for this device
and also be able to send the OOB hotplug event to the corresponding DRM
connector. All this is implemented by [1], but there is no direct
dependency on that patchset.
[1] https://patchwork.freedesktop.org/series/120393/
Changes since v1:
- Properly handle CONFIG_DRM dependency. Disallow building DRM as a
module if qcom-pmic-typec driver is built-in (Bryan).
Dmitry Baryshkov (2):
usb: typec: altmodes/displayport: add support for embedded DP cases
usb: typec: qcom-pmic-typec: register drm_bridge
drivers/usb/typec/altmodes/displayport.c | 5 ++-
drivers/usb/typec/tcpm/Kconfig | 1 +
drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c | 39 +++++++++++++++++++
3 files changed, 44 insertions(+), 1 deletion(-)
--
2.39.2
Powered by blists - more mailing lists