From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gAWKW-0000yM-QV for barebox@lists.infradead.org; Thu, 11 Oct 2018 08:28:26 +0000 Date: Thu, 11 Oct 2018 10:28:10 +0200 From: Sascha Hauer Message-ID: <20181011082810.swcewfnubklfqw2v@pengutronix.de> References: <20181009173805.26181-1-andrew.smirnov@gmail.com> <20181009173805.26181-3-andrew.smirnov@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20181009173805.26181-3-andrew.smirnov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH v2 02/17] clocksource: Add ARM global timer support To: Andrey Smirnov Cc: barebox@lists.infradead.org On Tue, Oct 09, 2018 at 10:37:50AM -0700, Andrey Smirnov wrote: > Port corresponding Linux kernel driver. Currently VFxxx SoC is the > intended consumer because it doesn't include common i.MX GPT block > used as clocksource by other i.MX SoCs. > > Signed-off-by: Andrey Smirnov > --- > drivers/clocksource/Kconfig | 4 + > drivers/clocksource/Makefile | 1 + > drivers/clocksource/arm_global_timer.c | 113 +++++++++++++++++++++++++ > 3 files changed, 118 insertions(+) > create mode 100644 drivers/clocksource/arm_global_timer.c > > diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig > index 3d63f7ff1..6a6c9362a 100644 > --- a/drivers/clocksource/Kconfig > +++ b/drivers/clocksource/Kconfig > @@ -70,3 +70,7 @@ config CLOCKSOURCE_ARMV8_TIMER > bool > default y > depends on ARM && CPU_64v8 > + > +config CLOCKSOURCE_ARM_GLOBAL_TIMER > + bool Whitespaces instead of tab here. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox