[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0hE31BLmRR9w6u5+vrEEc3QjkaOpUPaCo6QcdJCFez0Rg@mail.gmail.com>
Date: Fri, 21 Oct 2022 20:50:25 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux PM <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Power management fixes for v6.1-rc2
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.1-rc2
with top-most commit a6991d623de02c42c44ddfffde66ec18608069d3
Merge tag 'cpufreq-arm-fixes-6.1-rc' of
git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
on top of commit 9abf2313adc1ca1b6180c508c25f22f9395cc780
Linux 6.1-rc1
to receive power management fixes for 6.1-rc2.
These fix some issues and clean up code in ARM cpufreq drivers.
Specifics:
- Fix module loading in the Tegra124 cpufreq driver (Jon Hunter).
- Fix memory leak and update to read-only region in the qcom
cpufreq driver (Fabien Parent).
- Miscellaneous minor cleanups to cpufreq drivers (Fabien Parent,
Yang Yingliang).
Thanks!
---------------
Fabien Parent (3):
cpufreq: qcom: fix memory leak in error path
cpufreq: qcom: fix writes in read-only memory region
cpufreq: qcom: remove unused parameter in function definition
Jon Hunter (1):
cpufreq: tegra194: Fix module loading
Yang Yingliang (4):
cpufreq: dt: Switch to use dev_err_probe() helper
cpufreq: imx6q: Switch to use dev_err_probe() helper
cpufreq: qcom-nvmem: Switch to use dev_err_probe() helper
cpufreq: sun50i: Switch to use dev_err_probe() helper
---------------
drivers/cpufreq/cpufreq-dt.c | 6 ++----
drivers/cpufreq/imx6q-cpufreq.c | 4 +---
drivers/cpufreq/qcom-cpufreq-nvmem.c | 25 +++++++++++++------------
drivers/cpufreq/sun50i-cpufreq-nvmem.c | 9 +++------
drivers/cpufreq/tegra194-cpufreq.c | 1 +
5 files changed, 20 insertions(+), 25 deletions(-)
Powered by blists - more mailing lists