From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753708AbcEWPHo (ORCPT ); Mon, 23 May 2016 11:07:44 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:54986 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753329AbcEWPHm (ORCPT ); Mon, 23 May 2016 11:07:42 -0400 Subject: Re: [PATCH 07/54] MAINTAINERS: Add file patterns for bcm2835 device tree bindings To: Geert Uytterhoeven References: <1463907991-7916-1-git-send-email-geert@linux-m68k.org> <1463907991-7916-8-git-send-email-geert@linux-m68k.org> Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Lee Jones , Eric Anholt , linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org From: Stephen Warren Message-ID: <57431CA2.3020102@wwwdotorg.org> Date: Mon, 23 May 2016 09:07:14 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1463907991-7916-8-git-send-email-geert@linux-m68k.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/22/2016 03:05 AM, Geert Uytterhoeven wrote: > Submitters of device tree binding documentation may forget to CC > the subsystem maintainer if this is missing. > @@ -2505,6 +2505,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git > S: Maintained > N: bcm2835 > +F: Documentation/devicetree/bindings/soc/bcm/ This looks wrong; the kernel supports more Broadcom chips than just the bcm283[567]. I'd suggest using a regex to make sure it only matches the appropriate chips. Perhaps: N: bcm283[567] ? That also has the advantage of matching all the bindings in other directories in Documentation/devicetree/bindings, and indeed all the drivers and DT files too.