mbox series

[GIT,PULL] cpufreq/arm fixes for 6.7-rc4

Message ID 20231127043144.kkyyaut4e7gpzr2r@vireshk-i7
State New
Headers show
Series [GIT,PULL] cpufreq/arm fixes for 6.7-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next

Message

Viresh Kumar Nov. 27, 2023, 4:31 a.m. UTC
Hi Rafael,

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next

for you to fetch changes up to 8f96e29aae31354191227ad476dc7f6147ef1d75:

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

----------------------------------------------------------------
Christoph Niedermaier (1):
      cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily

Stephan Gerhold (3):
      cpufreq: qcom-nvmem: Enable virtual power domain devices
      cpufreq: qcom-nvmem: Preserve PM domain votes in system suspend
      pmdomain: qcom: rpmpd: Set GENPD_FLAG_ACTIVE_WAKEUP

 drivers/cpufreq/imx6q-cpufreq.c      |  2 +-
 drivers/cpufreq/qcom-cpufreq-nvmem.c | 73 ++++++++++++++++++++++++++++++++++--
 drivers/pmdomain/qcom/rpmpd.c        |  1 +
 3 files changed, 72 insertions(+), 4 deletions(-)

Comments

Rafael J. Wysocki Nov. 27, 2023, 9:11 p.m. UTC | #1
Hi Viresh,

On Mon, Nov 27, 2023 at 5:31 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
>
>   Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next
>
> for you to fetch changes up to 8f96e29aae31354191227ad476dc7f6147ef1d75:
>
>   pmdomain: qcom: rpmpd: Set GENPD_FLAG_ACTIVE_WAKEUP (2023-11-23 13:08:01 +0530)
>
> ----------------------------------------------------------------
> Christoph Niedermaier (1):
>       cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily
>
> Stephan Gerhold (3):
>       cpufreq: qcom-nvmem: Enable virtual power domain devices
>       cpufreq: qcom-nvmem: Preserve PM domain votes in system suspend
>       pmdomain: qcom: rpmpd: Set GENPD_FLAG_ACTIVE_WAKEUP
>
>  drivers/cpufreq/imx6q-cpufreq.c      |  2 +-
>  drivers/cpufreq/qcom-cpufreq-nvmem.c | 73 ++++++++++++++++++++++++++++++++++--
>  drivers/pmdomain/qcom/rpmpd.c        |  1 +
>  3 files changed, 72 insertions(+), 4 deletions(-)
>
> --

Pulled, but it would be kind of nice to get some description of the
material other than the shorlog.

Thanks!
Viresh Kumar Nov. 28, 2023, 3:44 a.m. UTC | #2
On 27-11-23, 22:11, Rafael J. Wysocki wrote:
> Hi Viresh,
> 
> On Mon, Nov 27, 2023 at 5:31 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
> >
> > Hi Rafael,
> >
> > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
> >
> >   Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next
> >
> > for you to fetch changes up to 8f96e29aae31354191227ad476dc7f6147ef1d75:
> >
> >   pmdomain: qcom: rpmpd: Set GENPD_FLAG_ACTIVE_WAKEUP (2023-11-23 13:08:01 +0530)
> >
> > ----------------------------------------------------------------
> > Christoph Niedermaier (1):
> >       cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily
> >
> > Stephan Gerhold (3):
> >       cpufreq: qcom-nvmem: Enable virtual power domain devices
> >       cpufreq: qcom-nvmem: Preserve PM domain votes in system suspend
> >       pmdomain: qcom: rpmpd: Set GENPD_FLAG_ACTIVE_WAKEUP
> >
> >  drivers/cpufreq/imx6q-cpufreq.c      |  2 +-
> >  drivers/cpufreq/qcom-cpufreq-nvmem.c | 73 ++++++++++++++++++++++++++++++++++--
> >  drivers/pmdomain/qcom/rpmpd.c        |  1 +
> >  3 files changed, 72 insertions(+), 4 deletions(-)
> >
> > --
> 
> Pulled, but it would be kind of nice to get some description of the
> material other than the shorlog.

Ahh, my fault. I created the pull request using the branch name instead of the
tag. I usually do the right thing and so the description comes by itself.