mbox series

[GIT,PULL] devfreq next for 6.6

Message ID acaa61be-aa68-22bc-4838-e345de13d2b0@kernel.org (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] devfreq next for 6.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-6.6

Message

Chanwoo Choi Aug. 20, 2023, 9:53 p.m. UTC
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(-)

Comments

Rafael J. Wysocki Aug. 21, 2023, 10:56 a.m. UTC | #1
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!