From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752205AbaDZQHG (ORCPT ); Sat, 26 Apr 2014 12:07:06 -0400 Received: from mail-qg0-f49.google.com ([209.85.192.49]:43821 "EHLO mail-qg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750980AbaDZQHD convert rfc822-to-8bit (ORCPT ); Sat, 26 Apr 2014 12:07:03 -0400 MIME-Version: 1.0 In-Reply-To: References: <1398331919-28321-1-git-send-email-leela.krishna@linaro.org> <5358DF50.9010106@linaro.org> Date: Sat, 26 Apr 2014 21:37:01 +0530 Message-ID: Subject: Re: [PATCH 0/2] Add generic cpu power control functions for exynos From: Abhilash Kesavan To: Leela Krishna Amudala Cc: Daniel Lezcano , "linux-pm@vger.kernel.org" , linux-samsung-soc , "linux-kernel@vger.kernel.org" , linux-arm-kernel , "nicolas.pitre" , Kukjin Kim , Amit Kucheria Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Leela, On Thu, Apr 24, 2014 at 3:56 PM, Leela Krishna Amudala wrote: > Hi Abhilash, > > If you are okay with this patchset you can rebase/merge it with your > mcpm patches. I have added these patches as part of my mcpm v3 patchset. Thanks, Abhilash > > Best Wishes, > Leela Krishna. > > On Thu, Apr 24, 2014 at 3:24 PM, Daniel Lezcano > wrote: >> >> Hi Abhilash and Leela, >> >> FYI I think you are working on similar patches. >> >> >> On 04/24/2014 11:31 AM, Leela Krishna Amudala wrote: >>> This patchset adds the generic cpu power control functions for >>> >>> exynos based SoCs to power up/down and to know the status of the cpu. >>> >>> Note: This series has been rebased on 3.15-rc1 and tested on >>> Exynos based Origen(Cortex-A9) and Arndale-octa(Cortex A7,A15) boards. >>> >>> Leela Krishna Amudala (2): >>> ARM: EXYNOS: Add generic cpu power control functions for all exynos >>> based SoCs >>> ARM: EXYNOS: use generic exynos cpu power control functions >>> >>> arch/arm/mach-exynos/common.h | 3 +++ >>> arch/arm/mach-exynos/platsmp.c | 9 +++------ >>> arch/arm/mach-exynos/pm.c | 36 >>> ++++++++++++++++++++++++++++++++++++ >>> arch/arm/mach-exynos/regs-pmu.h | 6 ++++++ >>> 4 files changed, 48 insertions(+), 6 deletions(-) >>> >> >> >> -- >> Linaro.org │ Open source software for ARM SoCs >> >> Follow Linaro: Facebook | >> Twitter | >> Blog >> From mboxrd@z Thu Jan 1 00:00:00 1970 From: kesavan.abhilash@gmail.com (Abhilash Kesavan) Date: Sat, 26 Apr 2014 21:37:01 +0530 Subject: [PATCH 0/2] Add generic cpu power control functions for exynos In-Reply-To: References: <1398331919-28321-1-git-send-email-leela.krishna@linaro.org> <5358DF50.9010106@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Leela, On Thu, Apr 24, 2014 at 3:56 PM, Leela Krishna Amudala wrote: > Hi Abhilash, > > If you are okay with this patchset you can rebase/merge it with your > mcpm patches. I have added these patches as part of my mcpm v3 patchset. Thanks, Abhilash > > Best Wishes, > Leela Krishna. > > On Thu, Apr 24, 2014 at 3:24 PM, Daniel Lezcano > wrote: >> >> Hi Abhilash and Leela, >> >> FYI I think you are working on similar patches. >> >> >> On 04/24/2014 11:31 AM, Leela Krishna Amudala wrote: >>> This patchset adds the generic cpu power control functions for >>> >>> exynos based SoCs to power up/down and to know the status of the cpu. >>> >>> Note: This series has been rebased on 3.15-rc1 and tested on >>> Exynos based Origen(Cortex-A9) and Arndale-octa(Cortex A7,A15) boards. >>> >>> Leela Krishna Amudala (2): >>> ARM: EXYNOS: Add generic cpu power control functions for all exynos >>> based SoCs >>> ARM: EXYNOS: use generic exynos cpu power control functions >>> >>> arch/arm/mach-exynos/common.h | 3 +++ >>> arch/arm/mach-exynos/platsmp.c | 9 +++------ >>> arch/arm/mach-exynos/pm.c | 36 >>> ++++++++++++++++++++++++++++++++++++ >>> arch/arm/mach-exynos/regs-pmu.h | 6 ++++++ >>> 4 files changed, 48 insertions(+), 6 deletions(-) >>> >> >> >> -- >> Linaro.org ? Open source software for ARM SoCs >> >> Follow Linaro: Facebook | >> Twitter | >> Blog >>