From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:49790 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751405AbdEaIY7 (ORCPT ); Wed, 31 May 2017 04:24:59 -0400 MIME-Version: 1.0 In-Reply-To: <1495879129-28109-6-git-send-email-daniel.lezcano@linaro.org> References: <1495879129-28109-1-git-send-email-daniel.lezcano@linaro.org> <1495879129-28109-6-git-send-email-daniel.lezcano@linaro.org> From: Krzysztof Kozlowski Date: Wed, 31 May 2017 10:24:57 +0200 Message-ID: Subject: Re: [PATCH 6/7] clocksource: Rename CLKSRC_OF to TIMER_OF Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Daniel Lezcano Cc: tglx@linutronix.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King , Florian Fainelli , Ray Jui , Scott Branden , "maintainer:BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITE..." , Alexander Shiyan , Shawn Guo , Sascha Hauer , Fabio Estevam , Kukjin Kim , Javier Martinez Canillas , Catalin Marinas , Will Deacon , Yoshinori Sato , Michal Simek , John Crispin , Ralf Baechle , Ley Foon Tan , Rich Felker , Arnd Bergmann , John Stultz , Stephen Boyd , Linus Walleij , Stephen Rothwell , Olof Johansson , "moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES" , "moderated list:H8/300 ARCHITECTURE" , "open list:RALINK MIPS ARCHITECTURE" , "moderated list:NIOS2 ARCHITECTURE" , "open list:SUPERH" , "open list:GENERIC INCLUDE/ASM HEADER FILES" Message-ID: <20170531082457.z08nnbsi1MJ1cmwVx3N4mp9sRY8__6ki8P12hGz97KU@z> On Sat, May 27, 2017 at 11:58 AM, Daniel Lezcano wrote: > The config option name is now renamed to 'TIMER_OF' for consistency with > the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change. > > Signed-off-by: Daniel Lezcano > --- > arch/arm/Kconfig | 10 +++--- > arch/arm/mach-bcm/Kconfig | 2 +- > arch/arm/mach-clps711x/Kconfig | 2 +- > arch/arm/mach-imx/epit.c | 2 +- > arch/arm/mach-s3c24xx/Kconfig | 2 +- > arch/arm/mach-s3c64xx/Kconfig | 2 +- > arch/arm64/Kconfig.platforms | 4 +-- > arch/h8300/Kconfig | 2 +- > arch/microblaze/Kconfig | 2 +- > arch/mips/ralink/Kconfig | 2 +- > arch/nios2/Kconfig | 2 +- > arch/sh/boards/Kconfig | 2 +- > drivers/clocksource/Kconfig | 60 ++++++++++++++++----------------- > drivers/clocksource/Makefile | 2 +- > drivers/clocksource/clksrc-probe.c | 55 ------------------------------ > drivers/clocksource/clps711x-timer.c | 2 +- > drivers/clocksource/samsung_pwm_timer.c | 2 +- For s3c24xx, s3c64xx and samsung_pwm_timer: Acked-by: Krzysztof Kozlowski Best regards, Krzysztof