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=-17.9 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_SANE_2 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 531D2C433F5 for ; Thu, 16 Sep 2021 09:49:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3A71F61185 for ; Thu, 16 Sep 2021 09:49:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236061AbhIPJu5 (ORCPT ); Thu, 16 Sep 2021 05:50:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:55728 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235287AbhIPJuw (ORCPT ); Thu, 16 Sep 2021 05:50:52 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8E2D960F6C; Thu, 16 Sep 2021 09:49:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631785771; bh=ZL36CtfQPIByWCEdkXe9MMBPrn88jj47xHWZOqeo/aM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=agYldPhVUM/jkq3nabLH8doK7az+QbhwSa1QkRsJsw+f+dF43Hf0YU9y42UFHK3UR sNErnc61PHJPtXU9CC8uk4wII9C3RFyKa0lgj+WKjYaZhpeDk79+S6IVjAjeZbIBQf cexgQlGNri9PJHAwQ6vrSnPyKG8ekyV6TYw9mkC72DFA5MpFWnbxKE8nVvFn+FHn17 nhzYbPln0d8lXf+M2759LVkEjSxewL0E8BASK1cG4Y29l+RMsob6BborKwIk5eJSsN 4VMMQeSHRmllg7YkuGrU4O0s5C/7ZTt3zMRq6n0vAUxmvQfreqJ6SxDtNcvFxYcCmO yJCH4qRaoINxg== Date: Thu, 16 Sep 2021 11:49:26 +0200 From: Mauro Carvalho Chehab To: Sudeep Holla Cc: Linux Doc Mailing List , Jonathan Corbet , Linus Walleij , Rob Herring , linux-kernel@vger.kernel.org Subject: Re: [PATCH 12/24] MAINTAINERS: update arm,vic.yaml reference Message-ID: <20210916114926.71c789fd@coco.lan> In-Reply-To: <20210916091836.oevsk4eui6wa7xkt@bogus> References: <61989ac6bc0bece7078c32320049c74443bbb5ba.1631783482.git.mchehab+huawei@kernel.org> <20210916091836.oevsk4eui6wa7xkt@bogus> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, 16 Sep 2021 10:18:36 +0100 Sudeep Holla escreveu: > On Thu, Sep 16, 2021 at 11:14:05AM +0200, Mauro Carvalho Chehab wrote: > > 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") > > Signed-off-by: Mauro Carvalho Chehab > > --- > > MAINTAINERS | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 0ea4cd772a0c..f02d1c94a219 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 > > You seem to have dropped the tags already provided here [1] Gah, true :-( I forgot I submitted part of those patches already. Will send a v2 with the missing reviewed-by/acked-by. Thanks, Mauro