Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3073159pxj; Mon, 7 Jun 2021 01:17:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJznvLysvxAt2eOWQiFZQbkoswr7TTA75vebWH+DbA54/S5ITNDVcwUXSz7tYWbuY6WKgBY/ X-Received: by 2002:a05:6402:177a:: with SMTP id da26mr18893284edb.40.1623053826988; Mon, 07 Jun 2021 01:17:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623053826; cv=none; d=google.com; s=arc-20160816; b=M8TZp0u8ibVEG1agTfbLc+GkE0BHQp0ZSe5e6iLpCXY7pF35903mSspCEucf1q/oka GhtRQ69PgQRaWtlwyRByGgaEy1CRKNJV2RYubxWqiyirCwC5c8phBNhvJEmM3D5u9SVr qnsubJg/bmNXFrTq6JQlpe6tpTa6J9bvXJ1UtbBqv0K6jzk48zFLcj7cTBmd2GfjQJGK jsLXRq/2KnjX+iWC93HTfkf4UghIrHn1nkOYWB+tF/9sgpQgjGgsamB+m3SdCm9T+e65 E8uiO+HVwBymwSB1W45k89tZL80dTSsP/sp6u1YrsKOyZ/8YMxA2e1ovLmcJicyDMnp7 EtQA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=/KW1WCtnqi9InLuG679VUFKhqT+wyBSJBrnm+TNAqAs=; b=LB4zj5Mu5QZo+NbopOC6rJ+4nLqCbtLZH9jiEamThTtdrdVhnBz7LCu6mJog34/Wti a6ufzd0MPiLj5Q9v7IStuItU7sXacsutsFDNK0uagKKjWViv3sVaw6zCdWpEhxjeeJOm TkI0ZEEJ11ZcdExAOdvtF/522kaP3Nink6lcH6z7awEs4n+qaadG3IrdUdip6PZAD5+P vqAE0IvEtxtRrlGnAyxnZJb9vKiHsc71924mQHyNetYevtQ6IyfKJ75b0VUfZUj+WeYH VWGy9/FX33JGo2Bt70N1paemNuOlaxbM/ucpbOggINpMQV1UUljrMzp/htX0OfgonV+f jUIw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 12si9602153ejm.512.2021.06.07.01.16.37; Mon, 07 Jun 2021 01:17:06 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230247AbhFGIPy (ORCPT + 99 others); Mon, 7 Jun 2021 04:15:54 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:50017 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbhFGIPx (ORCPT ); Mon, 7 Jun 2021 04:15:53 -0400 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 2E3C21BF20C; Mon, 7 Jun 2021 08:14:01 +0000 (UTC) Date: Mon, 7 Jun 2021 10:14:00 +0200 From: Alexandre Belloni To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Jonathan Corbet , Corentin Labbe , Linus Walleij , Rob Herring , linux-kernel@vger.kernel.org Subject: Re: [PATCH 08/12] MAINTAINERS: update faraday,ftrtc010.yaml reference Message-ID: References: <0d437806f3f8d2c930656872be482820ef1c2301.1622648507.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0d437806f3f8d2c930656872be482820ef1c2301.1622648507.git.mchehab+huawei@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/06/2021 17:43:14+0200, Mauro Carvalho Chehab wrote: > Changeset 8df65d4adca6 ("dt-bindings: convert rtc/faraday,ftrtc01 to yaml") > renamed: Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt > to: Documentation/devicetree/bindings/rtc/faraday,ftrtc010.yaml. > > Update its cross-reference accordingly. > > Fixes: 8df65d4adca6 ("dt-bindings: convert rtc/faraday,ftrtc01 to yaml") > Signed-off-by: Mauro Carvalho Chehab Acked-by: Alexandre Belloni > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2800307082a9..8b423b7246a3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1818,7 +1818,7 @@ T: git git://github.com/ulli-kroll/linux.git > F: Documentation/devicetree/bindings/arm/gemini.txt > F: Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt > F: Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt > -F: Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt > +F: Documentation/devicetree/bindings/rtc/faraday,ftrtc010.yaml > F: arch/arm/mach-gemini/ > F: drivers/net/ethernet/cortina/ > F: drivers/pinctrl/pinctrl-gemini.c > -- > 2.31.1 > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com