Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753257Ab3CCB4v (ORCPT ); Sat, 2 Mar 2013 20:56:51 -0500 Received: from smtp-01.mandic.com.br ([200.225.81.132]:56474 "EHLO smtp-01.mandic.com.br" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751539Ab3CCByQ (ORCPT ); Sat, 2 Mar 2013 20:54:16 -0500 From: Cesar Eduardo Barros To: Andrew Morton Cc: linux-kernel@vger.kernel.org, Joe Perches , Cesar Eduardo Barros , Paul Walmsley , Rajendra Nayak , Russ Dill , Santosh Shilimkar , linux-omap@vger.kernel.org Subject: [PATCH 08/14] MAINTAINERS: fix mach-omap2 clockdomain/powerdomain Date: Sat, 2 Mar 2013 22:53:46 -0300 Message-Id: <1362275632-20242-9-git-send-email-cesarb@cesarb.net> X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <1362275632-20242-1-git-send-email-cesarb@cesarb.net> References: <1362275632-20242-1-git-send-email-cesarb@cesarb.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1564 Lines: 45 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 Cc: Rajendra Nayak Cc: Russ Dill Cc: Santosh Shilimkar Cc: linux-omap@vger.kernel.org Signed-off-by: Cesar Eduardo Barros --- 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 M: Paul Walmsley 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 -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/