From: Cesar Eduardo Barros <cesarb@cesarb.net>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Joe Perches <joe@perches.com>,
Cesar Eduardo Barros <cesarb@cesarb.net>,
Paul Walmsley <paul@pwsan.com>, Rajendra Nayak <rnayak@ti.com>,
Russ Dill <Russ.Dill@ti.com>,
Santosh Shilimkar <santosh.shilimkar@ti.com>,
linux-omap@vger.kernel.org
Subject: [PATCH 08/14] MAINTAINERS: fix mach-omap2 clockdomain/powerdomain
Date: Sat, 2 Mar 2013 22:53:46 -0300 [thread overview]
Message-ID: <1362275632-20242-9-git-send-email-cesarb@cesarb.net> (raw)
In-Reply-To: <1362275632-20242-1-git-send-email-cesarb@cesarb.net>
The code in these files was moved to cm*.[ch] and prm*.[ch] in the same
directory by commits 4981539 (ARM: OMAP2+: powerdomain/PRM: move the
low-level powerdomain functions into PRM) and 4bd5259 (ARM: OMAP2/3:
clockdomain/PRM/CM: move the low-level clockdomain functions into
PRM/CM).
I am not sure if this fix is correct, since there are other things in
these files. Please NAK this patch (and propose a better one) if it is
wrong.
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Cc: Russ Dill <Russ.Dill@ti.com>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
---
MAINTAINERS | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 92718d8..46c1288 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5651,10 +5651,8 @@ M: Rajendra Nayak <rnayak@ti.com>
M: Paul Walmsley <paul@pwsan.com>
L: linux-omap@vger.kernel.org
S: Maintained
-F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
-F: arch/arm/mach-omap2/powerdomain44xx.c
-F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
-F: arch/arm/mach-omap2/clockdomain44xx.c
+F: arch/arm/mach-omap2/cm*.[ch]
+F: arch/arm/mach-omap2/prm*.[ch]
OMAP AUDIO SUPPORT
M: Peter Ujfalusi <peter.ujfalusi@ti.com>
--
1.7.11.7
next prev parent reply other threads:[~2013-03-03 1:56 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-03 1:53 [PATCH 00/14] MAINTAINERS: fix file patterns (part 2) Cesar Eduardo Barros
2013-03-03 1:53 ` [PATCH 01/14] MAINTAINERS: remove 3c505 Cesar Eduardo Barros
2013-03-03 6:44 ` David Miller
2013-03-03 1:53 ` [PATCH 02/14] MAINTAINERS: remove arch/arm/plat-nomadik/ Cesar Eduardo Barros
2013-03-07 2:35 ` Linus Walleij
2013-03-03 1:53 ` [PATCH 03/14] MAINTAINERS: remove arch/arm/plat-s3c24xx/ Cesar Eduardo Barros
2013-03-04 12:57 ` Kukjin Kim
2013-03-03 1:53 ` [PATCH 04/14] MAINTAINERS: fix drivers/media/i2c/cx2341x.c Cesar Eduardo Barros
2013-03-03 8:35 ` Hans Verkuil
2013-03-03 1:53 ` [PATCH 05/14] MAINTAINERS: remove drivers/net/wan/cycx* Cesar Eduardo Barros
2013-03-03 6:44 ` David Miller
2013-03-03 1:53 ` [PATCH 06/14] MAINTAINERS: fix drivers/edac/ghes-edac.c Cesar Eduardo Barros
2013-03-03 1:53 ` [PATCH 07/14] MAINTAINERS: remove eexpress Cesar Eduardo Barros
2013-03-03 6:44 ` David Miller
2013-03-03 1:53 ` Cesar Eduardo Barros [this message]
2013-06-09 7:30 ` [PATCH 08/14] MAINTAINERS: fix mach-omap2 clockdomain/powerdomain Paul Walmsley
2013-03-03 1:53 ` [PATCH 09/14] MAINTAINERS: fix Documentation/video4linux/saa7134/ Cesar Eduardo Barros
2013-03-03 1:53 ` [PATCH 10/14] MAINTAINERS: remove include/media/sh_veu.h Cesar Eduardo Barros
2013-03-03 1:53 ` [PATCH 11/14] MAINTAINERS: fix BAST Cesar Eduardo Barros
2013-03-03 10:14 ` Paul Bolle
2013-03-03 1:53 ` [PATCH 12/14] MAINTAINERS: adjust for UAPI (part 2) Cesar Eduardo Barros
2013-03-03 1:53 ` [PATCH 13/14] scripts: add checkmaintainers.py Cesar Eduardo Barros
2013-03-03 10:40 ` Paul Bolle
2013-03-03 1:53 ` [PATCH 14/14] MAINTAINERS: use same pattern for firewire in uapi Cesar Eduardo Barros
2013-03-03 5:51 ` Joe Perches
2013-03-03 21:26 ` Stefan Richter
2013-03-04 14:07 ` [PATCH 12/14] MAINTAINERS: adjust for UAPI (part 2) David Howells
2013-03-07 8:06 ` [PATCH 02/14] MAINTAINERS: remove arch/arm/plat-nomadik/ Alessandro Rubini
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=1362275632-20242-9-git-send-email-cesarb@cesarb.net \
--to=cesarb@cesarb.net \
--cc=Russ.Dill@ti.com \
--cc=akpm@linux-foundation.org \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=rnayak@ti.com \
--cc=santosh.shilimkar@ti.com \
/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®