linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
To: rjw@rjwysocki.net, tglx@linutronix.de, mingo@redhat.com,
	bp@suse.de, peterz@infradead.org
Cc: x86@kernel.org, linux-pm@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org,
	tim.c.chen@linux.intel.com, alexey.klimov@arm.com,
	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Subject: [PATCH v2 0/4] CPPC only changes for supporting ITMT 3.0
Date: Thu,  1 Sep 2016 13:37:07 -0700	[thread overview]
Message-ID: <1472762231-88923-1-git-send-email-srinivas.pandruvada@linux.intel.com> (raw)

This patchset is CPPC only changes from original "Support Intel® Turbo
Boost Max Technology 3.0" series.

v2
- Rebased on top of bleeding edge branch of Linux-pm git 
- Instead of #ifdef in cppc_acpi using __weak attribute for
functions implemented in arch/x86/kernel/acpi/
- Removed integer support patch as this was already implemented
in the latest code base
- Instead of error return print warning on cppc probe failure

Srinivas Pandruvada (4):
  acpi: cppc: Allow build with ACPI_CPU_FREQ_PSS config
  acpi: cppc: Don't return on CPPC probe failure
  acpi: cppc: Add support for functional fixed hardware address
  acpi: cppc: Add prefix cppc to cpudata structure name

 arch/x86/kernel/acpi/Makefile   |  1 +
 arch/x86/kernel/acpi/cppc_msr.c | 58 ++++++++++++++++++++++++++++++
 drivers/acpi/Kconfig            |  1 -
 drivers/acpi/cppc_acpi.c        | 79 +++++++++++++++++++++++++++++++++--------
 drivers/acpi/processor_driver.c |  4 +--
 drivers/cpufreq/cppc_cpufreq.c  | 14 ++++----
 include/acpi/cppc_acpi.h        |  4 +--
 7 files changed, 134 insertions(+), 27 deletions(-)
 create mode 100644 arch/x86/kernel/acpi/cppc_msr.c

-- 
2.7.4

             reply	other threads:[~2016-09-01 20:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-01 20:37 Srinivas Pandruvada [this message]
2016-09-01 20:37 ` [PATCH v2 1/4] acpi: cppc: Allow build with ACPI_CPU_FREQ_PSS config Srinivas Pandruvada
2016-09-01 20:37 ` [PATCH v2 2/4] acpi: cppc: Don't return on CPPC probe failure Srinivas Pandruvada
2016-09-01 20:37 ` [PATCH v2 3/4] acpi: cppc: Add support for functional fixed hardware address Srinivas Pandruvada
2016-09-01 20:37 ` [PATCH v2 4/4] acpi: cppc: Add prefix cppc to cpudata structure name Srinivas Pandruvada
2016-09-12 22:13 ` [PATCH v2 0/4] CPPC only changes for supporting ITMT 3.0 Rafael J. Wysocki

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=1472762231-88923-1-git-send-email-srinivas.pandruvada@linux.intel.com \
    --to=srinivas.pandruvada@linux.intel.com \
    --cc=alexey.klimov@arm.com \
    --cc=bp@suse.de \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=rjw@rjwysocki.net \
    --cc=tglx@linutronix.de \
    --cc=tim.c.chen@linux.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;
as well as URLs for NNTP newsgroup(s).