mbox series

[v3,0/3] Add POWER9 DD2.0 feature, remove idle workarounds in DD2.1

Message ID 20171103041321.5113-1-npiggin@gmail.com (mailing list archive)
Headers show
Series Add POWER9 DD2.0 feature, remove idle workarounds in DD2.1 | expand

Message

Nicholas Piggin Nov. 3, 2017, 4:13 a.m. UTC
Since v2: Split up the features into two patches.

I kept Vaidy's reviewed-by because the end result code was not changed.

Nicholas Piggin (3):
  powerpc: add POWER9_DD20 feature
  powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 ERAT workaround on DD2.1
  powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 PMU workaround on DD2.1

 arch/powerpc/include/asm/cputable.h |  5 ++++-
 arch/powerpc/kernel/cputable.c      | 20 ++++++++++++++++++++
 arch/powerpc/kernel/dt_cpu_ftrs.c   |  2 ++
 arch/powerpc/kernel/idle_book3s.S   | 31 ++++++++++++++++++++-----------
 4 files changed, 46 insertions(+), 12 deletions(-)