From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752462AbbBRIr5 (ORCPT ); Wed, 18 Feb 2015 03:47:57 -0500 Received: from mail-we0-f181.google.com ([74.125.82.181]:43247 "EHLO mail-we0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752392AbbBRIrz (ORCPT ); Wed, 18 Feb 2015 03:47:55 -0500 Message-ID: <54E451B9.7010809@linaro.org> Date: Wed, 18 Feb 2015 09:47:53 +0100 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Guenter Roeck , Oleksij Rempel , linux-kernel@vger.kernel.org, tglx@linutronix.de Subject: Re: [PATCH] clocksource: whitelist asm9260_timer driver for ARM References: <54D9F61E.6040206@roeck-us.net> <1423583876-32758-1-git-send-email-linux@rempel-privat.de> <54E43C96.6060008@roeck-us.net> In-Reply-To: <54E43C96.6060008@roeck-us.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/18/2015 08:17 AM, Guenter Roeck wrote: > On 02/10/2015 07:57 AM, Oleksij Rempel wrote: >> For now it is easier to allow only tested platforms, instead of >> fighting with different platform specific issues. >> >> This patch is fixing compile error on ARCH=SPARC and SPARC64: >> >> Building sparc64:allmodconfig ... failed >> -------------- >> Error log: >> drivers/built-in.o: In function `asm9260_timer_init': >> asm9260_timer.c:(.init.text+0x60d4): undefined reference to >> `of_io_request_and_map' >> >> Tested-by: Guenter Roeck >> Reported-by: Guenter Roeck >> Signed-off-by: Oleksij Rempel > > The problem solved by this patch has affected linux-next > for almost a month, the problem is now in mainline, yet > I have not seen feedback from anyone about it. > > Did the patch get lost, or is there some problem with it ? No problem with it. Just I have been out of the office for a couple of weeks. I will take care of this patch and some other I received in the meantime. Thanks -- Daniel >> --- >> drivers/clocksource/Kconfig | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig >> index bfaaae4..39d5c11 100644 >> --- a/drivers/clocksource/Kconfig >> +++ b/drivers/clocksource/Kconfig >> @@ -231,7 +231,7 @@ config CLKSRC_MIPS_GIC >> >> config ASM9260_TIMER >> bool "Alphascale ASM9260 timer driver" >> - depends on GENERIC_CLOCKEVENTS >> + depends on GENERIC_CLOCKEVENTS && ARM >> select CLKSRC_MMIO >> select CLKSRC_OF >> default y if MACH_ASM9260 >> > -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog