From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933559AbdCMBKs (ORCPT ); Sun, 12 Mar 2017 21:10:48 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:60985 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933322AbdCMBKo (ORCPT ); Sun, 12 Mar 2017 21:10:44 -0400 Date: Sun, 12 Mar 2017 22:02:31 -0300 From: Mauro Carvalho Chehab To: Geert Uytterhoeven Cc: devicetree@vger.kernel.org, Rob Herring , Mark Rutland , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [PATCH v2 12/23] MAINTAINERS: Add file patterns for media device tree bindings Message-ID: <20170312220231.193801fd@vento.lan> In-Reply-To: <1489324627-19126-13-git-send-email-geert@linux-m68k.org> References: <1489324627-19126-1-git-send-email-geert@linux-m68k.org> <1489324627-19126-13-git-send-email-geert@linux-m68k.org> Organization: Samsung X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Sun, 12 Mar 2017 14:16:56 +0100 Geert Uytterhoeven escreveu: > Submitters of device tree binding documentation may forget to CC > the subsystem maintainer if this is missing. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Javier Martinez Canillas > Cc: Mauro Carvalho Chehab As the To: is devicetree, I'm assuming that this patch will be applied there, so: Acked-by: Mauro Carvalho Chehab I may also merge via my tree, if that would be better. Just let me know in such case. > Cc: linux-media@vger.kernel.org > --- > Please apply this patch directly if you want to be involved in device > tree binding documentation for your subsystem. > > v2: > - Add Reviewed-by. > > Impact on next-20170310: > > -Rob Herring (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:24/39=62%) > +Mauro Carvalho Chehab (maintainer:MEDIA INPUT INFRASTRUCTURE (V4L/DVB)) > +Rob Herring (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) > Mark Rutland (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) > -Mauro Carvalho Chehab (commit_signer:34/39=87%) > -Hans Verkuil (commit_signer:13/39=33%) > -Laurent Pinchart (commit_signer:11/39=28%,authored:3/39=8%) > -Marek Szyprowski (commit_signer:4/39=10%,authored:4/39=10%) > -Kieran Bingham (authored:3/39=8%) > -Martin Blumenstingl (authored:2/39=5%) > -Eric Engestrom (authored:2/39=5%) > +linux-media@vger.kernel.org (open list:MEDIA INPUT INFRASTRUCTURE (V4L/DVB)) > devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) > linux-kernel@vger.kernel.org (open list) > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2692055d221e2bb2..3e108e31636d4db2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8085,6 +8085,7 @@ W: https://linuxtv.org > Q: http://patchwork.kernel.org/project/linux-media/list/ > T: git git://linuxtv.org/media_tree.git > S: Maintained > +F: Documentation/devicetree/bindings/media/ > F: Documentation/media/ > F: drivers/media/ > F: drivers/staging/media/ -- Thanks, Mauro From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mauro Carvalho Chehab Subject: Re: [PATCH v2 12/23] MAINTAINERS: Add file patterns for media device tree bindings Date: Sun, 12 Mar 2017 22:02:31 -0300 Message-ID: <20170312220231.193801fd@vento.lan> References: <1489324627-19126-1-git-send-email-geert@linux-m68k.org> <1489324627-19126-13-git-send-email-geert@linux-m68k.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1489324627-19126-13-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Geert Uytterhoeven Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Mark Rutland , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Em Sun, 12 Mar 2017 14:16:56 +0100 Geert Uytterhoeven escreveu: > Submitters of device tree binding documentation may forget to CC > the subsystem maintainer if this is missing. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Javier Martinez Canillas > Cc: Mauro Carvalho Chehab As the To: is devicetree, I'm assuming that this patch will be applied there, so: Acked-by: Mauro Carvalho Chehab I may also merge via my tree, if that would be better. Just let me know in such case. > Cc: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > --- > Please apply this patch directly if you want to be involved in device > tree binding documentation for your subsystem. > > v2: > - Add Reviewed-by. > > Impact on next-20170310: > > -Rob Herring (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:24/39=62%) > +Mauro Carvalho Chehab (maintainer:MEDIA INPUT INFRASTRUCTURE (V4L/DVB)) > +Rob Herring (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) > Mark Rutland (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) > -Mauro Carvalho Chehab (commit_signer:34/39=87%) > -Hans Verkuil (commit_signer:13/39=33%) > -Laurent Pinchart (commit_signer:11/39=28%,authored:3/39=8%) > -Marek Szyprowski (commit_signer:4/39=10%,authored:4/39=10%) > -Kieran Bingham (authored:3/39=8%) > -Martin Blumenstingl (authored:2/39=5%) > -Eric Engestrom (authored:2/39=5%) > +linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org (open list:MEDIA INPUT INFRASTRUCTURE (V4L/DVB)) > devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) > linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org (open list) > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2692055d221e2bb2..3e108e31636d4db2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8085,6 +8085,7 @@ W: https://linuxtv.org > Q: http://patchwork.kernel.org/project/linux-media/list/ > T: git git://linuxtv.org/media_tree.git > S: Maintained > +F: Documentation/devicetree/bindings/media/ > F: Documentation/media/ > F: drivers/media/ > F: drivers/staging/media/ -- Thanks, Mauro -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html