All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] x86: pmc_atom: Add Cherrytrail support
@ 2015-07-06 14:28 Andy Shevchenko
  2015-07-06 14:29 ` [PATCH v3 1/5] x86: pmc_atom: export accessors to PMC registers Andy Shevchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Andy Shevchenko @ 2015-07-06 14:28 UTC (permalink / raw)
  To: x86, Aubrey Li, Rafael J . Wysocki, Kumar P, Mahesh, linux-kernel,
	linux-acpi, Ingo Molnar
  Cc: Andy Shevchenko

This is the next generation of the patch series which had been sent earlier [1]
to support Intel CherryTrail SoC.

The patches were tested on both BayTrail and CherryTrail SoCs.

[1] http://www.spinics.net/lists/linux-acpi/msg55213.html

Changes to v2:
 - added patch 1 that replaces previous patch 1 and exports PMC accessors
 - amended subject line for patch 4
 - added patch 5 that moves the driver under arch/x86/platform/atom hood
 - rebased on top of recent linux-next

Changes to v1:
 - rebased on top of recent pmc_atom changes
 - cleaned up, reqorked and split to few smaller patches

Andy Shevchenko (5):
  x86: pmc_atom: export accessors to PMC registers
  x86: pmc_atom: print index of device in loop
  x86: pmc_atom: supply register mappings via pmc object
  x86: pmc_atom: Add Cherrytrail PMC interface
  x86: pmc_atom: place it under arch/x86/platform/atom

 arch/x86/include/asm/pmc_atom.h               |  29 +++
 arch/x86/kernel/Makefile                      |   1 -
 arch/x86/platform/atom/Makefile               |   3 +-
 arch/x86/{kernel => platform/atom}/pmc_atom.c | 302 +++++++++++++++++---------
 4 files changed, 229 insertions(+), 106 deletions(-)
 rename arch/x86/{kernel => platform/atom}/pmc_atom.c (53%)

-- 
2.1.4


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

end of thread, other threads:[~2015-07-07  6:55 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06 14:28 [PATCH v3 0/5] x86: pmc_atom: Add Cherrytrail support Andy Shevchenko
2015-07-06 14:29 ` [PATCH v3 1/5] x86: pmc_atom: export accessors to PMC registers Andy Shevchenko
2015-07-06 16:34   ` [tip:x86/platform] x86/platform/intel/pmc_atom: Export " tip-bot for Andy Shevchenko
2015-07-06 14:29 ` [PATCH v3 2/5] x86: pmc_atom: print index of device in loop Andy Shevchenko
2015-07-06 16:34   ` [tip:x86/platform] x86/platform/intel/pmc_atom: Print " tip-bot for Andy Shevchenko
2015-07-06 14:29 ` [PATCH v3 3/5] x86: pmc_atom: supply register mappings via pmc object Andy Shevchenko
2015-07-06 16:35   ` [tip:x86/platform] x86/platform/intel/pmc_atom: Supply register mappings via PMC object tip-bot for Andy Shevchenko
2015-07-06 14:29 ` [PATCH v3 4/5] x86: pmc_atom: Add Cherrytrail PMC interface Andy Shevchenko
2015-07-06 15:44   ` Ingo Molnar
2015-07-06 15:47     ` Thomas Gleixner
2015-07-06 15:50       ` Ingo Molnar
2015-07-06 16:37         ` Andy Shevchenko
2015-07-06 16:39           ` Ingo Molnar
2015-07-06 16:35   ` [tip:x86/platform] x86/platform/intel/pmc_atom: " tip-bot for Kumar P Mahesh
2015-07-06 19:09     ` Peter Zijlstra
2015-07-07  6:55       ` Ingo Molnar
2015-07-06 16:51   ` tip-bot for Andy Shevchenko
2015-07-06 14:29 ` [PATCH v3 5/5] x86: pmc_atom: place it under arch/x86/platform/atom Andy Shevchenko
2015-07-06 16:35   ` [tip:x86/platform] x86/platform/intel/pmc_atom: Move the PMC-Atom code to arch/x86/platform/atom tip-bot for Andy Shevchenko
2015-07-06 16:51   ` tip-bot for Andy Shevchenko

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.