From: Vinod Koul <vkoul@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Andrzej Hajda <andrzej.hajda@intel.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Robert Foss <rfoss@kernel.org>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
Jonas Karlman <jonas@kwiboo.se>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Kishon Vijay Abraham I <kishon@kernel.org>,
Heikki Krogerus <heikki.krogerus@linux.intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org,
linux-phy@lists.infradead.org, linux-usb@vger.kernel.org,
freedreno@lists.freedesktop.org
Subject: Re: [PATCH v4 2/3] phy: qcom: qmp-combo: switch to DRM_AUX_BRIDGE
Date: Tue, 22 Aug 2023 19:21:07 +0530 [thread overview]
Message-ID: <ZOS9SxQTWcKM+CBa@matsya> (raw)
In-Reply-To: <20230817145516.5924-3-dmitry.baryshkov@linaro.org>
On 17-08-23, 17:55, Dmitry Baryshkov wrote:
> Switch to using the new DRM_AUX_BRIDGE helper to create the
> transparent DRM bridge device instead of handcoding corresponding
> functionality.
Acked-by: Vinod Koul <vkoul@kernel.org>
--
~Vinod
WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Andrzej Hajda <andrzej.hajda@intel.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Robert Foss <rfoss@kernel.org>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
Jonas Karlman <jonas@kwiboo.se>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Kishon Vijay Abraham I <kishon@kernel.org>,
Heikki Krogerus <heikki.krogerus@linux.intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org,
linux-phy@lists.infradead.org, linux-usb@vger.kernel.org,
freedreno@lists.freedesktop.org
Subject: Re: [PATCH v4 2/3] phy: qcom: qmp-combo: switch to DRM_AUX_BRIDGE
Date: Tue, 22 Aug 2023 19:21:07 +0530 [thread overview]
Message-ID: <ZOS9SxQTWcKM+CBa@matsya> (raw)
In-Reply-To: <20230817145516.5924-3-dmitry.baryshkov@linaro.org>
On 17-08-23, 17:55, Dmitry Baryshkov wrote:
> Switch to using the new DRM_AUX_BRIDGE helper to create the
> transparent DRM bridge device instead of handcoding corresponding
> functionality.
Acked-by: Vinod Koul <vkoul@kernel.org>
--
~Vinod
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Kishon Vijay Abraham I <kishon@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Heikki Krogerus <heikki.krogerus@linux.intel.com>,
Robert Foss <rfoss@kernel.org>,
dri-devel@lists.freedesktop.org, Jonas Karlman <jonas@kwiboo.se>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Bjorn Andersson <andersson@kernel.org>,
linux-usb@vger.kernel.org,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Andy Gross <agross@kernel.org>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
Andrzej Hajda <andrzej.hajda@intel.com>,
linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org,
freedreno@lists.freedesktop.org
Subject: Re: [PATCH v4 2/3] phy: qcom: qmp-combo: switch to DRM_AUX_BRIDGE
Date: Tue, 22 Aug 2023 19:21:07 +0530 [thread overview]
Message-ID: <ZOS9SxQTWcKM+CBa@matsya> (raw)
In-Reply-To: <20230817145516.5924-3-dmitry.baryshkov@linaro.org>
On 17-08-23, 17:55, Dmitry Baryshkov wrote:
> Switch to using the new DRM_AUX_BRIDGE helper to create the
> transparent DRM bridge device instead of handcoding corresponding
> functionality.
Acked-by: Vinod Koul <vkoul@kernel.org>
--
~Vinod
next prev parent reply other threads:[~2023-08-22 13:51 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 14:55 [PATCH v4 0/3] drm: simplify support for transparent DRM bridges Dmitry Baryshkov
2023-08-17 14:55 ` Dmitry Baryshkov
2023-08-17 14:55 ` Dmitry Baryshkov
2023-08-17 14:55 ` [PATCH v4 1/3] drm/bridge: add transparent bridge helper Dmitry Baryshkov
2023-08-17 14:55 ` Dmitry Baryshkov
2023-08-17 14:55 ` Dmitry Baryshkov
2023-08-17 14:55 ` [PATCH v4 2/3] phy: qcom: qmp-combo: switch to DRM_AUX_BRIDGE Dmitry Baryshkov
2023-08-17 14:55 ` Dmitry Baryshkov
2023-08-17 14:55 ` Dmitry Baryshkov
2023-08-22 13:51 ` Vinod Koul [this message]
2023-08-22 13:51 ` Vinod Koul
2023-08-22 13:51 ` Vinod Koul
2023-08-17 14:55 ` [PATCH v4 3/3] usb: typec: nb7vpq904m: " Dmitry Baryshkov
2023-08-17 14:55 ` Dmitry Baryshkov
2023-08-17 14:55 ` Dmitry Baryshkov
2023-08-22 12:36 ` Greg Kroah-Hartman
2023-08-22 12:36 ` Greg Kroah-Hartman
2023-08-22 12:36 ` Greg Kroah-Hartman
2023-08-22 14:17 ` [PATCH v4 0/3] drm: simplify support for transparent DRM bridges Laurent Pinchart
2023-08-22 14:17 ` Laurent Pinchart
2023-08-22 14:17 ` Laurent Pinchart
2023-08-22 14:19 ` Laurent Pinchart
2023-08-22 14:19 ` Laurent Pinchart
2023-08-22 14:19 ` Laurent Pinchart
2023-08-22 14:27 ` Neil Armstrong
2023-08-22 14:27 ` Neil Armstrong
2023-08-22 14:27 ` Neil Armstrong
2023-09-14 21:23 ` Laurent Pinchart
2023-09-14 21:23 ` Laurent Pinchart
2023-09-14 21:23 ` Laurent Pinchart
2023-09-14 22:10 ` Dmitry Baryshkov
2023-09-14 22:10 ` Dmitry Baryshkov
2023-09-14 22:10 ` Dmitry Baryshkov
2023-08-28 22:28 ` Dmitry Baryshkov
2023-08-28 22:28 ` Dmitry Baryshkov
2023-08-28 22:28 ` Dmitry Baryshkov
2023-09-03 21:02 ` Dmitry Baryshkov
2023-09-03 21:02 ` Dmitry Baryshkov
2023-09-03 21:02 ` Dmitry Baryshkov
2023-09-14 21:44 ` Laurent Pinchart
2023-09-14 21:44 ` Laurent Pinchart
2023-09-14 21:44 ` Laurent Pinchart
2023-09-14 22:01 ` Dmitry Baryshkov
2023-09-14 22:01 ` Dmitry Baryshkov
2023-09-14 22:01 ` Dmitry Baryshkov
-- strict thread matches above, loose matches on Subject: below --
2023-10-10 23:10 [PATCH v4 0/3 RESEND] " Dmitry Baryshkov
2023-10-10 23:10 ` [PATCH v4 2/3] phy: qcom: qmp-combo: switch to DRM_AUX_BRIDGE Dmitry Baryshkov
2023-10-10 23:10 ` Dmitry Baryshkov
2023-10-10 23:10 ` Dmitry Baryshkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZOS9SxQTWcKM+CBa@matsya \
--to=vkoul@kernel.org \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=agross@kernel.org \
--cc=airlied@gmail.com \
--cc=andersson@kernel.org \
--cc=andrzej.hajda@intel.com \
--cc=daniel@ffwll.ch \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=kishon@kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-usb@vger.kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=rfoss@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.