From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasant Hegde Subject: Re: [PATCH 1/2] powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED states Date: Fri, 20 Mar 2015 13:37:31 +0530 Message-ID: <550BD543.8080605@linux.vnet.ibm.com> References: <20150308110558.3759.72635.stgit@localhost.localdomain> <20150308111408.3759.70606.stgit@localhost.localdomain> <1426832625.2581.3.camel@ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from e23smtp02.au.ibm.com ([202.81.31.144]:43401 "EHLO e23smtp02.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751132AbbCTIIi (ORCPT ); Fri, 20 Mar 2015 04:08:38 -0400 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 20 Mar 2015 18:08:34 +1000 Received: from d23relay06.au.ibm.com (d23relay06.au.ibm.com [9.185.63.219]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 89335357804C for ; Fri, 20 Mar 2015 19:08:31 +1100 (EST) Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay06.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t2K88NqL36700298 for ; Fri, 20 Mar 2015 19:08:31 +1100 Received: from d23av02.au.ibm.com (localhost [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t2K87vHH021951 for ; Fri, 20 Mar 2015 19:07:57 +1100 In-Reply-To: <1426832625.2581.3.camel@ellerman.id.au> Sender: linux-leds-owner@vger.kernel.org List-Id: linux-leds@vger.kernel.org To: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-leds@vger.kernel.org, khandual@linux.vnet.ibm.com, cooloney@gmail.com, rpurdie@rpsys.net, benh@kernel.crashing.org On 03/20/2015 11:53 AM, Michael Ellerman wrote: > On Sun, 2015-03-08 at 16:44 +0530, Vasant Hegde wrote: >> From: Anshuman Khandual >> >> This patch registers the following two new OPAL interfaces calls >> for the platform LED subsystem. With the help of these new OPAL calls, >> the kernel will be able to get or set the state of various individual >> LEDs on the system at any given location code which is passed through >> the LED specific device tree nodes. >> >> (1) OPAL_LEDS_GET_INDICATOR opal_leds_get_ind >> (2) OPAL_LEDS_SET_INDICATOR opal_leds_set_ind >> >> Signed-off-by: Anshuman Khandual >> Signed-off-by: Vasant Hegde >> --- >> arch/powerpc/include/asm/opal.h | 19 +++++++++++++------ > > We've split opal.h in next. > > Can you please rebase on top of it: > > https://git.kernel.org/cgit/linux/kernel/git/mpe/linux.git/log/?h=next Sure.. will rebase and send v2 soon. -Vasant