From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 09/22] OMAP2: add voltage domains and connect to powerdomains Date: Fri, 09 Sep 2011 14:41:31 -0700 Message-ID: <87d3f9tmus.fsf@ti.com> References: <1314639355-12713-1-git-send-email-khilman@ti.com> <1314639355-12713-10-git-send-email-khilman@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from na3sys009aog113.obsmtp.com ([74.125.149.209]:34800 "EHLO na3sys009aog113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755358Ab1IIVlg convert rfc822-to-8bit (ORCPT ); Fri, 9 Sep 2011 17:41:36 -0400 Received: by mail-gx0-f172.google.com with SMTP id 19so2012094gxk.3 for ; Fri, 09 Sep 2011 14:41:35 -0700 (PDT) In-Reply-To: (Jean Pihet's message of "Wed, 7 Sep 2011 12:39:36 +0200") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Jean Pihet Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Hi Jean, Jean Pihet writes: > On Mon, Aug 29, 2011 at 7:35 PM, Kevin Hilman wrote: >> Create basic voltagedomains for OMAP2 and associate OMAP2 powerdomai= ns >> with the newly created voltage domains. >> >> Signed-off-by: Kevin Hilman >> --- >> =C2=A0arch/arm/mach-omap2/Makefile =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A0 =C2=A03 +- >> =C2=A0arch/arm/mach-omap2/io.c =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| =C2=A0 =C2=A02 + >> =C2=A0arch/arm/mach-omap2/powerdomains2xxx_data.c =C2=A0 | =C2=A0 =C2= =A04 +++ >> =C2=A0arch/arm/mach-omap2/voltage.h =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 | =C2=A0 =C2=A01 + >> =C2=A0arch/arm/mach-omap2/voltagedomains2xxx_data.c | =C2=A0 32 ++++= +++++++++++++++++++++ >> =C2=A05 files changed, 41 insertions(+), 1 deletions(-) >> =C2=A0create mode 100644 arch/arm/mach-omap2/voltagedomains2xxx_data= =2Ec >> > ... > >> diff --git a/arch/arm/mach-omap2/voltagedomains2xxx_data.c b/arch/ar= m/mach-omap2/voltagedomains2xxx_data.c >> new file mode 100644 >> index 0000000..69ff261 >> --- /dev/null >> +++ b/arch/arm/mach-omap2/voltagedomains2xxx_data.c >> @@ -0,0 +1,32 @@ >> +/* >> + * OMAP3 voltage domain data >> + * >> + * Copyright (C) 2007, 2010 Texas Instruments, Inc. > 2011? > Yup, thanks for the review! Will update. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Fri, 09 Sep 2011 14:41:31 -0700 Subject: [PATCH 09/22] OMAP2: add voltage domains and connect to powerdomains In-Reply-To: (Jean Pihet's message of "Wed, 7 Sep 2011 12:39:36 +0200") References: <1314639355-12713-1-git-send-email-khilman@ti.com> <1314639355-12713-10-git-send-email-khilman@ti.com> Message-ID: <87d3f9tmus.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Jean, Jean Pihet writes: > On Mon, Aug 29, 2011 at 7:35 PM, Kevin Hilman wrote: >> Create basic voltagedomains for OMAP2 and associate OMAP2 powerdomains >> with the newly created voltage domains. >> >> Signed-off-by: Kevin Hilman >> --- >> ?arch/arm/mach-omap2/Makefile ? ? ? ? ? ? ? ? ?| ? ?3 +- >> ?arch/arm/mach-omap2/io.c ? ? ? ? ? ? ? ? ? ? ?| ? ?2 + >> ?arch/arm/mach-omap2/powerdomains2xxx_data.c ? | ? ?4 +++ >> ?arch/arm/mach-omap2/voltage.h ? ? ? ? ? ? ? ? | ? ?1 + >> ?arch/arm/mach-omap2/voltagedomains2xxx_data.c | ? 32 +++++++++++++++++++++++++ >> ?5 files changed, 41 insertions(+), 1 deletions(-) >> ?create mode 100644 arch/arm/mach-omap2/voltagedomains2xxx_data.c >> > ... > >> diff --git a/arch/arm/mach-omap2/voltagedomains2xxx_data.c b/arch/arm/mach-omap2/voltagedomains2xxx_data.c >> new file mode 100644 >> index 0000000..69ff261 >> --- /dev/null >> +++ b/arch/arm/mach-omap2/voltagedomains2xxx_data.c >> @@ -0,0 +1,32 @@ >> +/* >> + * OMAP3 voltage domain data >> + * >> + * Copyright (C) 2007, 2010 Texas Instruments, Inc. > 2011? > Yup, thanks for the review! Will update. Kevin