mbox series

[GIT,PULL] cpufreq/arm updates for 6.8

Message ID 20240103110157.5yq5o2hzeq3wwjvc@vireshk-i7 (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] cpufreq/arm updates for 6.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.8

Message

Viresh Kumar Jan. 3, 2024, 11:01 a.m. UTC
Hi Rafael,

The following changes since commit 8f96e29aae31354191227ad476dc7f6147ef1d75:

  pmdomain: qcom: rpmpd: Set GENPD_FLAG_ACTIVE_WAKEUP (2023-11-23 13:08:01 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.8

for you to fetch changes up to 0990319a0400db1d6069b5549327cd9105a266d5:

  cpufreq: armada-8k: Fix parameter type warning (2023-12-18 11:22:57 +0530)

----------------------------------------------------------------
ARM cpufreq updates for 6.8

- Check return value of a function in SCMI cpufreq driver (Alexandra Diupina).
- Use 'NULL' instead of '0' in Armada cpufreq driver (Gregory CLEMENT).

----------------------------------------------------------------
Alexandra Diupina (1):
      cpufreq: scmi: process the result of devm_of_clk_add_hw_provider()

Gregory CLEMENT (1):
      cpufreq: armada-8k: Fix parameter type warning

 drivers/cpufreq/armada-8k-cpufreq.c | 4 ++--
 drivers/cpufreq/scmi-cpufreq.c      | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

Comments

Rafael J. Wysocki Jan. 3, 2024, 11:18 a.m. UTC | #1
Hi Viresh,

On Wed, Jan 3, 2024 at 12:02 PM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit 8f96e29aae31354191227ad476dc7f6147ef1d75:
>
>   pmdomain: qcom: rpmpd: Set GENPD_FLAG_ACTIVE_WAKEUP (2023-11-23 13:08:01 +0530)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.8
>
> for you to fetch changes up to 0990319a0400db1d6069b5549327cd9105a266d5:
>
>   cpufreq: armada-8k: Fix parameter type warning (2023-12-18 11:22:57 +0530)
>
> ----------------------------------------------------------------
> ARM cpufreq updates for 6.8
>
> - Check return value of a function in SCMI cpufreq driver (Alexandra Diupina).
> - Use 'NULL' instead of '0' in Armada cpufreq driver (Gregory CLEMENT).
>
> ----------------------------------------------------------------
> Alexandra Diupina (1):
>       cpufreq: scmi: process the result of devm_of_clk_add_hw_provider()
>
> Gregory CLEMENT (1):
>       cpufreq: armada-8k: Fix parameter type warning
>
>  drivers/cpufreq/armada-8k-cpufreq.c | 4 ++--
>  drivers/cpufreq/scmi-cpufreq.c      | 7 +++++--
>  2 files changed, 7 insertions(+), 4 deletions(-)
>
> --

Pulled and added to the linux-next branch in linux-pm.git, thanks!