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 9159E14AD2B; Wed, 15 Jan 2025 15:53:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736956412; cv=none; b=gsM9b+6sWkzpd7S1uOu1bJwhgujAQ4vDcs8b5jS4xKTxcixLUOZ8I+FCpsD3CRPhPGIz1yTAA8zHm+xtqYdORlPgC2jgTEq0wnzMFlidOacIeqHoyK8gqh5lrSKvZuCufmz9mByZs9Jnp7tKZHzkjyoBLukfkIZwOHHMMwD3a8c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736956412; c=relaxed/simple; bh=axX3FzCZ+FttAKh5XjvYZ/jUCYaQfNWhJ8H1+GJP+SE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pjhUJg7ugTp8/hcaPh6YZRvjMLI1fike86enqezOa4y+/0jVu2HzBkU1skTa5Gg91cML0NR3X2zvBMdrS2dzRc2T27hCO6YzETfkX9FSr58Fq1zlfeOQuXIxfUaH6xYqZJMUFk5CPAfmLElCUcf+S8sVjLLOZNB8kqGRZ7+NDLk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Zkk84LCN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Zkk84LCN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2B392C4CED1; Wed, 15 Jan 2025 15:53:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1736956412; bh=axX3FzCZ+FttAKh5XjvYZ/jUCYaQfNWhJ8H1+GJP+SE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Zkk84LCN/Vlvo9ht4uIp5uLKi+TbDV0U5j8LEJZHKlKqfBCWPYyXhNFM8yTcRPkO1 ILRAm0SAH9jWRC/K7JjIreWb+F485XfSQ6fJ5mk6NRLAPN7wV0N1RAL0O8eucfD+xx JUWl9wITg2s4tBaaJUrtCJareb0Yd91eSExuZsf4= Date: Wed, 15 Jan 2025 10:53:31 -0500 From: Konstantin Ryabitsev To: Tomi Valkeinen Cc: Krzysztof Kozlowski , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Devarsh Thakkar , Jai Luthra , Sakari Ailus , devicetree@vger.kernel.org, Rob Herring , Krzysztof Kozlowski Subject: Re: [PATCH 17/19] media: dt-bindings: ti,ds90ub960: Add "i2c-addr" link property Message-ID: <20250115-brave-whispering-cougar-a11f26@lemur> References: <20250110-ub9xx-improvements-v1-0-e0b9a1f644da@ideasonboard.com> <20250110-ub9xx-improvements-v1-17-e0b9a1f644da@ideasonboard.com> <19c22201-e3ec-4d07-97ae-c149b172e480@ideasonboard.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <19c22201-e3ec-4d07-97ae-c149b172e480@ideasonboard.com> On Tue, Jan 14, 2025 at 01:50:08PM +0200, Tomi Valkeinen wrote: > > If you need it for your own patch management purposes, keep it under the > > --- separator. > > I'm using b4. I don't know how to do that with b4, but I'll look into it. You just put them under --- in your git commit message and b4 will preserve it as-is when it renders the email. -K