From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 380F4EDD; Wed, 29 Nov 2023 01:31:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="TR7LDDkV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D7F8AC433C8; Wed, 29 Nov 2023 01:31:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701221472; bh=3caMJWJeVZjBQlyKic+6DCHNZavxkUt0zeNOwgUSrSE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=TR7LDDkVbXOW8SzNakJv84D/UX1XWnaooE31BQPE49tzM71ucT4w0ovTmNEtsLUZg OlTtZSj1dXT9W9ytswDB5k6LSeblH50zZ3GpnLBWXRXayh/Ae/LWaAgT+oMYv2+kmB M/SG7UW9pMOaPLs2rKdxLDSSOE9xZulN2mm4FmOfVkm97FY38kHRbCAc0IGl7OkRni gfLJM33vVsLzJSsgDYPptivlQzizJgVEUv/+DWbfbFUK6pNBiJuctfYWzyGZgRkRLv ftlSjLr/r25wae6EY0swOzXjnbiCarR7NYKcRweo+AKhVDAeR9GzSGshX1Lr7Ux+XK 4dPmgIhbiPHbw== Date: Tue, 28 Nov 2023 17:31:10 -0800 From: Jakub Kicinski To: Linus Walleij Cc: Mark Brown , Herve Codina , "David S. Miller" , Eric Dumazet , Paolo Abeni , Andrew Lunn , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lee Jones , Liam Girdwood , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Christophe Leroy , Thomas Petazzoni Subject: Re: [PATCH 0/5] Add support for framer infrastructure and PEF2256 framer Message-ID: <20231128173110.0ccb8f53@kernel.org> In-Reply-To: References: <20231128132534.258459-1-herve.codina@bootlin.com> <17b2f126-f6a4-431c-9e72-56a9c2932a88@sirena.org.uk> <511c83d1-d77f-4ac0-927e-91070787bc34@sirena.org.uk> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 28 Nov 2023 15:51:01 +0100 Linus Walleij wrote: > > > I thought this thing would be merged primarily into the networking > > > tree, and I don't know if they do signed tags, I usually create an > > > immutable branch but that should work just as fine I guess. > > > > Right, I'd expect a signed tag on the immutable branch - it's generally > > helpful to avoid confusion about the branch actually being immutable. > > Makes sense, best to create that in the netdev tree if possible > I guess. I think you offered creating the branch / tag in an earlier reply, that's less work for me so yes please! :) FWIW I usually put the branches / tags in my personal k.org tree. I don't wanna pollute the trees for the $many people who fetch netdev with random tags.