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=-24.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 CF3D6C433F5 for ; Thu, 16 Sep 2021 09:15:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B51E3611C4 for ; Thu, 16 Sep 2021 09:15:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235175AbhIPJRK (ORCPT ); Thu, 16 Sep 2021 05:17:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:40980 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235509AbhIPJPm (ORCPT ); Thu, 16 Sep 2021 05:15:42 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7D70161260; Thu, 16 Sep 2021 09:14:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631783661; bh=EfSEPvAIlcpmhHsnVHD6WhtDDost7aNu58XXoESLtgM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cL+jRoHKOE53akLnckgtY2+1Si/BK3/e+pNtGm73I2lw3W0E9yFk5qnggqyJ/uD0W XX0sAqyxttLTyeL7TROz5twT9n3rV6jpKPleLUoVPhBOgSsAOTmk1+RtfnZWN+gLKu Zz2e577Z99Pc8T6O0d6V3mCimeaOjvlcPttkKlMKOetJQlI+cIqH6CCxP55Vq5hX4x TwE6BvL+x7d+RVNQ57krMrqx9suzrZPb85BWfnIGOJIwNgjhDRhgAVKMcHYGyFTxrT F0NXzl/wnhUqDnojfYgixcgL6pUgyttjiPhIqdKo+mAyxDrIf19dhqdyJJYxwEAek8 QprBm0qi8O8Gw== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mQnTH-001sLW-Q8; Thu, 16 Sep 2021 11:14:19 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , Alexandre Belloni , Corentin Labbe , Linus Walleij , Rob Herring , linux-kernel@vger.kernel.org Subject: [PATCH 14/24] MAINTAINERS: update faraday,ftrtc010.yaml reference Date: Thu, 16 Sep 2021 11:14:07 +0200 Message-Id: <59b2f6dd8f4ec587dad2d80f4e0f99686b051a21.1631783482.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index d0f4fe1481da..dce6cafeedab 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1875,7 +1875,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/boot/dts/gemini* F: arch/arm/mach-gemini/ F: drivers/crypto/gemini/ -- 2.31.1