linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] cpuidle for v5.13-rc1
@ 2021-04-08 15:10 Daniel Lezcano
  2021-04-08 17:24 ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Lezcano @ 2021-04-08 15:10 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Dmitry Osipenko, He Ying, Linux Kernel Mailing List,
	Linux PM mailing list


Hi Rafael,

please consider pulling the following change for cpuidle on ARM for
v5.13-rc1

Thanks

  -- Daniel


The following changes since commit dde8740bd9b505c58ec8b2277d5d55c6951b7e42:

  Merge branch 'acpi-processor-fixes' into linux-next (2021-04-07
19:02:56 +0200)

are available in the Git repository at:

  https://git.linaro.org/people/daniel.lezcano/linux tags/cpuidle-v5.13-rc1

for you to fetch changes up to 0beffa4e524f3989ac31fe8563348d45a87f7314:

  cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configuration (2021-04-08 16:49:19
+0200)

----------------------------------------------------------------
- Fix the C7 state on the tegra114 by setting the L2-no-flush flag
  unconditionally (Dmitry Osipenko)

- Remove the do_idle firmware call as it is not supported by the ATF
  on tegra SoC (Dmitry Osipenko)

- Add a missing dependency on CONFIG_MMU to prevent linkage error (He
  Ying)

----------------------------------------------------------------
Dmitry Osipenko (2):
      cpuidle: tegra: Fix C7 idling state on Tegra114
      cpuidle: tegra: Remove do_idle firmware call

He Ying (1):
      cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configuration

 drivers/cpuidle/Kconfig.arm     |  2 +-
 drivers/cpuidle/cpuidle-tegra.c | 19 ++++---------------
 2 files changed, 5 insertions(+), 16 deletions(-)

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] cpuidle for v5.13-rc1
  2021-04-08 15:10 [GIT PULL] cpuidle for v5.13-rc1 Daniel Lezcano
@ 2021-04-08 17:24 ` Rafael J. Wysocki
  2021-04-08 18:02   ` Daniel Lezcano
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-04-08 17:24 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Rafael J. Wysocki, Dmitry Osipenko, He Ying,
	Linux Kernel Mailing List, Linux PM mailing list

On Thu, Apr 8, 2021 at 5:10 PM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
>
> Hi Rafael,
>
> please consider pulling the following change for cpuidle on ARM for
> v5.13-rc1
>
> Thanks
>
>   -- Daniel
>
>
> The following changes since commit dde8740bd9b505c58ec8b2277d5d55c6951b7e42:
>
>   Merge branch 'acpi-processor-fixes' into linux-next (2021-04-07
> 19:02:56 +0200)

Can you please rebase this on 5.12-rc6?  My linux-next branch is
re-merged on a regular basis.

Generally speaking, if you want me to pull from a branch, please make
sure that this branch is based on a commit present in the Linus' tree,
preferably one of the commits tagged as -rc or a specific merge.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] cpuidle for v5.13-rc1
  2021-04-08 17:24 ` Rafael J. Wysocki
@ 2021-04-08 18:02   ` Daniel Lezcano
  2021-04-08 18:07     ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Lezcano @ 2021-04-08 18:02 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Dmitry Osipenko, He Ying, Linux Kernel Mailing List,
	Linux PM mailing list

On 08/04/2021 19:24, Rafael J. Wysocki wrote:
> On Thu, Apr 8, 2021 at 5:10 PM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>>
>>
>> Hi Rafael,
>>
>> please consider pulling the following change for cpuidle on ARM for
>> v5.13-rc1
>>
>> Thanks
>>
>>   -- Daniel
>>
>>
>> The following changes since commit dde8740bd9b505c58ec8b2277d5d55c6951b7e42:
>>
>>   Merge branch 'acpi-processor-fixes' into linux-next (2021-04-07
>> 19:02:56 +0200)
> 
> Can you please rebase this on 5.12-rc6?  My linux-next branch is
> re-merged on a regular basis.
> 
> Generally speaking, if you want me to pull from a branch, please make
> sure that this branch is based on a commit present in the Linus' tree,
> preferably one of the commits tagged as -rc or a specific merge.
> 

Sure, here is the pull request based on v5.12-rc6 with the signed tag
cpuidle-v5.13-rc1

Thanks

  -- Daniel


The following changes since commit e49d033bddf5b565044e2abe4241353959bc9120:

  Linux 5.12-rc6 (2021-04-04 14:15:36 -0700)

are available in the Git repository at:

  https://git.linaro.org/people/daniel.lezcano/linux tags/cpuidle-v5.13-rc1

for you to fetch changes up to 498ba2a8a2756694b6f3888857426dbc8a5e6b6c:

  cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configuration (2021-04-08 19:54:14
+0200)

----------------------------------------------------------------
- Fix the C7 state on the tegra114 by setting the L2-no-flush flag
  unconditionally (Dmitry Osipenko)

- Remove the do_idle firmware call as it is not supported by the ATF
  on tegra SoC (Dmitry Osipenko)

- Add a missing dependency on CONFIG_MMU to prevent linkage error (He
  Ying)

----------------------------------------------------------------
Dmitry Osipenko (2):
      cpuidle: tegra: Fix C7 idling state on Tegra114
      cpuidle: tegra: Remove do_idle firmware call

He Ying (1):
      cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configuration

 drivers/cpuidle/Kconfig.arm     |  2 +-
 drivers/cpuidle/cpuidle-tegra.c | 19 ++++---------------
 2 files changed, 5 insertions(+), 16 deletions(-)

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] cpuidle for v5.13-rc1
  2021-04-08 18:02   ` Daniel Lezcano
@ 2021-04-08 18:07     ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-04-08 18:07 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Rafael J. Wysocki, Dmitry Osipenko, He Ying,
	Linux Kernel Mailing List, Linux PM mailing list

On Thu, Apr 8, 2021 at 8:02 PM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
> On 08/04/2021 19:24, Rafael J. Wysocki wrote:
> > On Thu, Apr 8, 2021 at 5:10 PM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
> >>
> >>
> >> Hi Rafael,
> >>
> >> please consider pulling the following change for cpuidle on ARM for
> >> v5.13-rc1
> >>
> >> Thanks
> >>
> >>   -- Daniel
> >>
> >>
> >> The following changes since commit dde8740bd9b505c58ec8b2277d5d55c6951b7e42:
> >>
> >>   Merge branch 'acpi-processor-fixes' into linux-next (2021-04-07
> >> 19:02:56 +0200)
> >
> > Can you please rebase this on 5.12-rc6?  My linux-next branch is
> > re-merged on a regular basis.
> >
> > Generally speaking, if you want me to pull from a branch, please make
> > sure that this branch is based on a commit present in the Linus' tree,
> > preferably one of the commits tagged as -rc or a specific merge.
> >
>
> Sure, here is the pull request based on v5.12-rc6 with the signed tag
> cpuidle-v5.13-rc1

Pulled, thanks!


> The following changes since commit e49d033bddf5b565044e2abe4241353959bc9120:
>
>   Linux 5.12-rc6 (2021-04-04 14:15:36 -0700)
>
> are available in the Git repository at:
>
>   https://git.linaro.org/people/daniel.lezcano/linux tags/cpuidle-v5.13-rc1
>
> for you to fetch changes up to 498ba2a8a2756694b6f3888857426dbc8a5e6b6c:
>
>   cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configuration (2021-04-08 19:54:14
> +0200)
>
> ----------------------------------------------------------------
> - Fix the C7 state on the tegra114 by setting the L2-no-flush flag
>   unconditionally (Dmitry Osipenko)
>
> - Remove the do_idle firmware call as it is not supported by the ATF
>   on tegra SoC (Dmitry Osipenko)
>
> - Add a missing dependency on CONFIG_MMU to prevent linkage error (He
>   Ying)
>
> ----------------------------------------------------------------
> Dmitry Osipenko (2):
>       cpuidle: tegra: Fix C7 idling state on Tegra114
>       cpuidle: tegra: Remove do_idle firmware call
>
> He Ying (1):
>       cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configuration
>
>  drivers/cpuidle/Kconfig.arm     |  2 +-
>  drivers/cpuidle/cpuidle-tegra.c | 19 ++++---------------
>  2 files changed, 5 insertions(+), 16 deletions(-)
>
> --
> <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
>
> Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
> <http://twitter.com/#!/linaroorg> Twitter |
> <http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-08 18:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08 15:10 [GIT PULL] cpuidle for v5.13-rc1 Daniel Lezcano
2021-04-08 17:24 ` Rafael J. Wysocki
2021-04-08 18:02   ` Daniel Lezcano
2021-04-08 18:07     ` 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;
as well as URLs for NNTP newsgroup(s).