From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 03E20C54E67 for ; Thu, 28 Mar 2024 01:03:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3+FCLL7YptQKqQ0n17Cg7K4/dWt819qru365cdk2yIw=; b=tF9Iux8+2NnFBW 9hkTLzzijJgPLDDlOdFrMjij7vj7Qe0MVef8ZvrHSCOKzH92oh/eS7XLcz2uaw9cFFgq8GOYDGVjd Ufvbb2MUJ3YLSOx+EB/hvj2eL4GV235GMq6Rw87cORZpQXo2RDnCYB+hfyyo+MlFugd8ajVIumY72 BDVNJ2thUSKbz3wcs8/q5iIpfOnjjac6ooHNpf6fAIwsX2cjPQMaQHSgaO3ZXdo0blTkvu2xdzFGs 5b6kIPH38HBsmINsfUWxL0f3QxkhI4ClkAdz3ZKVYWDmTNjUW4y0mNP64CqeB6ajdLD0o6NHnSxxa nZZ4HvQIH/NvHtM9rvkQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpeAU-0000000BrmG-14B3; Thu, 28 Mar 2024 01:02:58 +0000 Received: from mail-108-mta70.mxroute.com ([136.175.108.70]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpeAP-0000000BrlK-2IPt for linux-arm-kernel@lists.infradead.org; Thu, 28 Mar 2024 01:02:55 +0000 Received: from filter006.mxroute.com ([136.175.111.2] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta70.mxroute.com (ZoneMTA) with ESMTPSA id 18e829008580003bea.00a for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Thu, 28 Mar 2024 00:57:41 +0000 X-Zone-Loop: 2348c5fb80788bde19d9719510a0e7f3086f9563575b X-Originating-IP: [136.175.111.2] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=luigi311.com; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: From:References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=YN/HXFWBbXPY2y6jVJvIYP4giVWZZlqzsoV52j4CWnU=; b=V1jiQerN/klJS4WkCrSTMCHlvF vwLg9z+PHlBkLVpplPJjQPnt16ZgZGx0nA96y3RkQmNa5FgR5Y/+6Qvv8Vp85Lrc0PYnoZQ/TGR5U eJD2b+4r8g3iUedOfLFoWVN1Y+Z9P1TtZUWocv075X0oIkBRJayIqebctdb6C3oGJdrS0c+dcs1Ze fkyCI0BUX7sL75HFOjdDbcMrybGSmXJxh25O8o/yoIgu2fNk20MSiw81IXMmbwzHR6yQwObx7oDKg PKUdAiSXxWDyQHIHI6wE6iL2Pn4lx2fKKZu7TFhXLJYcspvYc2HukaOKJnSg0ak7Q4YZEqwrAHaTV 8l2t+raw==; Message-ID: <0e658ecc-38d2-4d6f-b0cf-f5f3ec32c1b8@luigi311.com> Date: Wed, 27 Mar 2024 18:57:34 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 17/23] dt-bindings: media: imx258: Rename to include vendor prefix Content-Language: en-US To: Conor Dooley Cc: linux-media@vger.kernel.org, dave.stevenson@raspberrypi.com, jacopo.mondi@ideasonboard.com, mchehab@kernel.org, robh@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, sakari.ailus@linux.intel.com, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Conor Dooley References: <20240327231710.53188-1-git@luigi311.com> <20240327231710.53188-18-git@luigi311.com> <20240327-ninth-tulip-77191ad10fdd@spud> From: git@luigi311.com In-Reply-To: <20240327-ninth-tulip-77191ad10fdd@spud> X-Authenticated-Id: personal@luigi311.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240327_180253_742164_1F240272 X-CRM114-Status: GOOD ( 13.85 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 3/27/24 17:47, Conor Dooley wrote: > On Wed, Mar 27, 2024 at 05:17:03PM -0600, git@luigi311.com wrote: >> From: Dave Stevenson >> >> imx258.yaml doesn't include the vendor prefix of sony, so >> rename to add it. >> Update the id entry and MAINTAINERS to match. >> >> Signed-off-by: Dave Stevenson >> Acked-by: Conor Dooley > > This is a v1 with my ack, something has gone awry here. It's also > missing your signoff. Did you pick up someone else's series? Yes, this is a continuation of Dave's work. I contacted him directly, and he mentioned that he is unable to submit a v2 any time soon and was open to someone else continuing it in his stead. This is my first time submitting a patch via a mailing list, so I'm not sure if I'm missing something, but I only added my sign off for anything that actually included work from my side and not just bringing his patch forward to this patch series. > >> --- >> .../bindings/media/i2c/{imx258.yaml => sony,imx258.yaml} | 2 +- >> MAINTAINERS | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >> rename Documentation/devicetree/bindings/media/i2c/{imx258.yaml => sony,imx258.yaml} (97%) >> >> diff --git a/Documentation/devicetree/bindings/media/i2c/imx258.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml >> similarity index 97% >> rename from Documentation/devicetree/bindings/media/i2c/imx258.yaml >> rename to Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml >> index 80d24220baa0..bee61a443b23 100644 >> --- a/Documentation/devicetree/bindings/media/i2c/imx258.yaml >> +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml >> @@ -1,7 +1,7 @@ >> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) >> %YAML 1.2 >> --- >> -$id: http://devicetree.org/schemas/media/i2c/imx258.yaml# >> +$id: http://devicetree.org/schemas/media/i2c/sony,imx258.yaml# >> $schema: http://devicetree.org/meta-schemas/core.yaml# >> >> title: Sony IMX258 13 Mpixel CMOS Digital Image Sensor >> diff --git a/MAINTAINERS b/MAINTAINERS >> index aa3b947fb080..1f17f6734bf5 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -20464,7 +20464,7 @@ M: Sakari Ailus >> L: linux-media@vger.kernel.org >> S: Maintained >> T: git git://linuxtv.org/media_tree.git >> -F: Documentation/devicetree/bindings/media/i2c/imx258.yaml >> +F: Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml >> F: drivers/media/i2c/imx258.c >> >> SONY IMX274 SENSOR DRIVER >> -- >> 2.42.0 >> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel