Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751582AbdG0MhZ (ORCPT ); Thu, 27 Jul 2017 08:37:25 -0400 Received: from ozlabs.org ([103.22.144.67]:35557 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751552AbdG0MhV (ORCPT ); Thu, 27 Jul 2017 08:37:21 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 28a5db0061014c8afbbb98560cf420c29bc4d8e1 In-Reply-To: <1500413796-18340-2-git-send-email-maddy@linux.vnet.ibm.com> To: Madhavan Srinivasan From: Michael Ellerman Cc: Hemant Kumar , Madhavan Srinivasan , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Anju T Sudhakar Subject: Re: [v13,1/5] powerpc/platform/powernv: Update IMC OPAL APIs Message-Id: <3xJBM42LFFz9sN5@ozlabs.org> Date: Thu, 27 Jul 2017 22:37:20 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 809 Lines: 19 On Tue, 2017-07-18 at 21:36:32 UTC, Madhavan Srinivasan wrote: > In-Memory Collection (IMC) counters are performance monitoring infrastrcuture. > These counters need special sequence of scoms to init/start/stop which is handled > by OPAL. And OPAL provides three APIs to init and control these IMC engines. > > OPAL API documentation: > https://github.com/open-power/skiboot/blob/master/doc/opal-api/opal-imc-counters.rst > > Patch updates the kernel side powernv platform code to support the new OPAL APIs > > Signed-off-by: Hemant Kumar > Signed-off-by: Anju T Sudhakar > Signed-off-by: Madhavan Srinivasan Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/28a5db0061014c8afbbb98560cf420 cheers