[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <acaa61be-aa68-22bc-4838-e345de13d2b0@kernel.org>
Date: Mon, 21 Aug 2023 06:53:23 +0900
From: Chanwoo Choi <chanwoo@...nel.org>
To: "Rafael J. Wysocki" <rafael@...nel.org>
Cc: "open list:DEVICE FREQUENCY (DEVFREQ)" <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Chanwoo Choi <cw00.choi@...sung.com>,
Chanwoo Choi <chanwoo@...nel.org>,
Kyungmin Park <kyungmin.park@...sung.com>,
MyungJoo Ham <myungjoo.ham@...sung.com>
Subject: [GIT PULL] devfreq next for 6.6
Dear Rafael,
This is devfreq-next pull request for v6.6. I add detailed description of
this pull request on the following tag. Please pull devfreq with
following updates.
Best Regards,
Chanwoo Choi
The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:
Linux 6.5-rc2 (2023-07-16 15:10:37 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-6.6
for you to fetch changes up to 5693d077595de721f9ddbf9d37f40e5409707dfe:
PM / devfreq: Fix leak in devfreq_dev_release() (2023-08-10 22:48:16 +0900)
----------------------------------------------------------------
Update devfreq next for v6.6
Detailed description for this pull request:
- Include correct DT header including explicitly for imx-bus/imx8m-ddrc/
mtk-cci/tegra30 tegra drivers.
- Reword the kernel-doc comment for devfreq_monitor_start() API using to specify
the default timer as deferrable timer because devfreq core supports both delayed
timer and deferrable timer according to devfreq device profile.
- Add missing srcu_cleanup_notifier_head() when releasing devfreq device.
: srcu_init_notifier_head() allocates resources that need to be released
with a srcu_cleanup_notifier_head() call.
----------------------------------------------------------------
Boris Brezillon (1):
PM / devfreq: Fix leak in devfreq_dev_release()
Manivannan Sadhasivam (1):
PM / devfreq: Reword the kernel-doc comment for devfreq_monitor_start() API
Rob Herring (1):
PM / devfreq: Explicitly include correct DT includes
drivers/devfreq/devfreq.c | 10 ++++++----
drivers/devfreq/imx-bus.c | 2 +-
drivers/devfreq/imx8m-ddrc.c | 2 +-
drivers/devfreq/mtk-cci-devfreq.c | 1 -
drivers/devfreq/tegra30-devfreq.c | 2 +-
5 files changed, 9 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists