From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755676Ab3FEOPn (ORCPT ); Wed, 5 Jun 2013 10:15:43 -0400 Received: from mail-qa0-f42.google.com ([209.85.216.42]:54711 "EHLO mail-qa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753237Ab3FEOPm (ORCPT ); Wed, 5 Jun 2013 10:15:42 -0400 Date: Wed, 5 Jun 2013 10:15:39 -0400 (EDT) From: Nicolas Pitre To: Lorenzo Pieralisi cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, Samuel Ortiz , Pawel Moll , Amit Kucheria , Jon Medhurst , Achin Gupta , Sudeep KarkadaNagesha Subject: Re: [RFC PATCH v2 0/2] drivers: mfd: Versatile Express SPC support In-Reply-To: <1370432767-6620-1-git-send-email-lorenzo.pieralisi@arm.com> Message-ID: References: <1370432767-6620-1-git-send-email-lorenzo.pieralisi@arm.com> User-Agent: Alpine 2.03 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 5 Jun 2013, Lorenzo Pieralisi wrote: > This patch is v2 of a previous posting: > > http://lists.infradead.org/pipermail/linux-arm-kernel/2013-May/170624.html > > V2 changes: > > - Dropped timeout interface patch > - Converted interfaces to non-timeout ones, integrated and retested > - Removed mutex used at init > - Refactored code to work around init sections warning > - Fixed interface type enumeration init > - Fixed data write in SYSCFG write commands > > This patch series introduces support for the Versatile Express Serial > Power Controller (SPC) present in ARM Versatile Express TC2 core tiles. > SPC driver is a fundamental component of TC2 power management and allows > to carry out C-state management and DVFS for A15 and A7 clusters. [...] The MCPM backend for TC2 obviously depends on these patches and it should probably be merged via the ARM SoC tree. Could those patches go with it as well? If so, Samuel's ACK would be appreciated. Nicolas From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.pitre@linaro.org (Nicolas Pitre) Date: Wed, 5 Jun 2013 10:15:39 -0400 (EDT) Subject: [RFC PATCH v2 0/2] drivers: mfd: Versatile Express SPC support In-Reply-To: <1370432767-6620-1-git-send-email-lorenzo.pieralisi@arm.com> References: <1370432767-6620-1-git-send-email-lorenzo.pieralisi@arm.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 5 Jun 2013, Lorenzo Pieralisi wrote: > This patch is v2 of a previous posting: > > http://lists.infradead.org/pipermail/linux-arm-kernel/2013-May/170624.html > > V2 changes: > > - Dropped timeout interface patch > - Converted interfaces to non-timeout ones, integrated and retested > - Removed mutex used at init > - Refactored code to work around init sections warning > - Fixed interface type enumeration init > - Fixed data write in SYSCFG write commands > > This patch series introduces support for the Versatile Express Serial > Power Controller (SPC) present in ARM Versatile Express TC2 core tiles. > SPC driver is a fundamental component of TC2 power management and allows > to carry out C-state management and DVFS for A15 and A7 clusters. [...] The MCPM backend for TC2 obviously depends on these patches and it should probably be merged via the ARM SoC tree. Could those patches go with it as well? If so, Samuel's ACK would be appreciated. Nicolas