Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1598598 > unrolled thread
| Started by | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| First post | 2017-03-12 14:20 +0100 |
| Last post | 2017-03-13 11:10 +0100 |
| Articles | 4 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 12/23] MAINTAINERS: Add file patterns for media device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2017-03-12 14:20 +0100
Re: [PATCH v2 12/23] MAINTAINERS: Add file patterns for media device tree bindings Mauro Carvalho Chehab <mchehab@osg.samsung.com> - 2017-03-13 02:20 +0100
Re: [PATCH v2 12/23] MAINTAINERS: Add file patterns for media device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2017-03-13 08:50 +0100
Re: [PATCH v2 12/23] MAINTAINERS: Add file patterns for media device tree bindings Mauro Carvalho Chehab <mchehab@osg.samsung.com> - 2017-03-13 11:10 +0100
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2017-03-12 14:20 +0100 |
| Subject | [PATCH v2 12/23] MAINTAINERS: Add file patterns for media device tree bindings |
| Message-ID | <tkbzI-1YM-35@gated-at.bofh.it> |
Submitters of device tree binding documentation may forget to CC the subsystem maintainer if this is missing. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com> 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 <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:24/39=62%) +Mauro Carvalho Chehab <mchehab@kernel.org> (maintainer:MEDIA INPUT INFRASTRUCTURE (V4L/DVB)) +Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Mark Rutland <mark.rutland@arm.com> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) -Mauro Carvalho Chehab <mchehab@kernel.org> (commit_signer:34/39=87%) -Hans Verkuil <hans.verkuil@cisco.com> (commit_signer:13/39=33%) -Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> (commit_signer:11/39=28%,authored:3/39=8%) -Marek Szyprowski <m.szyprowski@samsung.com> (commit_signer:4/39=10%,authored:4/39=10%) -Kieran Bingham <kieran+renesas@bingham.xyz> (authored:3/39=8%) -Martin Blumenstingl <martin.blumenstingl@googlemail.com> (authored:2/39=5%) -Eric Engestrom <eric@engestrom.ch> (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/ -- 2.7.4
[toc] | [next] | [standalone]
| From | Mauro Carvalho Chehab <mchehab@osg.samsung.com> |
|---|---|
| Date | 2017-03-13 02:20 +0100 |
| Subject | Re: [PATCH v2 12/23] MAINTAINERS: Add file patterns for media device tree bindings |
| Message-ID | <tkmOt-1dK-3@gated-at.bofh.it> |
| In reply to | #1598598 |
Em Sun, 12 Mar 2017 14:16:56 +0100 Geert Uytterhoeven <geert@linux-m68k.org> escreveu: > Submitters of device tree binding documentation may forget to CC > the subsystem maintainer if this is missing. > > Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> > Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> > Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com> As the To: is devicetree, I'm assuming that this patch will be applied there, so: Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 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 <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:24/39=62%) > +Mauro Carvalho Chehab <mchehab@kernel.org> (maintainer:MEDIA INPUT INFRASTRUCTURE (V4L/DVB)) > +Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) > Mark Rutland <mark.rutland@arm.com> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) > -Mauro Carvalho Chehab <mchehab@kernel.org> (commit_signer:34/39=87%) > -Hans Verkuil <hans.verkuil@cisco.com> (commit_signer:13/39=33%) > -Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> (commit_signer:11/39=28%,authored:3/39=8%) > -Marek Szyprowski <m.szyprowski@samsung.com> (commit_signer:4/39=10%,authored:4/39=10%) > -Kieran Bingham <kieran+renesas@bingham.xyz> (authored:3/39=8%) > -Martin Blumenstingl <martin.blumenstingl@googlemail.com> (authored:2/39=5%) > -Eric Engestrom <eric@engestrom.ch> (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
[toc] | [prev] | [next] | [standalone]
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2017-03-13 08:50 +0100 |
| Subject | Re: [PATCH v2 12/23] MAINTAINERS: Add file patterns for media device tree bindings |
| Message-ID | <tksTT-5Fi-1@gated-at.bofh.it> |
| In reply to | #1598807 |
Hi Mauro,
On Mon, Mar 13, 2017 at 2:02 AM, Mauro Carvalho Chehab
<mchehab@osg.samsung.com> wrote:
> Em Sun, 12 Mar 2017 14:16:56 +0100
> Geert Uytterhoeven <geert@linux-m68k.org> escreveu:
>
>> Submitters of device tree binding documentation may forget to CC
>> the subsystem maintainer if this is missing.
>>
>> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
>> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
>> Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
>
> As the To: is devicetree, I'm assuming that this patch will be
> applied there, so:
>
> Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Thanks!
> I may also merge via my tree, if that would be better. Just let me
> know in such case.
Please apply to your tree, cfr.
| Please apply this patch directly if you want to be involved in device
| tree binding documentation for your subsystem.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
[toc] | [prev] | [next] | [standalone]
| From | Mauro Carvalho Chehab <mchehab@osg.samsung.com> |
|---|---|
| Date | 2017-03-13 11:10 +0100 |
| Subject | Re: [PATCH v2 12/23] MAINTAINERS: Add file patterns for media device tree bindings |
| Message-ID | <tkv5o-7pV-17@gated-at.bofh.it> |
| In reply to | #1598921 |
Em Mon, 13 Mar 2017 08:43:52 +0100 Geert Uytterhoeven <geert@linux-m68k.org> escreveu: > Hi Mauro, > > On Mon, Mar 13, 2017 at 2:02 AM, Mauro Carvalho Chehab > <mchehab@osg.samsung.com> wrote: > > Em Sun, 12 Mar 2017 14:16:56 +0100 > > Geert Uytterhoeven <geert@linux-m68k.org> escreveu: > > > >> Submitters of device tree binding documentation may forget to CC > >> the subsystem maintainer if this is missing. > >> > >> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> > >> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> > >> Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com> > > > > As the To: is devicetree, I'm assuming that this patch will be > > applied there, so: > > > > Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> > > Thanks! > > > I may also merge via my tree, if that would be better. Just let me > > know in such case. > > Please apply to your tree, cfr. > > | Please apply this patch directly if you want to be involved in device > | tree binding documentation for your subsystem. I saw that text, but, as you send it to devicetree ML, c/c me and media, I was in doubt if "your subsystem" would be DT subsystem or media. I'll apply it on my tree. Regards, Mauro
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web