linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 0/2] Add device tree compatible for sc7180 SoC
@ 2021-09-30 10:24 Rajesh Patil
  2021-09-30 10:24 ` [PATCH V1 1/2] dt-bindings: spi: Add sc7180 support Rajesh Patil
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Rajesh Patil @ 2021-09-30 10:24 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Mark Brown, Doug Anderson
  Cc: linux-arm-msm, linux-kernel, devicetree, rnayak,
	saiprakash.ranjan, msavaliy, skakit, sboyd, mka, Rajesh Patil

 - As per Doug's comments
   1. Added device tree compatible in dt-bindings
   2. Added "qcom,sc718-qspi" in qspi node

Rajesh Patil (2):
  dt-bindings: spi: Add sc7180 support
  arm64: dts: qcom: sc7180: Add qspi compatible

 Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml | 1 +
 arch/arm64/boot/dts/qcom/sc7180.dtsi                          | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member 
of Code Aurora Forum, hosted by The Linux Foundation


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH V1 1/2] dt-bindings: spi: Add sc7180 support
  2021-09-30 10:24 [PATCH V1 0/2] Add device tree compatible for sc7180 SoC Rajesh Patil
@ 2021-09-30 10:24 ` Rajesh Patil
  2021-09-30 13:35   ` Doug Anderson
  2021-10-01 20:25   ` Mark Brown
  2021-09-30 10:24 ` [PATCH V1 2/2] arm64: dts: qcom: sc7180: Add qspi compatible Rajesh Patil
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 8+ messages in thread
From: Rajesh Patil @ 2021-09-30 10:24 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Mark Brown, Doug Anderson
  Cc: linux-arm-msm, linux-kernel, devicetree, rnayak,
	saiprakash.ranjan, msavaliy, skakit, sboyd, mka, Rajesh Patil

Add device tree compatible for sc7180 SoC.

Signed-off-by: Rajesh Patil <rajpat@codeaurora.org>
---
 Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml
index 09aa955..055524f 100644
--- a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml
+++ b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml
@@ -22,6 +22,7 @@ properties:
   compatible:
     items:
       - enum:
+          - qcom,sc7180-qspi
           - qcom,sc7280-qspi
           - qcom,sdm845-qspi
 
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member 
of Code Aurora Forum, hosted by The Linux Foundation


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH V1 2/2] arm64: dts: qcom: sc7180: Add qspi compatible
  2021-09-30 10:24 [PATCH V1 0/2] Add device tree compatible for sc7180 SoC Rajesh Patil
  2021-09-30 10:24 ` [PATCH V1 1/2] dt-bindings: spi: Add sc7180 support Rajesh Patil
@ 2021-09-30 10:24 ` Rajesh Patil
  2021-09-30 13:35   ` Doug Anderson
  2021-10-02  1:37 ` (subset) [PATCH V1 0/2] Add device tree compatible for sc7180 SoC Mark Brown
  2021-10-17 15:31 ` Bjorn Andersson
  3 siblings, 1 reply; 8+ messages in thread
From: Rajesh Patil @ 2021-09-30 10:24 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Mark Brown, Doug Anderson
  Cc: linux-arm-msm, linux-kernel, devicetree, rnayak,
	saiprakash.ranjan, msavaliy, skakit, sboyd, mka, Rajesh Patil

Add "qcom,sc7180-qspi" compatible in qspi node

Signed-off-by: Rajesh Patil <rajpat@codeaurora.org>
---
 arch/arm64/boot/dts/qcom/sc7180.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index f10217c..8531f99 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -2647,7 +2647,7 @@
 		};
 
 		qspi: spi@88dc000 {
-			compatible = "qcom,qspi-v1";
+			compatible = "qcom,sc7180-qspi", "qcom,qspi-v1";
 			reg = <0 0x088dc000 0 0x600>;
 			#address-cells = <1>;
 			#size-cells = <0>;
-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member 
of Code Aurora Forum, hosted by The Linux Foundation


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH V1 1/2] dt-bindings: spi: Add sc7180 support
  2021-09-30 10:24 ` [PATCH V1 1/2] dt-bindings: spi: Add sc7180 support Rajesh Patil
@ 2021-09-30 13:35   ` Doug Anderson
  2021-10-01 20:25   ` Mark Brown
  1 sibling, 0 replies; 8+ messages in thread
From: Doug Anderson @ 2021-09-30 13:35 UTC (permalink / raw)
  To: Rajesh Patil
  Cc: Andy Gross, Bjorn Andersson, Rob Herring, Mark Brown,
	linux-arm-msm, LKML,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Rajendra Nayak, Sai Prakash Ranjan, msavaliy, satya priya,
	Stephen Boyd, Matthias Kaehlcke

Hi,

On Thu, Sep 30, 2021 at 3:25 AM Rajesh Patil <rajpat@codeaurora.org> wrote:
>
> Add device tree compatible for sc7180 SoC.
>
> Signed-off-by: Rajesh Patil <rajpat@codeaurora.org>
> ---
>  Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Douglas Anderson <dianders@chromium.org>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH V1 2/2] arm64: dts: qcom: sc7180: Add qspi compatible
  2021-09-30 10:24 ` [PATCH V1 2/2] arm64: dts: qcom: sc7180: Add qspi compatible Rajesh Patil
@ 2021-09-30 13:35   ` Doug Anderson
  0 siblings, 0 replies; 8+ messages in thread
From: Doug Anderson @ 2021-09-30 13:35 UTC (permalink / raw)
  To: Rajesh Patil
  Cc: Andy Gross, Bjorn Andersson, Rob Herring, Mark Brown,
	linux-arm-msm, LKML,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Rajendra Nayak, Sai Prakash Ranjan, msavaliy, satya priya,
	Stephen Boyd, Matthias Kaehlcke

Hi,

On Thu, Sep 30, 2021 at 3:25 AM Rajesh Patil <rajpat@codeaurora.org> wrote:
>
> Add "qcom,sc7180-qspi" compatible in qspi node
>
> Signed-off-by: Rajesh Patil <rajpat@codeaurora.org>
> ---
>  arch/arm64/boot/dts/qcom/sc7180.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Douglas Anderson <dianders@chromium.org>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH V1 1/2] dt-bindings: spi: Add sc7180 support
  2021-09-30 10:24 ` [PATCH V1 1/2] dt-bindings: spi: Add sc7180 support Rajesh Patil
  2021-09-30 13:35   ` Doug Anderson
@ 2021-10-01 20:25   ` Mark Brown
  1 sibling, 0 replies; 8+ messages in thread
From: Mark Brown @ 2021-10-01 20:25 UTC (permalink / raw)
  To: Rajesh Patil
  Cc: Andy Gross, Bjorn Andersson, Rob Herring, Doug Anderson,
	linux-arm-msm, linux-kernel, devicetree, rnayak,
	saiprakash.ranjan, msavaliy, skakit, sboyd, mka

[-- Attachment #1: Type: text/plain, Size: 438 bytes --]

On Thu, Sep 30, 2021 at 03:54:09PM +0530, Rajesh Patil wrote:
> Add device tree compatible for sc7180 SoC.

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: (subset) [PATCH V1 0/2] Add device tree compatible for sc7180 SoC
  2021-09-30 10:24 [PATCH V1 0/2] Add device tree compatible for sc7180 SoC Rajesh Patil
  2021-09-30 10:24 ` [PATCH V1 1/2] dt-bindings: spi: Add sc7180 support Rajesh Patil
  2021-09-30 10:24 ` [PATCH V1 2/2] arm64: dts: qcom: sc7180: Add qspi compatible Rajesh Patil
@ 2021-10-02  1:37 ` Mark Brown
  2021-10-17 15:31 ` Bjorn Andersson
  3 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2021-10-02  1:37 UTC (permalink / raw)
  To: Bjorn Andersson, Doug Anderson, Rob Herring, Rajesh Patil, Andy Gross
  Cc: Mark Brown, linux-arm-msm, devicetree, saiprakash.ranjan,
	linux-kernel, rnayak, mka, msavaliy, sboyd, skakit

On Thu, 30 Sep 2021 15:54:08 +0530, Rajesh Patil wrote:
>  - As per Doug's comments
>    1. Added device tree compatible in dt-bindings
>    2. Added "qcom,sc718-qspi" in qspi node
> 
> Rajesh Patil (2):
>   dt-bindings: spi: Add sc7180 support
>   arm64: dts: qcom: sc7180: Add qspi compatible
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/2] dt-bindings: spi: Add sc7180 support
      commit: acde408188491ab8965c10bf82bb06600599cdd4

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: (subset) [PATCH V1 0/2] Add device tree compatible for sc7180 SoC
  2021-09-30 10:24 [PATCH V1 0/2] Add device tree compatible for sc7180 SoC Rajesh Patil
                   ` (2 preceding siblings ...)
  2021-10-02  1:37 ` (subset) [PATCH V1 0/2] Add device tree compatible for sc7180 SoC Mark Brown
@ 2021-10-17 15:31 ` Bjorn Andersson
  3 siblings, 0 replies; 8+ messages in thread
From: Bjorn Andersson @ 2021-10-17 15:31 UTC (permalink / raw)
  To: Andy Gross, Doug Anderson, Rob Herring, Mark Brown, Rajesh Patil
  Cc: linux-arm-msm, sboyd, linux-kernel, skakit, devicetree,
	saiprakash.ranjan, mka, rnayak, msavaliy

On Thu, 30 Sep 2021 15:54:08 +0530, Rajesh Patil wrote:
>  - As per Doug's comments
>    1. Added device tree compatible in dt-bindings
>    2. Added "qcom,sc718-qspi" in qspi node
> 
> Rajesh Patil (2):
>   dt-bindings: spi: Add sc7180 support
>   arm64: dts: qcom: sc7180: Add qspi compatible
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: sc7180: Add qspi compatible
      commit: dfe28877db61e82ba3b57b50d73096ef11563d72

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-10-17 15:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 10:24 [PATCH V1 0/2] Add device tree compatible for sc7180 SoC Rajesh Patil
2021-09-30 10:24 ` [PATCH V1 1/2] dt-bindings: spi: Add sc7180 support Rajesh Patil
2021-09-30 13:35   ` Doug Anderson
2021-10-01 20:25   ` Mark Brown
2021-09-30 10:24 ` [PATCH V1 2/2] arm64: dts: qcom: sc7180: Add qspi compatible Rajesh Patil
2021-09-30 13:35   ` Doug Anderson
2021-10-02  1:37 ` (subset) [PATCH V1 0/2] Add device tree compatible for sc7180 SoC Mark Brown
2021-10-17 15:31 ` Bjorn Andersson

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).