From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e23smtp01.au.ibm.com (e23smtp01.au.ibm.com [202.81.31.143]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 77D291A09BF for ; Thu, 11 Jun 2015 15:28:15 +1000 (AEST) Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 11 Jun 2015 15:28:14 +1000 Received: from d23relay08.au.ibm.com (d23relay08.au.ibm.com [9.185.71.33]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 942D62BB0040 for ; Thu, 11 Jun 2015 15:28:12 +1000 (EST) Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay08.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t5B5Qlcq1048924 for ; Thu, 11 Jun 2015 15:26:56 +1000 Received: from d23av01.au.ibm.com (localhost [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t5B5QOoM032650 for ; Thu, 11 Jun 2015 15:26:25 +1000 Message-ID: <55791BEE.50009@linux.vnet.ibm.com> Date: Thu, 11 Jun 2015 10:56:06 +0530 From: Vipin K Parashar MIME-Version: 1.0 To: Stewart Smith , linuxppc-dev@lists.ozlabs.org CC: mpe@ellerman.id.au, joel@jms.id.au, vaibhav@linux.vnet.ibm.com Subject: Re: [PATCH v8] powerpc/powernv: Poweroff (EPOW, DPO) events support for PowerNV platform References: <1433965909-9910-1-git-send-email-vipin@linux.vnet.ibm.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 06/11/2015 04:25 AM, Stewart Smith wrote: > Vipin K Parashar writes: >> This patch adds support for FSP (Flexible Service Processor) >> EPOW (Early Power Off Warning) and DPO (Delayed Power Off) events for > Not restricted to FSP systems, it's a generic OPAL API that any platform > could implement. Yes EPOW and DPO APIs are generic any can be used on any platform. But the text describes that it adds support for EPOW, DPO events which exists only for FSP based system as if today.