devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Christian Marangi <ansuelsmth@gmail.com>
Cc: Andy Gross <agross@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/8] Add ipq806x missing bindings
Date: Sat, 16 Jul 2022 21:46:23 -0500	[thread overview]
Message-ID: <YtN3/wYKFeAZEsX8@builder.lan> (raw)
In-Reply-To: <20220707010943.20857-1-ansuelsmth@gmail.com>

On Wed 06 Jul 20:09 CDT 2022, Christian Marangi wrote:

> This is a respin of "Multiple addition to ipq8064 dtsi" series
> with major changes and some commit removed.
> 
> This series try to add some of the missing bindings for ipq806x.
> 
> This still lacks of the cpu bindings and all the bindings required
> to scale cpu clk or L2. These will come later as the driver and
> documentation require some changes.
> 
> So for now we try to add bindings that can directly applied without
> making changes to any drivers.
> 
> Changes:
> v2:
> - Dropped "add sic non secure node for ipq8064" (no user found)
> - Dropped "add smem node for ipq8064" (require changes to the driver
>   to remove syscon node and use regs directly, will be added in a
>   different series)
> - Dropped "fix dtc warning for missing #address-cells for ipq8064" (
>   doesn't actually fix any warning)
> - Changed "enable usb phy by default for ipq8064" to disable usb phy
>   by default
> - Reworked rpm smb208 declaration to a saparate dtsi
> - Fixed order with compatible-reg-status
> - Squashed "remove redundant binding from ipq8064 rb3011 dts" with
>   "add multiple missing pin definition for ipq8064" to prevent dtc
>   error.
> - Add review tag for snps patch
> 
> Changes from "Multiple addition to ipq8064 dtsi":
> v3:
> - Fix error in rb3011 dts
> - Add tested-by tag on the entire series
> v2:
> - Added missing patch
> - Added additional gsbi6 spi
> - Added extra description for L2 cache opp
> - Fxied smb208 enabled by default that is problematic for rb3011 devices
> 
> Christian Marangi (8):
>   ARM: dts: qcom: add multiple missing pin definition for ipq8064
>   ARM: dts: qcom: add gsbi6 missing definition for ipq8064
>   ARM: dts: qcom: add specific ipq8064 dtsi with smb208 rpm regulators
>   ARM: dts: qcom: add missing snps,dwmac compatible for gmac ipq8064
>   ARM: dts: qcom: disable usb phy by default for ipq8064
>   ARM: dts: qcom: reduce pci IO size to 64K for ipq8064
>   ARM: dts: qcom: fix and add some missing gsbi node for ipq8064
>   ARM: dts: qcom: add speedbin efuse nvmem node

Please prefix your ipa8064-specific patches with
  "ARM: dts: qcom: ipq8064: ..."

It makes the git history easier to read, so I fixed it up while applying
these.

Thanks,
Bjorn

> 
>  arch/arm/boot/dts/qcom-ipq8064-ap148.dts   |   6 -
>  arch/arm/boot/dts/qcom-ipq8064-rb3011.dts  |   9 --
>  arch/arm/boot/dts/qcom-ipq8064-smb208.dtsi |  37 +++++
>  arch/arm/boot/dts/qcom-ipq8064.dtsi        | 150 +++++++++++++++++++--
>  4 files changed, 179 insertions(+), 23 deletions(-)
>  create mode 100644 arch/arm/boot/dts/qcom-ipq8064-smb208.dtsi
> 
> -- 
> 2.36.1
> 

  parent reply	other threads:[~2022-07-17  2:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07  1:09 [PATCH v2 0/8] Add ipq806x missing bindings Christian Marangi
2022-07-07  1:09 ` [PATCH v2 1/8] ARM: dts: qcom: add multiple missing pin definition for ipq8064 Christian Marangi
2022-07-07  1:09 ` [PATCH v2 2/8] ARM: dts: qcom: add gsbi6 missing " Christian Marangi
2022-07-07  1:09 ` [PATCH v2 3/8] ARM: dts: qcom: add specific ipq8064 dtsi with smb208 rpm regulators Christian Marangi
2022-07-07  1:09 ` [PATCH v2 4/8] ARM: dts: qcom: add missing snps,dwmac compatible for gmac ipq8064 Christian Marangi
2022-07-07  1:09 ` [PATCH v2 5/8] ARM: dts: qcom: disable usb phy by default for ipq8064 Christian Marangi
2022-07-07  1:09 ` [PATCH v2 6/8] ARM: dts: qcom: reduce pci IO size to 64K " Christian Marangi
2022-07-07  1:09 ` [PATCH v2 7/8] ARM: dts: qcom: fix and add some missing gsbi node " Christian Marangi
2022-07-07  1:09 ` [PATCH v2 8/8] ARM: dts: qcom: add speedbin efuse nvmem binding Christian Marangi
2022-07-07  1:34   ` Christian Marangi
2022-07-07  1:09 ` [PATCH v2 8/8] ARM: dts: qcom: add speedbin efuse nvmem node Christian Marangi
2022-07-17  2:46 ` Bjorn Andersson [this message]
2022-07-17  9:20   ` [PATCH v2 0/8] Add ipq806x missing bindings Christian Marangi
2022-07-17  3:08 ` 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=YtN3/wYKFeAZEsX8@builder.lan \
    --to=bjorn.andersson@linaro.org \
    --cc=agross@kernel.org \
    --cc=ansuelsmth@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).