From: Cesar Eduardo Barros <cesarb@cesarb.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Joe Perches <joe@perches.com>,
Cesar Eduardo Barros <cesarb@cesarb.net>,
Ben Dooks <ben-linux@fluff.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Subject: [PATCH 03/19] MAINTAINERS: remove arch/arm/plat-s5p/
Date: Tue, 11 Dec 2012 19:49:45 -0200 [thread overview]
Message-ID: <1355262601-4263-4-git-send-email-cesarb@cesarb.net> (raw)
In-Reply-To: <1355262601-4263-1-git-send-email-cesarb@cesarb.net>
These files were merged into plat-samsung.
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
---
MAINTAINERS | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index f4890a3..e013f00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1074,7 +1074,6 @@ W: http://www.fluff.org/ben/linux/
S: Maintained
F: arch/arm/plat-samsung/
F: arch/arm/plat-s3c24xx/
-F: arch/arm/plat-s5p/
F: arch/arm/mach-s3c24*/
F: arch/arm/mach-s3c64xx/
F: drivers/*/*s3c2410*
@@ -1105,7 +1104,6 @@ M: Sylwester Nawrocki <s.nawrocki@samsung.com>
L: linux-arm-kernel@lists.infradead.org
L: linux-media@vger.kernel.org
S: Maintained
-F: arch/arm/plat-s5p/dev-fimc*
F: arch/arm/plat-samsung/include/plat/*fimc*
F: drivers/media/platform/s5p-fimc/
@@ -1116,7 +1114,7 @@ M: Jeongtae Park <jtp.park@samsung.com>
L: linux-arm-kernel@lists.infradead.org
L: linux-media@vger.kernel.org
S: Maintained
-F: arch/arm/plat-s5p/dev-mfc.c
+F: arch/arm/plat-samsung/s5p-dev-mfc.c
F: drivers/media/platform/s5p-mfc/
ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
--
1.7.11.7
next prev parent reply other threads:[~2012-12-11 21:50 UTC|newest]
Thread overview: 25+ 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 [this message]
2012-12-11 21:49 ` [PATCH 04/19] MAINTAINERS: fix drivers/rtc/rtc-vt8500.c 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 ` [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 ` [PATCH] MAINTAINERS: adjust for UAPI: firewire Stefan Richter
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 ` [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 ` [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=1355262601-4263-4-git-send-email-cesarb@cesarb.net \
--to=cesarb@cesarb.net \
--cc=ben-linux@fluff.org \
--cc=joe@perches.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®