All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: Makefile: Collate AM64 platforms together
@ 2021-09-15 12:14 ` Nishanth Menon
  0 siblings, 0 replies; 6+ messages in thread
From: Nishanth Menon @ 2021-09-15 12:14 UTC (permalink / raw)
  To: Rob Herring, Tero Kristo, Vignesh Raghavendra
  Cc: linux-kernel, devicetree, linux-arm-kernel, Nishanth Menon

Make sure that the platforms are grouped together per SoC. This helps
keep the Makefile readable as newer platforms get added to the list.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 arch/arm64/boot/dts/ti/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
index d56c742f5a10..7bfc543a578c 100644
--- a/arch/arm64/boot/dts/ti/Makefile
+++ b/arch/arm64/boot/dts/ti/Makefile
@@ -15,5 +15,4 @@ dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb
 dtb-$(CONFIG_ARCH_K3) += k3-j7200-common-proc-board.dtb
 
 dtb-$(CONFIG_ARCH_K3) += k3-am642-evm.dtb
-
 dtb-$(CONFIG_ARCH_K3) += k3-am642-sk.dtb
-- 
2.32.0


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

* [PATCH] arm64: dts: ti: Makefile: Collate AM64 platforms together
@ 2021-09-15 12:14 ` Nishanth Menon
  0 siblings, 0 replies; 6+ messages in thread
From: Nishanth Menon @ 2021-09-15 12:14 UTC (permalink / raw)
  To: Rob Herring, Tero Kristo, Vignesh Raghavendra
  Cc: linux-kernel, devicetree, linux-arm-kernel, Nishanth Menon

Make sure that the platforms are grouped together per SoC. This helps
keep the Makefile readable as newer platforms get added to the list.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 arch/arm64/boot/dts/ti/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
index d56c742f5a10..7bfc543a578c 100644
--- a/arch/arm64/boot/dts/ti/Makefile
+++ b/arch/arm64/boot/dts/ti/Makefile
@@ -15,5 +15,4 @@ dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb
 dtb-$(CONFIG_ARCH_K3) += k3-j7200-common-proc-board.dtb
 
 dtb-$(CONFIG_ARCH_K3) += k3-am642-evm.dtb
-
 dtb-$(CONFIG_ARCH_K3) += k3-am642-sk.dtb
-- 
2.32.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: ti: Makefile: Collate AM64 platforms together
  2021-09-15 12:14 ` Nishanth Menon
@ 2021-09-21 15:00   ` Suman Anna
  -1 siblings, 0 replies; 6+ messages in thread
From: Suman Anna @ 2021-09-21 15:00 UTC (permalink / raw)
  To: Nishanth Menon, Rob Herring, Tero Kristo, Vignesh Raghavendra
  Cc: linux-kernel, devicetree, linux-arm-kernel

On 9/15/21 7:14 AM, Nishanth Menon wrote:
> Make sure that the platforms are grouped together per SoC. This helps
> keep the Makefile readable as newer platforms get added to the list.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

+1 for the logical grouping by SoC.

Acked-by: Suman Anna <s-anna@ti.com>

regards
Suman

> ---
>  arch/arm64/boot/dts/ti/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
> index d56c742f5a10..7bfc543a578c 100644
> --- a/arch/arm64/boot/dts/ti/Makefile
> +++ b/arch/arm64/boot/dts/ti/Makefile
> @@ -15,5 +15,4 @@ dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb
>  dtb-$(CONFIG_ARCH_K3) += k3-j7200-common-proc-board.dtb
>  
>  dtb-$(CONFIG_ARCH_K3) += k3-am642-evm.dtb
> -
>  dtb-$(CONFIG_ARCH_K3) += k3-am642-sk.dtb
> 


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

* Re: [PATCH] arm64: dts: ti: Makefile: Collate AM64 platforms together
@ 2021-09-21 15:00   ` Suman Anna
  0 siblings, 0 replies; 6+ messages in thread
From: Suman Anna @ 2021-09-21 15:00 UTC (permalink / raw)
  To: Nishanth Menon, Rob Herring, Tero Kristo, Vignesh Raghavendra
  Cc: linux-kernel, devicetree, linux-arm-kernel

On 9/15/21 7:14 AM, Nishanth Menon wrote:
> Make sure that the platforms are grouped together per SoC. This helps
> keep the Makefile readable as newer platforms get added to the list.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

+1 for the logical grouping by SoC.

Acked-by: Suman Anna <s-anna@ti.com>

regards
Suman

> ---
>  arch/arm64/boot/dts/ti/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
> index d56c742f5a10..7bfc543a578c 100644
> --- a/arch/arm64/boot/dts/ti/Makefile
> +++ b/arch/arm64/boot/dts/ti/Makefile
> @@ -15,5 +15,4 @@ dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb
>  dtb-$(CONFIG_ARCH_K3) += k3-j7200-common-proc-board.dtb
>  
>  dtb-$(CONFIG_ARCH_K3) += k3-am642-evm.dtb
> -
>  dtb-$(CONFIG_ARCH_K3) += k3-am642-sk.dtb
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: ti: Makefile: Collate AM64 platforms together
  2021-09-15 12:14 ` Nishanth Menon
@ 2021-10-05 22:55   ` Nishanth Menon
  -1 siblings, 0 replies; 6+ messages in thread
From: Nishanth Menon @ 2021-10-05 22:55 UTC (permalink / raw)
  To: Rob Herring, Vignesh Raghavendra, Tero Kristo, Nishanth Menon
  Cc: linux-arm-kernel, linux-kernel, devicetree

On Wed, 15 Sep 2021 07:14:42 -0500, Nishanth Menon wrote:
> Make sure that the platforms are grouped together per SoC. This helps
> keep the Makefile readable as newer platforms get added to the list.
> 
> 

Hi Nishanth Menon,

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: Makefile: Collate AM64 platforms together
      commit: e94575e1b05c057895ad36b5cbc539209f2cd64e


All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant 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.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


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

* Re: [PATCH] arm64: dts: ti: Makefile: Collate AM64 platforms together
@ 2021-10-05 22:55   ` Nishanth Menon
  0 siblings, 0 replies; 6+ messages in thread
From: Nishanth Menon @ 2021-10-05 22:55 UTC (permalink / raw)
  To: Rob Herring, Vignesh Raghavendra, Tero Kristo, Nishanth Menon
  Cc: linux-arm-kernel, linux-kernel, devicetree

On Wed, 15 Sep 2021 07:14:42 -0500, Nishanth Menon wrote:
> Make sure that the platforms are grouped together per SoC. This helps
> keep the Makefile readable as newer platforms get added to the list.
> 
> 

Hi Nishanth Menon,

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: Makefile: Collate AM64 platforms together
      commit: e94575e1b05c057895ad36b5cbc539209f2cd64e


All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant 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.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-10-05 22:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 12:14 [PATCH] arm64: dts: ti: Makefile: Collate AM64 platforms together Nishanth Menon
2021-09-15 12:14 ` Nishanth Menon
2021-09-21 15:00 ` Suman Anna
2021-09-21 15:00   ` Suman Anna
2021-10-05 22:55 ` Nishanth Menon
2021-10-05 22:55   ` Nishanth Menon

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.