Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1405704
| Path | csiph.com!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Laura Abbott <labbott@redhat.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 01/54] MAINTAINERS: Add file patterns for ion device tree bindings |
| Date | Tue, 24 May 2016 00:50:01 +0200 |
| Message-ID | <rC6PD-3mL-9@gated-at.bofh.it> (permalink) |
| References | <rBxyx-7oe-9@gated-at.bofh.it> <rBxIf-7rM-57@gated-at.bofh.it> |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=HlYLPwnl35mLohl8wSq03mVGrDjHGSJEVtzevYfSk8A=; b=PH1Q3uL6dADROzKBrnMxXSHDh+E/g1r6eIyNPhWgK1CcrHMuM1r/zhXFuOeG5qxgbb sfz0Ho8NnuGYV/ifVgbjGhfC0XNRyBOG7Lw96n1pfwimBsD25ahpAm6X8ZlPN0bcAFQm A04B9IN3g7L6eaZ1vb4lwTtM1RXK1HU66i7qAUEuxO2j1a71Qtx9XQHA2qgPwiqHGwDc oNkefYdmVNg6GdOZbTwq+Ceta9YuNNYZoJlumag4TusW9qDlpG4ImTxgBMA6gbptoYG/ LvjEzQqyM/tIJGQXCiHwTFQgutYd1OiVOWXBTomjGRuRf9ASi0pYHZ80h1CJd1yunVLG jN7w== |
| X-Gm-Message-State | ALyK8tK81VCwcwdfcOIPFhPf6WGpaP/0mmB5XUVK51oTPp9z6XAAYUzGiLszpMLATezMm+o7 |
| X-Received | by 10.200.41.161 with SMTP id 30mr1321995qts.100.1464043726450; Mon, 23 May 2016 15:48:46 -0700 (PDT) |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 33 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Sumit Semwal <sumit.semwal@linaro.org>, devel@driverdev.osuosl.org |
| X-Original-Date | Mon, 23 May 2016 15:48:42 -0700 |
| X-Original-Message-ID | <8c5ca549-c341-4174-3d91-c546b9802274@redhat.com> |
| X-Original-References | <1463907991-7916-1-git-send-email-geert@linux-m68k.org> <1463907991-7916-2-git-send-email-geert@linux-m68k.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1405704 |
Show key headers only | View raw
On 05/22/2016 02:05 AM, Geert Uytterhoeven 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> > Cc: Laura Abbott <labbott@redhat.com> > Cc: Sumit Semwal <sumit.semwal@linaro.org> > Cc: devel@driverdev.osuosl.org > --- > Please apply this patch directly if you want to be involved in device > tree binding documentation for your subsystem. > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 283f35b6be6907f5..6b4b2447589f36fa 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -781,6 +781,7 @@ M: Laura Abbott <labbott@redhat.com> > M: Sumit Semwal <sumit.semwal@linaro.org> > L: devel@driverdev.osuosl.org > S: Supported > +F: Documentation/devicetree/bindings/staging/ion/ > F: drivers/staging/android/ion > F: drivers/staging/android/uapi/ion.h > F: drivers/staging/android/uapi/ion_test.h > This is kind of in flux but I'd rather be cc'ed if anyone tries to add new items so Acked-by: Laura Abbott <labbott@redhat.com>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:10 +0200
[PATCH 08/54] MAINTAINERS: Add file patterns for mips brcm device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:10 +0200
[PATCH 12/54] MAINTAINERS: Add file patterns for cpufreq device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:10 +0200
Re: [PATCH 12/54] MAINTAINERS: Add file patterns for cpufreq device tree bindings Viresh Kumar <viresh.kumar@linaro.org> - 2016-05-23 04:40 +0200
[PATCH 10/54] MAINTAINERS: Add file patterns for clocksource device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:10 +0200
[PATCH 11/54] MAINTAINERS: Add file patterns for clock device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:10 +0200
[PATCH 26/54] MAINTAINERS: Add file patterns for mailbox device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:10 +0200
[PATCH 03/54] MAINTAINERS: Add file patterns for mediatek device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:10 +0200
Re: [PATCH 03/54] MAINTAINERS: Add file patterns for mediatek device tree bindings Matthias Brugger <matthias.bgg@gmail.com> - 2016-05-31 10:50 +0200
[PATCH 17/54] MAINTAINERS: Add file patterns for fpga device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:10 +0200
Re: [PATCH 17/54] MAINTAINERS: Add file patterns for fpga device tree bindings Moritz Fischer <moritz.fischer@ettus.com> - 2016-05-23 18:40 +0200
[PATCH 32/54] MAINTAINERS: Add file patterns for net device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 32/54] MAINTAINERS: Add file patterns for net device tree bindings David Miller <davem@davemloft.net> - 2016-05-24 00:10 +0200
[PATCH 24/54] MAINTAINERS: Add file patterns for ata device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 24/54] MAINTAINERS: Add file patterns for ata device tree bindings Tejun Heo <tj@kernel.org> - 2016-05-27 17:30 +0200
Re: [PATCH 54/54] MAINTAINERS: Add file patterns for xillybus device tree bindings Eli Billauer <eli.billauer@gmail.com> - 2016-05-22 11:20 +0200
[PATCH 53/54] MAINTAINERS: Add file patterns for x86 device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 05/54] MAINTAINERS: Add file patterns for rockchip device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip device tree bindings Heiko Stuebner <heiko@sntech.de> - 2016-05-22 11:30 +0200
Re: [PATCH 05/54] MAINTAINERS: Add file patterns for rockchip device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-29 11:30 +0200
[PATCH 38/54] MAINTAINERS: Add file patterns for pps device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 25/54] MAINTAINERS: Add file patterns for powerpc device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 22/54] MAINTAINERS: Add file patterns for iommu device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 14/54] MAINTAINERS: Add file patterns for crypto device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 50/54] MAINTAINERS: Add file patterns for virtio device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 49/54] MAINTAINERS: Add file patterns for usb device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 52/54] MAINTAINERS: Add file patterns for watchdog device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 52/54] MAINTAINERS: Add file patterns for watchdog device tree bindings Guenter Roeck <linux@roeck-us.net> - 2016-05-22 19:30 +0200
Re: [PATCH 52/54] MAINTAINERS: Add file patterns for watchdog device tree bindings Wim Van Sebroeck <wim@iguana.be> - 2016-05-23 09:10 +0200
[PATCH 44/54] MAINTAINERS: Add file patterns for spi device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Applied "spi: Add file patterns for spi device tree bindings" to the spi tree Mark Brown <broonie@kernel.org> - 2016-05-23 20:00 +0200
[PATCH 39/54] MAINTAINERS: Add file patterns for rtc device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 39/54] MAINTAINERS: Add file patterns for rtc device tree bindings Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-05-30 01:50 +0200
[PATCH 36/54] MAINTAINERS: Add file patterns for pinctrl device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 36/54] MAINTAINERS: Add file patterns for pinctrl device tree bindings Linus Walleij <linus.walleij@linaro.org> - 2016-05-26 11:40 +0200
[PATCH 31/54] MAINTAINERS: Add file patterns for mmc device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 51/54] MAINTAINERS: Add file patterns for w1 device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 47/54] MAINTAINERS: Add file patterns for tpm device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 47/54] MAINTAINERS: Add file patterns for tpm device tree bindings Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-05-23 15:50 +0200
[PATCH 33/54] MAINTAINERS: Add file patterns for wireless device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 33/54] MAINTAINERS: Add file patterns for wireless device tree bindings Kalle Valo <kvalo@codeaurora.org> - 2016-05-23 13:30 +0200
[PATCH 20/54] MAINTAINERS: Add file patterns for iio device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 20/54] MAINTAINERS: Add file patterns for iio device tree bindings Jonathan Cameron <jic23@kernel.org> - 2016-05-22 21:50 +0200
[PATCH 07/54] MAINTAINERS: Add file patterns for bcm2835 device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 07/54] MAINTAINERS: Add file patterns for bcm2835 device tree bindings Stephen Warren <swarren@wwwdotorg.org> - 2016-05-23 17:10 +0200
[PATCH 21/54] MAINTAINERS: Add file patterns for serio device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 21/54] MAINTAINERS: Add file patterns for serio device tree bindings Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-05-24 01:00 +0200
[PATCH 04/54] MAINTAINERS: Add file patterns for qcom device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 28/54] MAINTAINERS: Add file patterns for media device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 28/54] MAINTAINERS: Add file patterns for media device tree bindings Javier Martinez Canillas <javier@dowhile0.org> - 2016-05-23 15:50 +0200
[PATCH 01/54] MAINTAINERS: Add file patterns for ion device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 01/54] MAINTAINERS: Add file patterns for ion device tree bindings Laura Abbott <labbott@redhat.com> - 2016-05-24 00:50 +0200
[PATCH 43/54] MAINTAINERS: Add file patterns for sound device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 43/54] MAINTAINERS: Add file patterns for sound device tree bindings Mark Brown <broonie@kernel.org> - 2016-05-23 13:10 +0200
Applied "ASoC: Add file patterns for sound device tree bindings" to the asoc tree Mark Brown <broonie@kernel.org> - 2016-05-23 20:00 +0200
[PATCH 34/54] MAINTAINERS: Add file patterns for nios2 device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 06/54] MAINTAINERS: Add file patterns for backlight device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 13/54] MAINTAINERS: Add file patterns for cris device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 13/54] MAINTAINERS: Add file patterns for cris device tree bindings Jesper Nilsson <jesper.nilsson@axis.com> - 2016-05-23 09:50 +0200
[PATCH 23/54] MAINTAINERS: Add file patterns for led device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 23/54] MAINTAINERS: Add file patterns for led device tree bindings Jacek Anaszewski <j.anaszewski@samsung.com> - 2016-05-23 09:30 +0200
[PATCH 48/54] MAINTAINERS: Add file patterns for serial device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 40/54] MAINTAINERS: Add file patterns for regmap device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 40/54] MAINTAINERS: Add file patterns for regmap device tree bindings Mark Brown <broonie@kernel.org> - 2016-05-23 13:10 +0200
Applied "regmap: Add file patterns for regmap device tree bindings" to the regmap tree Mark Brown <broonie@kernel.org> - 2016-05-23 20:00 +0200
[PATCH 37/54] MAINTAINERS: Add file patterns for power supply device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 46/54] MAINTAINERS: Add file patterns for ti device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 46/54] MAINTAINERS: Add file patterns for ti device tree bindings Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-05-22 19:00 +0200
[PATCH 30/54] MAINTAINERS: Add file patterns for mips device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 16/54] MAINTAINERS: Add file patterns for drm device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
Re: [PATCH 16/54] MAINTAINERS: Add file patterns for drm device tree bindings Daniel Vetter <daniel@ffwll.ch> - 2016-05-23 09:30 +0200
Re: [PATCH 16/54] MAINTAINERS: Add file patterns for drm device tree bindings Emil Velikov <emil.l.velikov@gmail.com> - 2016-05-23 11:40 +0200
Re: [PATCH 16/54] MAINTAINERS: Add file patterns for drm device tree bindings Rob Herring <robh@kernel.org> - 2016-05-23 14:40 +0200
Re: [PATCH 16/54] MAINTAINERS: Add file patterns for drm device tree bindings Emil Velikov <emil.l.velikov@gmail.com> - 2016-05-24 17:30 +0200
[PATCH 54/54] MAINTAINERS: Add file patterns for xillybus device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:20 +0200
[PATCH 19/54] MAINTAINERS: Add file patterns for rng device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:30 +0200
[PATCH 45/54] MAINTAINERS: Add file patterns for staging iio device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:30 +0200
Re: [PATCH 45/54] MAINTAINERS: Add file patterns for staging iio device tree bindings Jonathan Cameron <jic23@kernel.org> - 2016-05-22 21:50 +0200
[PATCH 42/54] MAINTAINERS: Add file patterns for scsi device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:30 +0200
[PATCH 18/54] MAINTAINERS: Add file patterns for h8300 device tree bindings Geert Uytterhoeven <geert@linux-m68k.org> - 2016-05-22 11:30 +0200
csiph-web