From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4AC1C43331 for ; Wed, 1 Apr 2020 12:53:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A05CF20675 for ; Wed, 1 Apr 2020 12:53:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732627AbgDAMxV (ORCPT ); Wed, 1 Apr 2020 08:53:21 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:38087 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732579AbgDAMxO (ORCPT ); Wed, 1 Apr 2020 08:53:14 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 48smMW2J9cz9sTB; Wed, 1 Apr 2020 23:53:11 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 32377bd2cbb62e23ac0a1aaaf0048957c5fd9f02 In-Reply-To: <1574776274-22355-1-git-send-email-ego@linux.vnet.ibm.com> To: "Gautham R. Shenoy" , Vaidyanathan Srinivasan , Shilpasri G Bhat From: Michael Ellerman Cc: "Gautham R. Shenoy" , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Shilpasri G Bhat Subject: Re: [PATCH] powernv/opal-sensor-groups: Add documentation for the sysfs interfaces Message-Id: <48smMW2J9cz9sTB@ozlabs.org> Date: Wed, 1 Apr 2020 23:53:10 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2019-11-26 at 13:51:14 UTC, "Gautham R. Shenoy" wrote: > From: Shilpasri G Bhat > > Commit bf9571550f52 ("powerpc/powernv: Add support to clear sensor > groups data") added a mechanism to clear sensor-group data via a sysfs > interface. However, the ABI for that interface has not been > documented. > > This patch documents the ABI for the sysfs interface for sensor-groups > and clearing the sensor-groups. > > This patch was originally sent by Shilpasri G Bhat on the mailing list: > https://lkml.org/lkml/2018/8/1/85 > > Signed-off-by: Shilpasri G Bhat > Signed-off-by: Gautham R. Shenoy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/32377bd2cbb62e23ac0a1aaaf0048957c5fd9f02 cheers