* [GIT PULL] devfreq next for 6.6
@ 2023-08-20 21:53 Chanwoo Choi
2023-08-21 10:56 ` Rafael J. Wysocki
0 siblings, 1 reply; 2+ messages in thread
From: Chanwoo Choi @ 2023-08-20 21:53 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: open list:DEVICE FREQUENCY (DEVFREQ), Linux Kernel Mailing List,
Chanwoo Choi, Chanwoo Choi, Kyungmin Park, MyungJoo Ham
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] devfreq next for 6.6
2023-08-20 21:53 [GIT PULL] devfreq next for 6.6 Chanwoo Choi
@ 2023-08-21 10:56 ` Rafael J. Wysocki
0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2023-08-21 10:56 UTC (permalink / raw)
To: Chanwoo Choi
Cc: Rafael J. Wysocki, open list:DEVICE FREQUENCY (DEVFREQ),
Linux Kernel Mailing List, Chanwoo Choi, Kyungmin Park,
MyungJoo Ham
On Sun, Aug 20, 2023 at 11:53 PM Chanwoo Choi <chanwoo@kernel.org> wrote:
>
> 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(-)
Pulled and added to the linux-next branch in linux-pm.git.
Thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-21 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-20 21:53 [GIT PULL] devfreq next for 6.6 Chanwoo Choi
2023-08-21 10:56 ` Rafael J. Wysocki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox