2021-04-08 15:13:41

by Daniel Lezcano

[permalink] [raw]
Subject: [GIT PULL] cpuidle for v5.13-rc1


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


2021-04-08 17:26:13

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [GIT PULL] cpuidle for v5.13-rc1

On Thu, Apr 8, 2021 at 5:10 PM Daniel Lezcano <[email protected]> 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.

2021-04-08 18:06:27

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [GIT PULL] cpuidle for v5.13-rc1

On 08/04/2021 19:24, Rafael J. Wysocki wrote:
> On Thu, Apr 8, 2021 at 5:10 PM Daniel Lezcano <[email protected]> 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

2021-04-08 18:09:51

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [GIT PULL] cpuidle for v5.13-rc1

On Thu, Apr 8, 2021 at 8:02 PM Daniel Lezcano <[email protected]> wrote:
>
> On 08/04/2021 19:24, Rafael J. Wysocki wrote:
> > On Thu, Apr 8, 2021 at 5:10 PM Daniel Lezcano <[email protected]> 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