From patchwork Fri Dec 13 23:48:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: srinivas pandruvada X-Patchwork-Id: 11291961 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8339D930 for ; Fri, 13 Dec 2019 23:48:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 66F11214AF for ; Fri, 13 Dec 2019 23:48:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726743AbfLMXsu (ORCPT ); Fri, 13 Dec 2019 18:48:50 -0500 Received: from mga03.intel.com ([134.134.136.65]:56595 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726741AbfLMXsu (ORCPT ); Fri, 13 Dec 2019 18:48:50 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2019 15:48:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,311,1571727600"; d="scan'208";a="388836434" Received: from spandruv-mobl.jf.intel.com ([10.255.89.247]) by orsmga005.jf.intel.com with ESMTP; 13 Dec 2019 15:48:49 -0800 From: Srinivas Pandruvada To: rjw@rjwysocki.net, corbet@lwn.net, lenb@kernel.org, rui.zhang@intel.com Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Srinivas Pandruvada Subject: [PATCH v2 0/2] ACPI / Fan: Performance states Date: Fri, 13 Dec 2019 15:48:38 -0800 Message-Id: <20191213234840.9791-1-srinivas.pandruvada@linux.intel.com> X-Mailer: git-send-email 2.17.2 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org v2: - Modified the presentation of performance state attributes - Change the documentation to RST format Srinivas Pandruvada (2): Documentation: ACPI: Documentation for Fan performance states ACPI / fan: Display fan performance state information .../acpi/fan_performance_states.rst | 65 +++++++++++++ Documentation/admin-guide/acpi/index.rst | 1 + drivers/acpi/fan.c | 96 +++++++++++++++++-- 3 files changed, 154 insertions(+), 8 deletions(-) create mode 100644 Documentation/admin-guide/acpi/fan_performance_states.rst