Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1433612 > unrolled thread

[RESEND PATCH] ARM: oxnas: Change OX810SE default driver config

Started byNeil Armstrong <narmstrong@baylibre.com>
First post2016-06-29 11:30 +0200
Last post2016-07-06 08:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [RESEND PATCH] ARM: oxnas: Change OX810SE default driver config Neil Armstrong <narmstrong@baylibre.com> - 2016-06-29 11:30 +0200
    Re: [RESEND PATCH] ARM: oxnas: Change OX810SE default driver config Olof Johansson <olof@lixom.net> - 2016-07-06 08:10 +0200

#1433612 — [RESEND PATCH] ARM: oxnas: Change OX810SE default driver config

FromNeil Armstrong <narmstrong@baylibre.com>
Date2016-06-29 11:30 +0200
Subject[RESEND PATCH] ARM: oxnas: Change OX810SE default driver config
Message-ID<rPjYJ-2o1-27@gated-at.bofh.it>
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,

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

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

[toc] | [next] | [standalone]


#1437444

FromOlof Johansson <olof@lixom.net>
Date2016-07-06 08:10 +0200
Message-ID<rROc2-5vh-23@gated-at.bofh.it>
In reply to#1433612
On Wed, Jun 29, 2016 at 11:20:47AM +0200, 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,
> 
> Gentle ping/resend about this patch, it would be great to see it in 4.8 !
> 
> 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.

Applied manually, and inserted the new option where it belongs alphabetically
in the list.


-Olof

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web