All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux PM <linux-pm@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Power management fixes for v5.9-rc8
Date: Fri, 2 Oct 2020 18:47:05 +0200	[thread overview]
Message-ID: <CAJZ5v0jppvMLqbSu20gx6dL=bZWv6_ZbDRYW6Djg3V1oTJyWAA@mail.gmail.com> (raw)

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-5.9-rc8

with top-most commit 7bbe8f2a7e7e819c050212a4bc984f03dc85af9d

 Merge branch 'pm-cpufreq'

on top of commit a1b8638ba1320e6684aa98233c15255eb803fac7

 Linux 5.9-rc7

to receive power management fixes for 5.9-rc8.

These fix one more issue related to the recent RCU-lockdep
changes, a typo in documentation and add a missing return
statement to intel_pstate.

Specifics:

 - Fix up RCU usage for cpuidle on the ARM imx6q platform (Ulf
   Hansson).

 - Fix typo in the PM documentation (Yoann Congal).

 - Add return statement that is missing after recent changes
   in the intel_pstate driver (Zhang Rui).

Thanks!


---------------

Ulf Hansson (1):
      ARM: imx6q: Fixup RCU usage for cpuidle

Yoann Congal (1):
      Documentation: PM: Fix a reStructuredText syntax error

Zhang Rui (1):
      cpufreq: intel_pstate: Fix missing return statement

---------------

 Documentation/admin-guide/pm/cpuidle.rst | 2 +-
 arch/arm/mach-imx/cpuidle-imx6q.c        | 4 +++-
 drivers/cpufreq/intel_pstate.c           | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

             reply	other threads:[~2020-10-02 16:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-02 16:47 Rafael J. Wysocki [this message]
2020-10-02 17:15 ` [GIT PULL] Power management fixes for v5.9-rc8 pr-tracker-bot

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='CAJZ5v0jppvMLqbSu20gx6dL=bZWv6_ZbDRYW6Djg3V1oTJyWAA@mail.gmail.com' \
    --to=rafael@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 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.