All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Richter <stefanr@s5r6.in-berlin.de>
To: Cesar Eduardo Barros <cesarb@cesarb.net>
Cc: linux-kernel@vger.kernel.org, Joe Perches <joe@perches.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCH] MAINTAINERS: adjust for UAPI: firewire
Date: Wed, 12 Dec 2012 22:56:59 +0100	[thread overview]
Message-ID: <20121212225659.7db664fd@stein> (raw)
In-Reply-To: <1355262601-4263-8-git-send-email-cesarb@cesarb.net>

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 386fce6..9722918 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3071,7 +3071,8 @@ W:	http://ieee1394.wiki.kernel.org/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
 S:	Maintained
 F:	drivers/firewire/
-F:	include/linux/firewire*.h
+F:	include/linux/firewire.h
+F:	include/uapi/linux/firewire*.h
 F:	tools/firewire/
 
 FIRMWARE LOADER (request_firmware)
-- 

On Dec 11 Cesar Eduardo Barros wrote:
> Several headers were moved or split to uapi/.
> 
> Acked-by: David Howells <dhowells@redhat.com>
> Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
> ---
>  MAINTAINERS | 160 ++++++++++++++++++++++++++++++++++++++++++++----------------
>  1 file changed, 118 insertions(+), 42 deletions(-)

Cesar, could you fold the firewire hunk into your patch 07/19,
or add this as another patch to that series?  Thanks.
-- 
Stefan Richter
-=====-===-- ==-- -==--
http://arcgraph.de/sr/

  reply	other threads:[~2012-12-12 21:57 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-11 21:49 [PATCH 00/19] MAINTAINERS: fix file patterns Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 01/19] MAINTAINERS: remove drivers/platform/msm/ Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 02/19] MAINTAINERS: remove arch/arm/common/time-acorn.c Cesar Eduardo Barros
2012-12-11 21:49   ` Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 03/19] MAINTAINERS: remove arch/arm/plat-s5p/ Cesar Eduardo Barros
2012-12-11 21:49   ` Cesar Eduardo Barros
2012-12-11 21:49   ` Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 04/19] MAINTAINERS: fix drivers/rtc/rtc-vt8500.c Cesar Eduardo Barros
2012-12-11 21:49   ` Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 05/19] MAINTAINERS: fix arch/arm/mach-at91/include/mach/at_hdmac.h Cesar Eduardo Barros
2012-12-11 21:49   ` Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 06/19] MAINTAINERS: fix drivers/media/platform/atmel-isi.c Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 07/19] MAINTAINERS: adjust for UAPI Cesar Eduardo Barros
2012-12-12 21:56   ` Stefan Richter [this message]
2012-12-11 21:49 ` [PATCH 08/19] MAINTAINERS: fix drivers/media/usb/dvb-usb/cxusb* Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 09/19] MAINTAINERS: remove drivers/video/epson1355fb.c Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 10/19] MAINTAINERS: fix .../plat-mxc/include/mach/imxfb.h Cesar Eduardo Barros
2012-12-11 21:49   ` Cesar Eduardo Barros
2012-12-11 21:49   ` Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 11/19] MAINTAINERS: fix drivers/ieee802154/ Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 12/19] MAINTAINERS: remove firmware/isci/ Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 13/19] MAINTAINERS: remove arch/x86/platform/mrst/pmu.* Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 14/19] MAINTAINERS: fix Documentation/mei/ Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 15/19] MAINTAINERS: remove drivers/mmc/host/imxmmc.* Cesar Eduardo Barros
2012-12-11 21:49   ` Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 16/19] MAINTAINERS: remove arch/*/lib/perf_event*.c Cesar Eduardo Barros
2012-12-11 21:49 ` [PATCH 17/19] MAINTAINERS: remove include/linux/of_pwm.h Cesar Eduardo Barros
2012-12-11 21:50 ` [PATCH 18/19] MAINTAINERS: fix BAST Cesar Eduardo Barros
2012-12-11 21:50 ` [PATCH 19/19] MAINTAINERS: fix drivers/staging/sm7xx/ Cesar Eduardo Barros
2012-12-11 22:19 ` [PATCH 00/19] MAINTAINERS: fix file patterns Joe Perches
2012-12-21 15:52   ` Joe Perches
2012-12-21 19:04     ` Rob Landley
2012-12-21 19:13       ` Joe Perches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121212225659.7db664fd@stein \
    --to=stefanr@s5r6.in-berlin.de \
    --cc=akpm@linux-foundation.org \
    --cc=cesarb@cesarb.net \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.