Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] MAINTAINERS: Add git tree for TI K3 ARCHITECTURE
@ 2026-06-15 13:26 Francesco Dolcini
  2026-06-15 13:46 ` Nishanth Menon
  0 siblings, 1 reply; 3+ messages in thread
From: Francesco Dolcini @ 2026-06-15 13:26 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo,
	linux-arm-kernel, linux-kernel
  Cc: Francesco Dolcini

From: Francesco Dolcini <francesco.dolcini@toradex.com>

Add git tree for TI K3 architecture.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8629ed2aa82f..cbc56dc242b9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3756,6 +3756,7 @@ M:	Vignesh Raghavendra <vigneshr@ti.com>
 M:	Tero Kristo <kristo@kernel.org>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Supported
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
 F:	Documentation/devicetree/bindings/arm/ti/k3.yaml
 F:	Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml
 F:	arch/arm64/boot/dts/ti/Makefile
-- 
2.47.3



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

* Re: [PATCH v1] MAINTAINERS: Add git tree for TI K3 ARCHITECTURE
  2026-06-15 13:26 [PATCH v1] MAINTAINERS: Add git tree for TI K3 ARCHITECTURE Francesco Dolcini
@ 2026-06-15 13:46 ` Nishanth Menon
  2026-06-15 13:55   ` Francesco Dolcini
  0 siblings, 1 reply; 3+ messages in thread
From: Nishanth Menon @ 2026-06-15 13:46 UTC (permalink / raw)
  To: Francesco Dolcini
  Cc: Vignesh Raghavendra, Tero Kristo, linux-arm-kernel, linux-kernel,
	Francesco Dolcini

On 15:26-20260615, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> Add git tree for TI K3 architecture.
> 
> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>

Thanks for adding this in..
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8629ed2aa82f..cbc56dc242b9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3756,6 +3756,7 @@ M:	Vignesh Raghavendra <vigneshr@ti.com>
>  M:	Tero Kristo <kristo@kernel.org>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Supported
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git

Is it better to use https?
https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git ?

>  F:	Documentation/devicetree/bindings/arm/ti/k3.yaml
>  F:	Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml
>  F:	arch/arm64/boot/dts/ti/Makefile
> -- 
> 2.47.3
> 

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D
https://ti.com/opensource


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

* Re: [PATCH v1] MAINTAINERS: Add git tree for TI K3 ARCHITECTURE
  2026-06-15 13:46 ` Nishanth Menon
@ 2026-06-15 13:55   ` Francesco Dolcini
  0 siblings, 0 replies; 3+ messages in thread
From: Francesco Dolcini @ 2026-06-15 13:55 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: Francesco Dolcini, Vignesh Raghavendra, Tero Kristo,
	linux-arm-kernel, linux-kernel, Francesco Dolcini

On Mon, Jun 15, 2026 at 08:46:08AM -0500, Nishanth Menon wrote:
> On 15:26-20260615, Francesco Dolcini wrote:
> > From: Francesco Dolcini <francesco.dolcini@toradex.com>
> > 
> > Add git tree for TI K3 architecture.
> > 
> > Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> Thanks for adding this in..
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 8629ed2aa82f..cbc56dc242b9 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -3756,6 +3756,7 @@ M:	Vignesh Raghavendra <vigneshr@ti.com>
> >  M:	Tero Kristo <kristo@kernel.org>
> >  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> >  S:	Supported
> > +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
> 
> Is it better to use https?
> https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git ?

I followed what is used in 95% of the instances for git.kernel.org,
and we have git:// for the other 2 instances of the TI git tree.

If there is a value on using https:// it should be done on the whole file.

My preference would be to merge this as it is, if you disagree I can
send a v2.

Francesco

								  


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

end of thread, other threads:[~2026-06-15 13:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-15 13:26 [PATCH v1] MAINTAINERS: Add git tree for TI K3 ARCHITECTURE Francesco Dolcini
2026-06-15 13:46 ` Nishanth Menon
2026-06-15 13:55   ` Francesco Dolcini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox