linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: oxnas: Change OX810SE default driver config
@ 2016-06-15 10:45 Neil Armstrong
  2016-06-28  8:40 ` Neil Armstrong
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Armstrong @ 2016-06-15 10:45 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel; +Cc: Neil Armstrong

Since the SP804 timer changes will not been merged upstream, switch the
default OX810SE config to the OXNAS RPS Timer driver configuration.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm/mach-oxnas/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Dear arm-soc maintainers,

Daniel just accepted my patchset at :
http://lkml.kernel.org/r/1465985607-21231-1-git-send-email-narmstrong@baylibre.com

And now the default config can be switched to OXNAS_RPS_TIMER without any
device tree changes.

Neil

diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig
index 4fff3c7..ffcab02 100644
--- a/arch/arm/mach-oxnas/Kconfig
+++ b/arch/arm/mach-oxnas/Kconfig
@@ -11,7 +11,7 @@ if ARCH_OXNAS
 
 config MACH_OX810SE
 	bool "Support OX810SE Based Products"
-	select ARM_TIMER_SP804
+	select OXNAS_RPS_TIMER
 	select COMMON_CLK_OXNAS
 	select CPU_ARM926T
 	select MFD_SYSCON
-- 
1.9.1

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

* Re: [PATCH] ARM: oxnas: Change OX810SE default driver config
  2016-06-15 10:45 [PATCH] ARM: oxnas: Change OX810SE default driver config Neil Armstrong
@ 2016-06-28  8:40 ` Neil Armstrong
  2016-06-28  9:40   ` Baruch Siach
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Armstrong @ 2016-06-28  8:40 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel

On 06/15/2016 12:45 PM, Neil Armstrong wrote:
> Since the SP804 timer changes will not been merged upstream, switch the
> default OX810SE config to the OXNAS RPS Timer driver configuration.
> 
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  arch/arm/mach-oxnas/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Dear arm-soc maintainers,
> 
> Daniel just accepted my patchset at :
> http://lkml.kernel.org/r/1465985607-21231-1-git-send-email-narmstrong@baylibre.com
> 
> And now the default config can be switched to OXNAS_RPS_TIMER without any
> device tree changes.

Hi,

Gentle ping about this patch, it would be great to see it in 4.8 !

Thanks,
Neil

> Neil
> 
> diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig
> index 4fff3c7..ffcab02 100644
> --- a/arch/arm/mach-oxnas/Kconfig
> +++ b/arch/arm/mach-oxnas/Kconfig
> @@ -11,7 +11,7 @@ if ARCH_OXNAS
>  
>  config MACH_OX810SE
>  	bool "Support OX810SE Based Products"
> -	select ARM_TIMER_SP804
> +	select OXNAS_RPS_TIMER
>  	select COMMON_CLK_OXNAS
>  	select CPU_ARM926T
>  	select MFD_SYSCON
> 

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

* Re: [PATCH] ARM: oxnas: Change OX810SE default driver config
  2016-06-28  8:40 ` Neil Armstrong
@ 2016-06-28  9:40   ` Baruch Siach
  0 siblings, 0 replies; 3+ messages in thread
From: Baruch Siach @ 2016-06-28  9:40 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: linux-kernel, linux-arm-kernel

Hi Neil,

On Tue, Jun 28, 2016 at 10:40:20AM +0200, Neil Armstrong wrote:
> On 06/15/2016 12:45 PM, Neil Armstrong wrote:
> > Since the SP804 timer changes will not been merged upstream, switch the
> > default OX810SE config to the OXNAS RPS Timer driver configuration.
> > 
> > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> > ---
> >  arch/arm/mach-oxnas/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > Dear arm-soc maintainers,
> > 
> > Daniel just accepted my patchset at :
> > http://lkml.kernel.org/r/1465985607-21231-1-git-send-email-narmstrong@baylibre.com
> > 
> > And now the default config can be switched to OXNAS_RPS_TIMER without any
> > device tree changes.
> 
> Gentle ping about this patch, it would be great to see it in 4.8 !

To get the attention of arm-soc maintainers make sure to have arm@kernel.org 
in your recipients list.

baruch

> > diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig
> > index 4fff3c7..ffcab02 100644
> > --- a/arch/arm/mach-oxnas/Kconfig
> > +++ b/arch/arm/mach-oxnas/Kconfig
> > @@ -11,7 +11,7 @@ if ARCH_OXNAS
> >  
> >  config MACH_OX810SE
> >  	bool "Support OX810SE Based Products"
> > -	select ARM_TIMER_SP804
> > +	select OXNAS_RPS_TIMER
> >  	select COMMON_CLK_OXNAS
> >  	select CPU_ARM926T
> >  	select MFD_SYSCON

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

end of thread, other threads:[~2016-06-28  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-15 10:45 [PATCH] ARM: oxnas: Change OX810SE default driver config Neil Armstrong
2016-06-28  8:40 ` Neil Armstrong
2016-06-28  9:40   ` Baruch Siach

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).