linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] powerpc/powernv: Cpuidle related cleanup
@ 2016-02-29 12:22 Shreyas B. Prabhu
  2016-02-29 12:22 ` [PATCH 1/3] powerpc/powernv: Move CHECK_HMI_INTERRUPT to exception-64s header Shreyas B. Prabhu
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Shreyas B. Prabhu @ 2016-02-29 12:22 UTC (permalink / raw)
  To: mpe
  Cc: linuxppc-dev, linux-kernel, benh, paulus, mahesh, maddy,
	Shreyas B. Prabhu

These patches are purely code movement and cleanup.
There is no functionality change.

Note, there are multiple style error reported for patch 1 and 2.
I think this is because checkpatch script mistakes the patches
as C code because of the presence of semi-colon in each line. I
for now have largely ignored these errors.

Shreyas B. Prabhu (3):
  powerpc/powernv: Move CHECK_HMI_INTERRUPT to exception-64s header
  powerpc/powernv: Encapsulate idle preparation steps in a macro
  powerpc/powernv: make hypervisor state restore a function

 arch/powerpc/include/asm/cpuidle.h       |  68 ++++++++++++++
 arch/powerpc/include/asm/exception-64s.h |  19 ++++
 arch/powerpc/kernel/exceptions-64s.S     |  29 +-----
 arch/powerpc/kernel/idle_power7.S        | 148 ++++++++-----------------------
 4 files changed, 129 insertions(+), 135 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-03-21 13:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29 12:22 [PATCH 0/3] powerpc/powernv: Cpuidle related cleanup Shreyas B. Prabhu
2016-02-29 12:22 ` [PATCH 1/3] powerpc/powernv: Move CHECK_HMI_INTERRUPT to exception-64s header Shreyas B. Prabhu
2016-03-17  5:21   ` Paul Mackerras
2016-02-29 12:22 ` [PATCH 2/3] powerpc/powernv: Encapsulate idle preparation steps in a macro Shreyas B. Prabhu
2016-03-17 11:15   ` Paul Mackerras
2016-03-18 14:53     ` Shreyas B Prabhu
2016-03-19  0:21       ` Paul Mackerras
2016-03-21 13:27         ` Shreyas B Prabhu
2016-02-29 12:23 ` [PATCH 3/3] powerpc/powernv: Refactor hypervisor state restore code Shreyas B. Prabhu
2016-03-10 10:45 ` [PATCH 0/3] powerpc/powernv: Cpuidle related cleanup Shreyas B Prabhu
2016-03-11  1:00   ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).