From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754955AbaIHWTy (ORCPT ); Mon, 8 Sep 2014 18:19:54 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:38363 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754665AbaIHWTx (ORCPT ); Mon, 8 Sep 2014 18:19:53 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 99.127.230.128 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19H1YPiCD2gVEJZmUuSgu0P Date: Mon, 8 Sep 2014 15:19:48 -0700 From: Tony Lindgren To: Nishanth Menon Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [GIT PULL 1/2] ARM: OMAP 4+: powerdomain fixes Message-ID: <20140908221947.GM3238@atomide.com> References: <1410195620-6347-1-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410195620-6347-1-git-send-email-nm@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Nishanth Menon [140908 10:00]: > Hi Tony, > Please pull the following changes. > Series discussed in: > http://marc.info/?l=linux-kernel&m=140871554106082&w=2 > Includes (v2 patch) https://patchwork.kernel.org/patch/4790541/ > Status: Acked by Santosh and Reviewed-by Kevin > > These could go into your tree for the branch omap-for-v3.18/fixes-not-urgent Thanks pulling them there. Tony > The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: > > Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) > > are available in the git repository at: > > https://github.com/nmenon/linux-2.6-playground.git pull/v3.18/powerdomain-fixes > > for you to fetch changes up to 3e6a1c945950140926dd6e2cc667893de0a7fe3b: > > ARM: OMAP4+: PM: Use only valid low power state for CPU hotplug (2014-09-08 11:22:43 -0500) > > ---------------------------------------------------------------- > Nishanth Menon (7): > ARM: OMAP: DRA7: powerdomain data: fix powerdomain powerstate > ARM: OMAP5: powerdomain data: fix powerdomain powerstate > ARM: OMAP2+: powerdomain: pwrdm_for_each_clkdm iterate only valid clkdms > ARM: OMAP2+: powerdomain: introduce logic for finding valid power domain > ARM: OMAP4+: PM: Make logic state programmable > ARM: OMAP4+: PM: use only valid low power state for suspend > ARM: OMAP4+: PM: Use only valid low power state for CPU hotplug > > arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 ++ > arch/arm/mach-omap2/pm44xx.c | 9 ++- > arch/arm/mach-omap2/powerdomain.c | 79 ++++++++++++++++++++++++++- > arch/arm/mach-omap2/powerdomain.h | 4 ++ > arch/arm/mach-omap2/powerdomains54xx_data.c | 12 ++-- > arch/arm/mach-omap2/powerdomains7xx_data.c | 14 ++--- > 6 files changed, 106 insertions(+), 16 deletions(-) > > Regards, > Nishanth Menon > From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 8 Sep 2014 15:19:48 -0700 Subject: [GIT PULL 1/2] ARM: OMAP 4+: powerdomain fixes In-Reply-To: <1410195620-6347-1-git-send-email-nm@ti.com> References: <1410195620-6347-1-git-send-email-nm@ti.com> Message-ID: <20140908221947.GM3238@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Nishanth Menon [140908 10:00]: > Hi Tony, > Please pull the following changes. > Series discussed in: > http://marc.info/?l=linux-kernel&m=140871554106082&w=2 > Includes (v2 patch) https://patchwork.kernel.org/patch/4790541/ > Status: Acked by Santosh and Reviewed-by Kevin > > These could go into your tree for the branch omap-for-v3.18/fixes-not-urgent Thanks pulling them there. Tony > The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: > > Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) > > are available in the git repository at: > > https://github.com/nmenon/linux-2.6-playground.git pull/v3.18/powerdomain-fixes > > for you to fetch changes up to 3e6a1c945950140926dd6e2cc667893de0a7fe3b: > > ARM: OMAP4+: PM: Use only valid low power state for CPU hotplug (2014-09-08 11:22:43 -0500) > > ---------------------------------------------------------------- > Nishanth Menon (7): > ARM: OMAP: DRA7: powerdomain data: fix powerdomain powerstate > ARM: OMAP5: powerdomain data: fix powerdomain powerstate > ARM: OMAP2+: powerdomain: pwrdm_for_each_clkdm iterate only valid clkdms > ARM: OMAP2+: powerdomain: introduce logic for finding valid power domain > ARM: OMAP4+: PM: Make logic state programmable > ARM: OMAP4+: PM: use only valid low power state for suspend > ARM: OMAP4+: PM: Use only valid low power state for CPU hotplug > > arch/arm/mach-omap2/omap-mpuss-lowpower.c | 4 ++ > arch/arm/mach-omap2/pm44xx.c | 9 ++- > arch/arm/mach-omap2/powerdomain.c | 79 ++++++++++++++++++++++++++- > arch/arm/mach-omap2/powerdomain.h | 4 ++ > arch/arm/mach-omap2/powerdomains54xx_data.c | 12 ++-- > arch/arm/mach-omap2/powerdomains7xx_data.c | 14 ++--- > 6 files changed, 106 insertions(+), 16 deletions(-) > > Regards, > Nishanth Menon >