All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: agross@kernel.org, linux-arm-msm@vger.kernel.org,
	konrad.dybcio@linaro.org, krzysztof.kozlowski@linaro.org
Cc: neil.armstrong@linaro.org, dmitry.baryshkov@linaro.org,
	sean@poorly.run, dri-devel@lists.freedesktop.org,
	airlied@gmail.com, robdclark@gmail.com,
	freedreno@lists.freedesktop.org, marijn.suijten@somainline.org,
	daniel@ffwll.ch, linux-kernel@vger.kernel.org,
	dianders@chromium.org, quic_rajeevny@quicinc.com,
	loic.poulain@linaro.org, quic_abhinavk@quicinc.com,
	swboyd@chromium.org
Subject: Re: (subset) [PATCH 1/8] drm/msm/dsi: Allow 2 CTRLs on v2.5.0
Date: Mon, 30 Jan 2023 17:46:10 -0600	[thread overview]
Message-ID: <167512236602.4092892.13590634993322919413.b4-ty@kernel.org> (raw)
In-Reply-To: <20230120210101.2146852-1-konrad.dybcio@linaro.org>

On Fri, 20 Jan 2023 22:00:53 +0100, Konrad Dybcio wrote:
> v2.5.0 support was originally added for SC7280, but this hw is also
> present on SM8350, which has one more DSI host. Bump up the dsi count
> and fill in the register of the secondary host to allow it to probe.
> 
> This should not have any adverse effects on SC7280, as the secondary
> CTRL will only be touched if it's defined, anyway.
> 
> [...]

Applied, thanks!

[2/8] arm64: dts: qcom: sm8350: Add missing #address/size-cells to DSIn
      commit: 6636818ecf0f1d448360835017473cf94a0ee967
[3/8] arm64: dts: qcom: sm8350: Fix DSI1 interrupt
      commit: 1eed7995d9da0489e5a46c13bd888ffa987ead98
[4/8] arm64: dts: qcom: sm8350: Feed DSI1 PHY clocks to DISPCC
      commit: 0af6a4012b3815ebca7b8080a286edc01e4a89e1
[5/8] arm64: dts: qcom: sm8350: Fix DSI PHY compatibles
      commit: 45cd807de14388010a279765486c13f8ac540dfa
[6/8] arm64: dts: qcom: sm8350: Fix DSI PLL size
      commit: e3e654ced376060d64ede8e2dfde0b1bac0f9086
[7/8] arm64: dts: qcom: sm8350: Add mdss_ prefix to DSIn out labels
      commit: 2a07efb8c08619888428cc8fd47643c438111f29
[8/8] arm64: dts: qcom: sm8350: Hook up DSI1 to MDP
      commit: b904227a4b693fbb9d5eabc9d7100dc01d9eb973

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <andersson@kernel.org>
To: agross@kernel.org, linux-arm-msm@vger.kernel.org,
	konrad.dybcio@linaro.org, krzysztof.kozlowski@linaro.org
Cc: neil.armstrong@linaro.org, loic.poulain@linaro.org,
	quic_abhinavk@quicinc.com, sean@poorly.run, swboyd@chromium.org,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	dianders@chromium.org, quic_rajeevny@quicinc.com,
	dmitry.baryshkov@linaro.org, marijn.suijten@somainline.org,
	freedreno@lists.freedesktop.org
Subject: Re: (subset) [PATCH 1/8] drm/msm/dsi: Allow 2 CTRLs on v2.5.0
Date: Mon, 30 Jan 2023 17:46:10 -0600	[thread overview]
Message-ID: <167512236602.4092892.13590634993322919413.b4-ty@kernel.org> (raw)
In-Reply-To: <20230120210101.2146852-1-konrad.dybcio@linaro.org>

On Fri, 20 Jan 2023 22:00:53 +0100, Konrad Dybcio wrote:
> v2.5.0 support was originally added for SC7280, but this hw is also
> present on SM8350, which has one more DSI host. Bump up the dsi count
> and fill in the register of the secondary host to allow it to probe.
> 
> This should not have any adverse effects on SC7280, as the secondary
> CTRL will only be touched if it's defined, anyway.
> 
> [...]

Applied, thanks!

[2/8] arm64: dts: qcom: sm8350: Add missing #address/size-cells to DSIn
      commit: 6636818ecf0f1d448360835017473cf94a0ee967
[3/8] arm64: dts: qcom: sm8350: Fix DSI1 interrupt
      commit: 1eed7995d9da0489e5a46c13bd888ffa987ead98
[4/8] arm64: dts: qcom: sm8350: Feed DSI1 PHY clocks to DISPCC
      commit: 0af6a4012b3815ebca7b8080a286edc01e4a89e1
[5/8] arm64: dts: qcom: sm8350: Fix DSI PHY compatibles
      commit: 45cd807de14388010a279765486c13f8ac540dfa
[6/8] arm64: dts: qcom: sm8350: Fix DSI PLL size
      commit: e3e654ced376060d64ede8e2dfde0b1bac0f9086
[7/8] arm64: dts: qcom: sm8350: Add mdss_ prefix to DSIn out labels
      commit: 2a07efb8c08619888428cc8fd47643c438111f29
[8/8] arm64: dts: qcom: sm8350: Hook up DSI1 to MDP
      commit: b904227a4b693fbb9d5eabc9d7100dc01d9eb973

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

  parent reply	other threads:[~2023-01-30 23:46 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-20 21:00 [PATCH 1/8] drm/msm/dsi: Allow 2 CTRLs on v2.5.0 Konrad Dybcio
2023-01-20 21:00 ` Konrad Dybcio
2023-01-20 21:00 ` [PATCH 2/8] arm64: dts: qcom: sm8350: Add missing #address/size-cells to DSIn Konrad Dybcio
2023-01-20 21:00   ` Konrad Dybcio
2023-01-21  8:46   ` Dmitry Baryshkov
2023-01-21  8:46     ` Dmitry Baryshkov
2023-01-20 21:00 ` [PATCH 3/8] arm64: dts: qcom: sm8350: Fix DSI1 interrupt Konrad Dybcio
2023-01-20 21:00   ` Konrad Dybcio
2023-01-21  8:46   ` Dmitry Baryshkov
2023-01-21  8:46     ` Dmitry Baryshkov
2023-01-20 21:00 ` [PATCH 4/8] arm64: dts: qcom: sm8350: Feed DSI1 PHY clocks to DISPCC Konrad Dybcio
2023-01-20 21:00   ` Konrad Dybcio
2023-01-21  8:47   ` Dmitry Baryshkov
2023-01-21  8:47     ` Dmitry Baryshkov
2023-01-20 21:00 ` [PATCH 5/8] arm64: dts: qcom: sm8350: Fix DSI PHY compatibles Konrad Dybcio
2023-01-20 21:00   ` Konrad Dybcio
2023-01-21  8:47   ` Dmitry Baryshkov
2023-01-21  8:47     ` Dmitry Baryshkov
2023-01-20 21:00 ` [PATCH 6/8] arm64: dts: qcom: sm8350: Fix DSI PLL size Konrad Dybcio
2023-01-20 21:00   ` Konrad Dybcio
2023-01-21  8:47   ` Dmitry Baryshkov
2023-01-21  8:47     ` Dmitry Baryshkov
2023-01-20 21:00 ` [PATCH 7/8] arm64: dts: qcom: sm8350: Add mdss_ prefix to DSIn out labels Konrad Dybcio
2023-01-20 21:00   ` Konrad Dybcio
2023-01-21  8:48   ` Dmitry Baryshkov
2023-01-21  8:48     ` Dmitry Baryshkov
2023-01-20 21:01 ` [PATCH 8/8] arm64: dts: qcom: sm8350: Hook up DSI1 to MDP Konrad Dybcio
2023-01-20 21:01   ` Konrad Dybcio
2023-01-21  8:48   ` Dmitry Baryshkov
2023-01-21  8:48     ` Dmitry Baryshkov
2023-01-21  8:42 ` [PATCH 1/8] drm/msm/dsi: Allow 2 CTRLs on v2.5.0 Dmitry Baryshkov
2023-01-21  8:42   ` Dmitry Baryshkov
2023-01-21 10:18 ` Dmitry Baryshkov
2023-01-21 10:18   ` Dmitry Baryshkov
2023-01-30 23:46 ` Bjorn Andersson [this message]
2023-01-30 23:46   ` (subset) " Bjorn Andersson

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=167512236602.4092892.13590634993322919413.b4-ty@kernel.org \
    --to=andersson@kernel.org \
    --cc=agross@kernel.org \
    --cc=airlied@gmail.com \
    --cc=daniel@ffwll.ch \
    --cc=dianders@chromium.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=loic.poulain@linaro.org \
    --cc=marijn.suijten@somainline.org \
    --cc=neil.armstrong@linaro.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=quic_rajeevny@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    --cc=swboyd@chromium.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.