public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Yongxing Mou <quic_yongmou@quicinc.com>,
	Rob Clark <robdclark@gmail.com>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Sean Paul <sean@poorly.run>,
	Marijn Suijten <marijn.suijten@somainline.org>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Kuogee Hsieh <quic_khsieh@quicinc.com>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
	freedreno@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: display/msm: Redocument the dp-controller for QCS8300
Date: Wed, 12 Feb 2025 09:35:27 +0100	[thread overview]
Message-ID: <531a23fe-940a-4e9a-b023-5f1789ac65a5@kernel.org> (raw)
In-Reply-To: <20250212-mst_qcs8300-v1-1-38a8aa08394b@quicinc.com>

On 12/02/2025 08:12, Yongxing Mou wrote:
> We need to enable mst for qcs8300, dp0 controller will support 2 streams
> output. So not reuse sm8650 dp controller driver and will add a new driver
> patch for qcs8300 mst feature. Modify the corresponding dt-bingding file
> to compatible with the qcs8300-dp.
> 
> Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.com>
NAK. You just said qcs8300 is compatible with sm8650. I did not ask
about drivers, I asked about hardware.

This is messy approach. Describe properly the hardware first, instead of
sending two conflicting patchsets.

Best regards,
Krzysztof

  reply	other threads:[~2025-02-12  8:35 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-12  7:12 [PATCH 0/4] Add MST support for qcs8300 platform Yongxing Mou
2025-02-12  7:12 ` [PATCH 1/4] dt-bindings: display/msm: Redocument the dp-controller for QCS8300 Yongxing Mou
2025-02-12  8:35   ` Krzysztof Kozlowski [this message]
2025-02-12 11:13     ` Yongxing Mou
2025-02-12 11:28       ` Krzysztof Kozlowski
2025-02-12 13:44         ` Konrad Dybcio
2025-02-19  9:43           ` Yongxing Mou
2025-02-12 10:41   ` Dmitry Baryshkov
2025-02-12 10:53     ` Krzysztof Kozlowski
2025-02-12 12:26       ` Dmitry Baryshkov
2025-02-19  9:56         ` Yongxing Mou
2025-02-19 12:56           ` Dmitry Baryshkov
2025-02-12 10:42   ` Dmitry Baryshkov
2025-02-19  9:57     ` Yongxing Mou
2025-02-12  7:12 ` [PATCH 2/4] dt-bindings: display/msm: Add stream 1 pixel clock " Yongxing Mou
2025-02-12  8:34   ` Krzysztof Kozlowski
2025-02-19 10:00     ` Yongxing Mou
2025-02-12  7:12 ` [PATCH 3/4] drm/msm/dp: Populate the max_streams for qcs8300 mst controller Yongxing Mou
2025-02-12  7:12 ` [PATCH 4/4] arm64: dts: qcom: qcs8300: Add support for stream 1 clk for DP MST Yongxing Mou
2025-02-12 23:41   ` Konrad Dybcio
2025-02-19 10:00     ` Yongxing Mou
2025-02-12  9:06 ` [PATCH 0/4] Add MST support for qcs8300 platform Krzysztof Kozlowski
2025-02-19 10:02   ` Yongxing Mou
2025-02-19 10:58     ` Dmitry Baryshkov
2025-02-19 12:07     ` Krzysztof Kozlowski
2025-02-20  7:33       ` Yongxing Mou
2025-02-12 10:51 ` Dmitry Baryshkov
2025-02-19 10:07   ` Yongxing Mou
2025-02-12 14:35 ` Rob Herring
2025-02-12 14:54   ` Konrad Dybcio

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=531a23fe-940a-4e9a-b023-5f1789ac65a5@kernel.org \
    --to=krzk@kernel.org \
    --cc=airlied@gmail.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=marijn.suijten@somainline.org \
    --cc=mripard@kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=quic_khsieh@quicinc.com \
    --cc=quic_yongmou@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=robh@kernel.org \
    --cc=sean@poorly.run \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox