From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: x86@kernel.org, Aubrey Li <aubrey.li@linux.intel.com>,
"Rafael J . Wysocki" <rafael.j.wysocki@intel.com>,
"Kumar P, Mahesh" <mahesh.kumar.p@intel.com>,
linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org,
Ingo Molnar <mingo@kernel.org>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: [PATCH v3 0/5] x86: pmc_atom: Add Cherrytrail support
Date: Mon, 6 Jul 2015 17:28:59 +0300 [thread overview]
Message-ID: <1436192944-56496-1-git-send-email-andriy.shevchenko@linux.intel.com> (raw)
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
next reply other threads:[~2015-07-06 14:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-06 14:28 Andy Shevchenko [this message]
2015-07-06 14:29 ` [PATCH v3 1/5] x86: pmc_atom: export accessors to PMC registers 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 14:29 ` [PATCH v3 3/5] x86: pmc_atom: supply register mappings via pmc object 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 14:29 ` [PATCH v3 5/5] x86: pmc_atom: place it under arch/x86/platform/atom Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436192944-56496-1-git-send-email-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=aubrey.li@linux.intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mahesh.kumar.p@intel.com \
--cc=mingo@kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox