From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AD90A3F661D for ; Mon, 15 Jun 2026 13:55:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.194.8.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781531725; cv=none; b=LmCNrOf+3otRC9+aO8Nzyih6Liz92x6Wh6w0MZfSXsdLpa09v8G76Ed0Lss2rCSCFWo6B+1WMem97UBEuXY94hqDruTDADk+5KGAEZBcJxSFbkZua5gllxILpaRsZ2CWN9o0FE8zPirUGZjnfJV3dEJykPloKYEqdKmKw2U0LKg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781531725; c=relaxed/simple; bh=n22WqYuPSiAG3zAaV/TPU2jP3qaMiJVJBfYTFEau2/c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=chbgBMb1RrVjBj1tTIi4gO2zX6egAO3L9n7QMdI0pYz0M8Ycgbvu5Vj3rvEZLu7/gvvYZ7KHYY/J3bJDYpNcC5O3bl4WNswpC2+tE4YYVlzg1/iw1W72Zltr9hgAmEXnU2sIFeCSluK/kgQl25/HJ0hqinmkY0Muk75R8WTx/N0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it; spf=pass smtp.mailfrom=dolcini.it; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b=U/KC50tV; arc=none smtp.client-ip=217.194.8.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dolcini.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b="U/KC50tV" Received: from francesco-nb (248.201.173.83.static.wline.lns.sme.cust.swisscom.ch [83.173.201.248]) by mail11.truemail.it (Postfix) with ESMTPA id A151D1FB7F; Mon, 15 Jun 2026 15:55:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1781531721; bh=/+RZ7dh5aacsWXafBI55a264qUntbTl9wClSrh+omSA=; h=From:To:Subject; b=U/KC50tVSFSBVJP8UtD5PMKMHVbeqU7Uq9F9ezLLFxTRWdlAFSBoa/Q9QmDnXDGB2 wiJdbnKcLOX40WA5yQSDNJlNgK85pzQifYn7iI0n8IrFDmZCThgopwjY/dGyZKKRwB 4U+HcyPs7UMXDHhHHMJsQzpuo5YS7HRfDvwbWYNj5d0IZgSbdkU6BD/t+5WE8k+AGZ TsN1kWIeG5scyYuIpOLxzcR2KGrbqC4gqIaH2AvTeVGMZXbZQw0WyRX8/vy4EGahRH 4xykrXHu+bo6qtmolhU+db+bJv+nitWFhXTADPzFpt33OtJLcIKnBEaXbJL3twoq/9 sAiN3iBS2Cj1A== Date: Mon, 15 Jun 2026 15:55:18 +0200 From: Francesco Dolcini To: Nishanth Menon Cc: Francesco Dolcini , Vignesh Raghavendra , Tero Kristo , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Francesco Dolcini Subject: Re: [PATCH v1] MAINTAINERS: Add git tree for TI K3 ARCHITECTURE Message-ID: <20260615135518.GA167853@francesco-nb> References: <20260615132640.161584-1-francesco@dolcini.it> <20260615134608.adr62go2doeggkaj@margin> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260615134608.adr62go2doeggkaj@margin> On Mon, Jun 15, 2026 at 08:46:08AM -0500, Nishanth Menon wrote: > On 15:26-20260615, Francesco Dolcini wrote: > > From: Francesco Dolcini > > > > Add git tree for TI K3 architecture. > > > > Signed-off-by: Francesco Dolcini > > 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 > > M: Tero Kristo > > 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