All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] powernv: cpufreq: Report frequency throttle by OCC
@ 2015-04-28  6:23 Shilpasri G Bhat
  2015-04-28  6:23 ` [PATCH v2 1/2] powerpc/powernv: Add definition of OPAL_MSG_OCC message type Shilpasri G Bhat
  2015-04-28  6:23   ` Shilpasri G Bhat
  0 siblings, 2 replies; 12+ messages in thread
From: Shilpasri G Bhat @ 2015-04-28  6:23 UTC (permalink / raw)
  To: linuxppc-dev, linux-kernel; +Cc: Shilpasri G Bhat

This patchset intends to add frequency throttle reporting mechanism
to powernv-cpufreq driver when OCC throttles the frequency. OCC is an
On-Chip-Controller which takes care of the power and thermal safety of
the chip. The CPU frequency can be throttled during an OCC reset or
when OCC tries to limit the max allowed frequency. The patchset will
report such conditions so as to keep the user informed about reason
for the drop in performance of workloads when frequency is throttled.

Shilpasri G Bhat (2):
  powerpc/powernv: Add definition of OPAL_MSG_OCC message type
  cpufreq: powernv: Register for OCC related opal_message notification

 arch/powerpc/include/asm/opal-api.h |   8 ++
 drivers/cpufreq/powernv-cpufreq.c   | 181 +++++++++++++++++++++++++++++++++---
 2 files changed, 174 insertions(+), 15 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-04-28  9:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-28  6:23 [PATCH v2 0/2] powernv: cpufreq: Report frequency throttle by OCC Shilpasri G Bhat
2015-04-28  6:23 ` [PATCH v2 1/2] powerpc/powernv: Add definition of OPAL_MSG_OCC message type Shilpasri G Bhat
2015-04-28  6:23 ` [PATCH v2 2/2] cpufreq: powernv: Register for OCC related opal_message notification Shilpasri G Bhat
2015-04-28  6:23   ` Shilpasri G Bhat
2015-04-28  6:48   ` Viresh Kumar
2015-04-28  6:48     ` Viresh Kumar
2015-04-28  8:18     ` Shilpasri G Bhat
2015-04-28  8:18       ` Shilpasri G Bhat
2015-04-28  8:53       ` Viresh Kumar
2015-04-28  8:53         ` Viresh Kumar
2015-04-28  9:07         ` Shilpasri G Bhat
2015-04-28  9:07           ` Shilpasri G Bhat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.