linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards
@ 2022-03-07 18:20 Kuldeep Singh
  2022-03-07 18:21 ` [PATCH 2/3] arm64: dts: ns2: Fix spi clock name Kuldeep Singh
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kuldeep Singh @ 2022-03-07 18:20 UTC (permalink / raw)
  To: Florian Fainelli, linux-kernel, linux-arm-kernel, devicetree
  Cc: Scott Branden, Ray Jui

Current git tree for broadcom boards is pretty outdated as it's not
updated for a long time. Fix the reference.

Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ea3e6c914384..5d627156efd9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3900,7 +3900,7 @@ M:	Scott Branden <sbranden@broadcom.com>
 M:	bcm-kernel-feedback-list@broadcom.com
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-T:	git git://github.com/broadcom/cygnus-linux.git
+T:	git git://github.com/broadcom/stblinux.git
 F:	arch/arm64/boot/dts/broadcom/northstar2/*
 F:	arch/arm64/boot/dts/broadcom/stingray/*
 F:	drivers/clk/bcm/clk-ns*
-- 
2.25.1


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

* [PATCH 2/3] arm64: dts: ns2: Fix spi clock name
  2022-03-07 18:20 [PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards Kuldeep Singh
@ 2022-03-07 18:21 ` Kuldeep Singh
  2022-03-07 19:19   ` Florian Fainelli
  2022-03-07 18:21 ` [PATCH 3/3] arm64: dts: stingray: " Kuldeep Singh
  2022-03-07 19:19 ` [PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards Florian Fainelli
  2 siblings, 1 reply; 7+ messages in thread
From: Kuldeep Singh @ 2022-03-07 18:21 UTC (permalink / raw)
  To: Florian Fainelli, linux-kernel, linux-arm-kernel, devicetree
  Cc: Scott Branden, Ray Jui

SPI clock name for pl022 is "sspclk" and not "spiclk".
Also fix below dtc warning:
clock-names:0: 'spiclk' is not one of ['SSPCLK', 'sspclk']

Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
---
 arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
index 6da38ac317f2..4ef1817a4f7a 100644
--- a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
+++ b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
@@ -644,7 +644,7 @@ ssp0: spi@66180000 {
 			reg = <0x66180000 0x1000>;
 			interrupts = <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&iprocslow>, <&iprocslow>;
-			clock-names = "spiclk", "apb_pclk";
+			clock-names = "sspclk", "apb_pclk";
 			#address-cells = <1>;
 			#size-cells = <0>;
 			status = "disabled";
@@ -655,7 +655,7 @@ ssp1: spi@66190000 {
 			reg = <0x66190000 0x1000>;
 			interrupts = <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&iprocslow>, <&iprocslow>;
-			clock-names = "spiclk", "apb_pclk";
+			clock-names = "sspclk", "apb_pclk";
 			#address-cells = <1>;
 			#size-cells = <0>;
 			status = "disabled";
-- 
2.25.1


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

* [PATCH 3/3] arm64: dts: stingray: Fix spi clock name
  2022-03-07 18:20 [PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards Kuldeep Singh
  2022-03-07 18:21 ` [PATCH 2/3] arm64: dts: ns2: Fix spi clock name Kuldeep Singh
@ 2022-03-07 18:21 ` Kuldeep Singh
  2022-03-07 19:19   ` Florian Fainelli
  2022-03-07 19:19 ` [PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards Florian Fainelli
  2 siblings, 1 reply; 7+ messages in thread
From: Kuldeep Singh @ 2022-03-07 18:21 UTC (permalink / raw)
  To: Florian Fainelli, linux-kernel, linux-arm-kernel, devicetree
  Cc: Scott Branden, Ray Jui

SPI clock name for pl022 is "sspclk" and not "spiclk".
Also fix below dtc warning:
clock-names:0: 'spiclk' is not one of ['SSPCLK', 'sspclk']

Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
---
 arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
index 4135246b6e72..7f1b8efd0883 100644
--- a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
+++ b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
@@ -519,7 +519,7 @@ ssp0: spi@180000 {
 			reg = <0x00180000 0x1000>;
 			interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&hsls_div2_clk>, <&hsls_div2_clk>;
-			clock-names = "spiclk", "apb_pclk";
+			clock-names = "sspclk", "apb_pclk";
 			num-cs = <1>;
 			#address-cells = <1>;
 			#size-cells = <0>;
@@ -531,7 +531,7 @@ ssp1: spi@190000 {
 			reg = <0x00190000 0x1000>;
 			interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&hsls_div2_clk>, <&hsls_div2_clk>;
-			clock-names = "spiclk", "apb_pclk";
+			clock-names = "sspclk", "apb_pclk";
 			num-cs = <1>;
 			#address-cells = <1>;
 			#size-cells = <0>;
-- 
2.25.1


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

* Re: [PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards
  2022-03-07 18:20 [PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards Kuldeep Singh
  2022-03-07 18:21 ` [PATCH 2/3] arm64: dts: ns2: Fix spi clock name Kuldeep Singh
  2022-03-07 18:21 ` [PATCH 3/3] arm64: dts: stingray: " Kuldeep Singh
@ 2022-03-07 19:19 ` Florian Fainelli
  2022-03-08  4:54   ` Kuldeep Singh
  2 siblings, 1 reply; 7+ messages in thread
From: Florian Fainelli @ 2022-03-07 19:19 UTC (permalink / raw)
  To: Kuldeep Singh, linux-kernel, linux-arm-kernel, devicetree
  Cc: Scott Branden, Ray Jui

On 3/7/22 10:20 AM, Kuldeep Singh wrote:
> Current git tree for broadcom boards is pretty outdated as it's not
> updated for a long time. Fix the reference.
> 
> Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>

Applied to maintainers/next. Please use scripts/get_maintainers.pl next
time though, our internal mailing list was not copied, thus our
patchwork instance did not pick up the patch.
--
Florian

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

* Re: [PATCH 2/3] arm64: dts: ns2: Fix spi clock name
  2022-03-07 18:21 ` [PATCH 2/3] arm64: dts: ns2: Fix spi clock name Kuldeep Singh
@ 2022-03-07 19:19   ` Florian Fainelli
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2022-03-07 19:19 UTC (permalink / raw)
  To: Kuldeep Singh, linux-kernel, linux-arm-kernel, devicetree
  Cc: Scott Branden, Ray Jui

On 3/7/22 10:21 AM, Kuldeep Singh wrote:
> SPI clock name for pl022 is "sspclk" and not "spiclk".
> Also fix below dtc warning:
> clock-names:0: 'spiclk' is not one of ['SSPCLK', 'sspclk']
> 
> Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>

Applied to deviceree-arm64/next
-- 
Florian

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

* Re: [PATCH 3/3] arm64: dts: stingray: Fix spi clock name
  2022-03-07 18:21 ` [PATCH 3/3] arm64: dts: stingray: " Kuldeep Singh
@ 2022-03-07 19:19   ` Florian Fainelli
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2022-03-07 19:19 UTC (permalink / raw)
  To: Kuldeep Singh, linux-kernel, linux-arm-kernel, devicetree
  Cc: Scott Branden, Ray Jui

On 3/7/22 10:21 AM, Kuldeep Singh wrote:
> SPI clock name for pl022 is "sspclk" and not "spiclk".
> Also fix below dtc warning:
> clock-names:0: 'spiclk' is not one of ['SSPCLK', 'sspclk']
> 
> Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>

Applied to deviceree-arm64/next
-- 
Florian

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

* Re: [PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards
  2022-03-07 19:19 ` [PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards Florian Fainelli
@ 2022-03-08  4:54   ` Kuldeep Singh
  0 siblings, 0 replies; 7+ messages in thread
From: Kuldeep Singh @ 2022-03-08  4:54 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-kernel, linux-arm-kernel, devicetree, Scott Branden, Ray Jui

On Mon, Mar 07, 2022 at 11:19:20AM -0800, Florian Fainelli wrote:
> On 3/7/22 10:20 AM, Kuldeep Singh wrote:
> > Current git tree for broadcom boards is pretty outdated as it's not
> > updated for a long time. Fix the reference.
> > 
> > Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
> 
> Applied to maintainers/next. Please use scripts/get_maintainers.pl next
> time though, our internal mailing list was not copied, thus our
> patchwork instance did not pick up the patch.

Ahh i see. Though I ran get_maintainers.pl, but couldn't cc internal mailing
list. I'll take care next time. 
Thanks!

Regards
Kuldeep

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

end of thread, other threads:[~2022-03-08  4:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07 18:20 [PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards Kuldeep Singh
2022-03-07 18:21 ` [PATCH 2/3] arm64: dts: ns2: Fix spi clock name Kuldeep Singh
2022-03-07 19:19   ` Florian Fainelli
2022-03-07 18:21 ` [PATCH 3/3] arm64: dts: stingray: " Kuldeep Singh
2022-03-07 19:19   ` Florian Fainelli
2022-03-07 19:19 ` [PATCH 1/3] MAINTAINERS: Update git tree for broadcom IPROC boards Florian Fainelli
2022-03-08  4:54   ` Kuldeep Singh

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