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=-19.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,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 F3B00C433EF for ; Thu, 16 Sep 2021 09:56:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB0B860E90 for ; Thu, 16 Sep 2021 09:56:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237328AbhIPJ6L (ORCPT ); Thu, 16 Sep 2021 05:58:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:57868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236143AbhIPJ4s (ORCPT ); Thu, 16 Sep 2021 05:56:48 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 483AF61248; Thu, 16 Sep 2021 09:55:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631786126; bh=p6UQDoVFkvbS8Ij9R4Q3EoS0qRHM9nLITu4Ikr3yS9s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=M4ss4QPqF1/gMkeUFPHmr5/vJJwX/6+4FYXPZYCg5odjSQgTiAQzzB+SsvWXjAx/t r63dNmskyPjuVaSiZqB96Qi3VZpYwZPULgsLjsJRuJRxMpiQ/3UH/iSop/8IeUMpZ+ 6/ixPHLmbCVU/FTrYW5rE8lirJST9tHbL9Juwzj6t0rN88VrSAo1Cy+pFeCQcLonMQ Iz4/fdX1lk3aMy7Zlq4tCnexc8EWnYEzf3GvZ9wUzXz4ZcKMQj5Zu/lwt62Hs29xmd dxhsXs8obOtR76I+B+p57NNNGumVLNiyqIYI531Od4eWs4bX8Vy21YtJM0GBBqDBRB OMgxpAx3/EpOQ== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mQo72-001vU0-Hv; Thu, 16 Sep 2021 11:55:24 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Jonathan Corbet Cc: Mauro Carvalho Chehab , Linus Walleij , Rob Herring , Sudeep Holla , linux-kernel@vger.kernel.org Subject: [PATCH v2 11/23] MAINTAINERS: update arm,vic.yaml reference Date: Thu, 16 Sep 2021 11:55:10 +0200 Message-Id: <404ece147136b7094e2e3a6b33426a9359ac1ca1.1631785820.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 b7705ba6d0c4 ("dt-bindings: interrupt-controller: Convert ARM VIC to json-schema") renamed: Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt to: Documentation/devicetree/bindings/interrupt-controller/arm,vic.yaml. Update its cross-reference accordingly. Fixes: b7705ba6d0c4 ("dt-bindings: interrupt-controller: Convert ARM VIC to json-schema") Reviewed-by: Linus Walleij Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 30f75af400f3..ddea1f2cdadc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1550,7 +1550,7 @@ ARM PRIMECELL VIC PL190/PL192 DRIVER M: Linus Walleij L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained -F: Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt +F: Documentation/devicetree/bindings/interrupt-controller/arm,vic.yaml F: drivers/irqchip/irq-vic.c ARM SMC WATCHDOG DRIVER -- 2.31.1