Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1598591 > unrolled thread
| Started by | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| First post | 2017-03-12 14:20 +0100 |
| Last post | 2017-03-13 16:00 +0100 |
| Articles | 2 — 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 07/23] MAINTAINERS: Add file patterns for fpga device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2017-03-12 14:20 +0100
Re: [PATCH v2 07/23] MAINTAINERS: Add file patterns for fpga device tree bindings Alan Tull <delicious.quinoa@gmail.com> - 2017-03-13 16:00 +0100
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2017-03-12 14:20 +0100 |
| Subject | [PATCH v2 07/23] MAINTAINERS: Add file patterns for fpga device tree bindings |
| Message-ID | <tkbzI-1YM-15@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> Acked-by: Moritz Fischer <moritz.fischer@ettus.com> Cc: Alan Tull <atull@opensource.altera.com> Cc: Moritz Fischer <moritz.fischer@ettus.com> Cc: linux-fpga@vger.kernel.org --- Please apply this patch directly if you want to be involved in device tree binding documentation for your subsystem. v2: - Add Acked-by. Impact on next-20170310: -Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:7/4=100%) +Alan Tull <atull@opensource.altera.com> (maintainer:FPGA MANAGER FRAMEWORK) +Moritz Fischer <moritz.fischer@ettus.com> (reviewer:FPGA MANAGER FRAMEWORK) +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) -Alan Tull <atull@opensource.altera.com> (commit_signer:4/4=100%,authored:4/4=100%) -Matthew Gerlach <mgerlach@opensource.altera.com> (commit_signer:2/4=50%) -Moritz Fischer <moritz.fischer@ettus.com> (commit_signer:1/4=25%) -Dinh Nguyen <dinguyen@opensource.altera.com> (commit_signer:1/4=25%) +linux-fpga@vger.kernel.org (open list:FPGA MANAGER FRAMEWORK) 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 c0822d4fa5c3ade5..fc0d3d709db0687f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5150,6 +5150,7 @@ R: Moritz Fischer <moritz.fischer@ettus.com> L: linux-fpga@vger.kernel.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git +F: Documentation/devicetree/bindings/fpga/ F: drivers/fpga/ F: include/linux/fpga/fpga-mgr.h W: http://www.rocketboards.org -- 2.7.4
[toc] | [next] | [standalone]
| From | Alan Tull <delicious.quinoa@gmail.com> |
|---|---|
| Date | 2017-03-13 16:00 +0100 |
| Subject | Re: [PATCH v2 07/23] MAINTAINERS: Add file patterns for fpga device tree bindings |
| Message-ID | <tkzC1-1Yl-7@gated-at.bofh.it> |
| In reply to | #1598591 |
On Sun, Mar 12, 2017 at 8:16 AM, Geert Uytterhoeven <geert@linux-m68k.org> wrote: > 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> > Acked-by: Moritz Fischer <moritz.fischer@ettus.com> > Cc: Alan Tull <atull@opensource.altera.com> > Cc: Moritz Fischer <moritz.fischer@ettus.com> > Cc: linux-fpga@vger.kernel.org > --- > Please apply this patch directly if you want to be involved in device > tree binding documentation for your subsystem. > > v2: > - Add Acked-by. > > Impact on next-20170310: > > -Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:7/4=100%) > +Alan Tull <atull@opensource.altera.com> (maintainer:FPGA MANAGER FRAMEWORK) > +Moritz Fischer <moritz.fischer@ettus.com> (reviewer:FPGA MANAGER FRAMEWORK) > +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) > -Alan Tull <atull@opensource.altera.com> (commit_signer:4/4=100%,authored:4/4=100%) > -Matthew Gerlach <mgerlach@opensource.altera.com> (commit_signer:2/4=50%) > -Moritz Fischer <moritz.fischer@ettus.com> (commit_signer:1/4=25%) > -Dinh Nguyen <dinguyen@opensource.altera.com> (commit_signer:1/4=25%) > +linux-fpga@vger.kernel.org (open list:FPGA MANAGER FRAMEWORK) > 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 c0822d4fa5c3ade5..fc0d3d709db0687f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5150,6 +5150,7 @@ R: Moritz Fischer <moritz.fischer@ettus.com> > L: linux-fpga@vger.kernel.org > S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git > +F: Documentation/devicetree/bindings/fpga/ Also needs: F: Documentation/fpga/ Acked-by: Alan Tull <atull@kernel.org> Please send to Greg KH; he is taking our patches. Thanks, Alan > F: drivers/fpga/ > F: include/linux/fpga/fpga-mgr.h > W: http://www.rocketboards.org > -- > 2.7.4 >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web