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=-16.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_2 autolearn=ham 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 CD007C4727F for ; Sat, 26 Sep 2020 17:23:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 915242083B for ; Sat, 26 Sep 2020 17:23:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728017AbgIZRXm (ORCPT ); Sat, 26 Sep 2020 13:23:42 -0400 Received: from mail.nic.cz ([217.31.204.67]:39434 "EHLO mail.nic.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726239AbgIZRXm (ORCPT ); Sat, 26 Sep 2020 13:23:42 -0400 Received: from localhost (unknown [IPv6:2a0e:b107:ae1:0:3e97:eff:fe61:c680]) by mail.nic.cz (Postfix) with ESMTPSA id 62508140AA0; Sat, 26 Sep 2020 19:23:39 +0200 (CEST) Date: Sat, 26 Sep 2020 19:23:38 +0200 From: Marek Behun To: Adrian Schmutzler Cc: Pavel Machek , Dan Murphy , Rob Herring , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, Andrew Morton Subject: Re: [PATCH] MAINTAINERS: add include/dt-bindings/leds/ to linux-leds list Message-ID: <20200926192338.0b233f26@nic.cz> In-Reply-To: <20200926164745.3779-1-freifunk@adrianschmutzler.de> References: <20200926164745.3779-1-freifunk@adrianschmutzler.de> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.102.2 at mail X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 26 Sep 2020 18:47:45 +0200 Adrian Schmutzler wrote: > The content of include/dt-bindings/leds/, particularly common.h, > is apparantly maintained by the linux-leds list. This is also > explicitly stated in the Documentation. > > Signed-off-by: Adrian Schmutzler > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 190c7fa2ea01..415f0e089bbe 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9809,6 +9809,7 @@ S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git > F: Documentation/devicetree/bindings/leds/ > F: drivers/leds/ > +F: include/dt-bindings/leds/ > F: include/linux/leds.h > > LEGACY EEPROM DRIVER Some subsystem maintainers do not want to touch the MAINTAINERS file because of potential conflict. If Pavel refuses to do this, I was told that the best way is to send such to Andrew Morton . Marek