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 X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC7BAC433B4 for ; Fri, 2 Apr 2021 09:02:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BDC2761003 for ; Fri, 2 Apr 2021 09:02:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234474AbhDBJCV (ORCPT ); Fri, 2 Apr 2021 05:02:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233894AbhDBJCU (ORCPT ); Fri, 2 Apr 2021 05:02:20 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 594E3C0613E6; Fri, 2 Apr 2021 02:02:19 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C0E452C1; Fri, 2 Apr 2021 11:02:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1617354137; bh=m6ZGYgbYLj1bfOfHZhYxK0ZYKThedUquzSx1M4VPGJ0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bSSBmsRNzTmOU9YZJaT9Z80yzzGWowTKNNTJq2687wUnHDO5/9oRQ33zFw6Gj44xa P1FxayPZjFmx4aCyDYnBBMMTZ73OPUfcofIdIWQK4rYL+hJkQkzki2DK2tqy/atG1m u2yWvO3pjDqc8gpqxgxy6bh1znbL9+SFBcvMgWMw= Date: Fri, 2 Apr 2021 12:01:32 +0300 From: Laurent Pinchart To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , Jacopo Mondi , Kieran Bingham , Rob Herring , Sakari Ailus , linux-kernel@vger.kernel.org Subject: Re: [PATCH 24/32] MAINTAINERS: update imi,rdacm2x-gmsl.yaml reference Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mauro, Thank you for the patch. On Thu, Apr 01, 2021 at 02:17:44PM +0200, Mauro Carvalho Chehab wrote: > The file name: Documentation/devicetree/bindings/media/i2c/rdacm2x-gmsl.yaml > should be, instead: Documentation/devicetree/bindings/media/i2c/imi,rdacm2x-gmsl.yaml. While at it, shouldn't we also rename the file to imi,rdacm2x.yaml ? > Update its cross-reference accordingly. > > Fixes: 34009bffc1c6 ("media: i2c: Add RDACM20 driver") > Fixes: e9f817689789 ("media: dt-bindings: media: i2c: Add bindings for IMI RDACM2x") > Signed-off-by: Mauro Carvalho Chehab > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1644b6e9697c..b405ee71f730 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -15258,7 +15258,7 @@ M: Laurent Pinchart > M: Niklas Söderlund > L: linux-media@vger.kernel.org > S: Maintained > -F: Documentation/devicetree/bindings/media/i2c/rdacm2x-gmsl.yaml > +F: Documentation/devicetree/bindings/media/i2c/imi,rdacm2x-gmsl.yaml > F: drivers/media/i2c/max9271.c > F: drivers/media/i2c/max9271.h > F: drivers/media/i2c/rdacm21.c -- Regards, Laurent Pinchart