diff mbox series

[1/2] ARM: at91/defconfig: make system tickless when idle

Message ID 20170505084343.10417-1-quentin.schulz@free-electrons.com
State Accepted
Commit d72ea669fb9db51385d02cb2fe6ca484010259ac
Headers show
Series [1/2] ARM: at91/defconfig: make system tickless when idle | expand

Commit Message

Quentin Schulz May 5, 2017, 8:43 a.m. UTC
This makes Atmel sama5 platforms' system tickless when idle.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>

---
 arch/arm/configs/sama5_defconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.11.0

Comments

Quentin Schulz May 12, 2017, 6:39 a.m. UTC | #1
Hi all,

On 05/05/2017 10:43, Quentin Schulz wrote:
> This makes Atmel sama5 platforms' system tickless when idle.

> 

> Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>


It's been a week since I posted this patch series. Any comment?

Thanks,
Quentin

> ---

>  arch/arm/configs/sama5_defconfig | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig

> index 777c9e986425..2e1f096c96cb 100644

> --- a/arch/arm/configs/sama5_defconfig

> +++ b/arch/arm/configs/sama5_defconfig

> @@ -3,6 +3,7 @@

>  CONFIG_SYSVIPC=y

>  CONFIG_FHANDLE=y

>  CONFIG_IRQ_DOMAIN_DEBUG=y

> +CONFIG_NO_HZ_IDLE=y

>  CONFIG_LOG_BUF_SHIFT=14

>  CONFIG_CGROUPS=y

>  CONFIG_BLK_DEV_INITRD=y

> 


-- 
Quentin Schulz, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
Alexandre Belloni May 12, 2017, 11:16 a.m. UTC | #2
On 12/05/2017 at 08:39:50 +0200, Quentin Schulz wrote:
> Hi all,

> 

> On 05/05/2017 10:43, Quentin Schulz wrote:

> > This makes Atmel sama5 platforms' system tickless when idle.

> > 

> > Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>

> 

> It's been a week since I posted this patch series. Any comment?

> 


No but this was too late for the previous release and v4.12-rc1 is not
tagged yet so I can't base the dt branch on it.


-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
Alexandre Belloni May 15, 2017, 9:50 a.m. UTC | #3
On 05/05/2017 at 10:43:42 +0200, Quentin Schulz wrote:
> This makes Atmel sama5 platforms' system tickless when idle.

> 

> Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>

> ---

>  arch/arm/configs/sama5_defconfig | 1 +

>  1 file changed, 1 insertion(+)

> 


I've applied both after fixing the subjet but I think it would make
sense to do the same in at91_dt_defconfig. Can you test?


-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
diff mbox series

Patch

diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig
index 777c9e986425..2e1f096c96cb 100644
--- a/arch/arm/configs/sama5_defconfig
+++ b/arch/arm/configs/sama5_defconfig
@@ -3,6 +3,7 @@ 
 CONFIG_SYSVIPC=y
 CONFIG_FHANDLE=y
 CONFIG_IRQ_DOMAIN_DEBUG=y
+CONFIG_NO_HZ_IDLE=y
 CONFIG_LOG_BUF_SHIFT=14
 CONFIG_CGROUPS=y
 CONFIG_BLK_DEV_INITRD=y