From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754083AbcBZKiV (ORCPT ); Fri, 26 Feb 2016 05:38:21 -0500 Received: from e23smtp04.au.ibm.com ([202.81.31.146]:51405 "EHLO e23smtp04.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752080AbcBZKiS (ORCPT ); Fri, 26 Feb 2016 05:38:18 -0500 X-IBM-Helo: d23dlp03.au.ibm.com X-IBM-MailFrom: shilpa.bhat@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org;linux-pm@vger.kernel.org From: Shilpasri G Bhat To: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Cc: rjw@rjwysocki.net, viresh.kumar@linaro.org, linux-pm@vger.kernel.org, ego@linux.vnet.ibm.com, shreyas@linux.vnet.ibm.com, Shilpasri G Bhat Subject: [PATCH v10 0/2] cpufreq: powernv: Export throttle stat attributes and a bug fix Date: Fri, 26 Feb 2016 16:06:50 +0530 Message-Id: <1456483012-29466-1-git-send-email-shilpa.bhat@linux.vnet.ibm.com> X-Mailer: git-send-email 1.9.3 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16022610-0013-0000-0000-000002CF87FA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Patch[1] solves a bug in the module{init/exit} path and Patch[2] exports the throttle stats for the chip. This patchset is on top of linux-pm/linux-next. Changes from v9: - Patch[1/2] is newly added to correctly handle error path in powernv_cpufreq_init() and unregistration path in powernv_cpufreq_exit() as suggested by Viresh. - Patch[2/2] is rebased on top of Patch[1/2]. Shilpasri G Bhat (2): cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit} cpufreq: powernv: Add sysfs attributes to show throttle stats Documentation/ABI/testing/sysfs-devices-system-cpu | 69 +++++++++ drivers/cpufreq/powernv-cpufreq.c | 162 ++++++++++++++++++--- 2 files changed, 212 insertions(+), 19 deletions(-) -- 1.9.3