linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
To: yu.chen.surf@gmail.com, andy@infradead.org, dvhart@infradead.org,
	andy@kernel.org, lenb@kernel.org
Cc: linux-kernel@vger.kernel.org,
	platform-driver-x86@vger.kernel.org,
	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Subject: [PATCH v3 0/2] Intel Uncore frequency control
Date: Mon, 13 Jan 2020 10:00:13 -0800	[thread overview]
Message-ID: <20200113180015.503314-1-srinivas.pandruvada@linux.intel.com> (raw)

v3:
	Chen Yu pointed issue with rdmsrl, to change to rdmsrl_on_cpu

v2:
	Split the documentation patch to another patch to merge via different
	tree
	Add MAINTAINER entry

Srinivas Pandruvada (2):
  platform/x86: Add support for Uncore frequency control
  MAINTAINERS: Update for the intel uncore frequency control

 MAINTAINERS                                   |   6 +
 drivers/platform/x86/Kconfig                  |  11 +
 drivers/platform/x86/Makefile                 |   1 +
 drivers/platform/x86/intel-uncore-frequency.c | 437 ++++++++++++++++++
 4 files changed, 455 insertions(+)
 create mode 100644 drivers/platform/x86/intel-uncore-frequency.c

-- 
2.24.1


             reply	other threads:[~2020-01-13 18:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-13 18:00 Srinivas Pandruvada [this message]
2020-01-13 18:00 ` [PATCH v3 1/2] platform/x86: Add support for Uncore frequency control Srinivas Pandruvada
2020-01-13 18:00 ` [PATCH v3 2/2] MAINTAINERS: Update for the intel uncore " Srinivas Pandruvada

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=20200113180015.503314-1-srinivas.pandruvada@linux.intel.com \
    --to=srinivas.pandruvada@linux.intel.com \
    --cc=andy@infradead.org \
    --cc=andy@kernel.org \
    --cc=dvhart@infradead.org \
    --cc=lenb@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=yu.chen.surf@gmail.com \
    /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).