From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752439AbcF1Ik3 (ORCPT ); Tue, 28 Jun 2016 04:40:29 -0400 Received: from mail-wm0-f50.google.com ([74.125.82.50]:37649 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752349AbcF1IkY (ORCPT ); Tue, 28 Jun 2016 04:40:24 -0400 Subject: Re: [PATCH] ARM: oxnas: Change OX810SE default driver config To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <1465987517-24482-1-git-send-email-narmstrong@baylibre.com> From: Neil Armstrong Organization: Baylibre Message-ID: <577237F4.8080707@baylibre.com> Date: Tue, 28 Jun 2016 10:40:20 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1465987517-24482-1-git-send-email-narmstrong@baylibre.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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 >