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
  2026-06-29 16:57 ` Nishanth Menon
  0 siblings, 2 replies; 4+ 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] 4+ 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
  2026-06-29 16:57 ` Nishanth Menon
  1 sibling, 1 reply; 4+ 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] 4+ 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; 4+ 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] 4+ 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-29 16:57 ` Nishanth Menon
  1 sibling, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2026-06-29 16:57 UTC (permalink / raw)
  To: Vignesh Raghavendra, Tero Kristo, linux-arm-kernel, linux-kernel,
	Francesco Dolcini
  Cc: Nishanth Menon, Francesco Dolcini

Hi Francesco Dolcini,

On Mon, 15 Jun 2026 15:26:38 +0200, Francesco Dolcini wrote:
> Add git tree for TI K3 architecture.

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

[1/1] MAINTAINERS: Add git tree for TI K3 ARCHITECTURE
      commit: 4fb6763ec70d49f592cc6e684bfc5f17a7db7133

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] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
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] 4+ messages in thread

end of thread, other threads:[~2026-06-29 16:57 UTC | newest]

Thread overview: 4+ 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
2026-06-29 16:57 ` Nishanth Menon

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