From: "Heiko Stübner" <heiko@sntech.de>
To: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: "open list:MIPS" <linux-mips@linux-mips.org>,
Kefeng Wang <wangkefeng.wang@huawei.com>,
Rich Felker <dalias@libc.org>,
"open list:SUPERH" <linux-sh@vger.kernel.org>,
Tony Lindgren <tony@atomide.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Linus Walleij <linus.walleij@linaro.org>,
Will Deacon <will.deacon@arm.com>,
"moderated list:NIOS2 ARCHITECTURE"
<nios2-dev@lists.rocketboards.org>,
Russell King <linux@armlinux.org.uk>,
Max Filippov <jcmvbkbc@gmail.com>, Ray Jui <ray.jui@broadcom.com>,
Icenowy Zheng <icenowy@aosc.xyz>,
Andrea Gelmini <andrea.gelmini@gelma.net>,
Rob Herring <robh@kernel.org>,
Yoshinori Sato <ysato@users.sourceforge.jp>,
Viresh Kumar <vireshk@kernel.org>,
Magnus Damm <magnus.damm@gmail.com>,
Michal Simek <michal.simek@xilinx.com>,
"open list:ARM/Rockchip SoC support"
<linux-rockchip@lists.infradead.org>,
Chen-Yu Tsai <wens@csie.org>, Noam Camus <noamc>
Subject: Re: [PATCH 3/7] clocksource: Rename clocksource_probe
Date: Mon, 29 May 2017 09:37:03 +0200 [thread overview]
Message-ID: <1764361.KSI3GRbcNJ@diego> (raw)
In-Reply-To: <1495879129-28109-3-git-send-email-daniel.lezcano@linaro.org>
Am Samstag, 27. Mai 2017, 11:58:44 CEST schrieb Daniel Lezcano:
> The function name is now renamed to 'timer_probe' for consistency with
> the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> ---
[...]
> diff --git a/arch/arm/mach-rockchip/rockchip.c
> b/arch/arm/mach-rockchip/rockchip.c index ef0500a..5ab834e 100644
> --- a/arch/arm/mach-rockchip/rockchip.c
> +++ b/arch/arm/mach-rockchip/rockchip.c
> @@ -55,7 +55,7 @@ static void __init rockchip_timer_init(void)
> }
>
> of_clk_init(NULL);
> - clocksource_probe();
> + timer_probe();
> }
>
> static void __init rockchip_dt_init(void)
Acked-by: Heiko Stuebner <heiko@sntech.de>
next prev parent reply other threads:[~2017-05-29 7:37 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1495879129-28109-1-git-send-email-daniel.lezcano@linaro.org>
2017-05-27 9:58 ` [PATCH 2/7] clocksource: Rename CLOCKSOURCE_OF_DECLARE Daniel Lezcano
2017-05-28 13:48 ` Linus Walleij
2017-05-28 14:20 ` Daniel Lezcano
2017-05-29 7:39 ` Heiko Stübner
2017-05-29 8:00 ` Neil Armstrong
2017-05-29 8:41 ` Arnd Bergmann
[not found] ` <CAK8P3a3QACHYqtCO1z_FpW0nXEtx356wCDha_=SNXU872=q1UQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-29 8:48 ` Daniel Lezcano
2017-05-29 9:57 ` Arnd Bergmann
[not found] ` <CAK8P3a1Kv_RhKL43ie6co_N5pDXvRHd7Uq8g70qt80WkxuhzLw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-29 10:55 ` Daniel Lezcano
2017-05-29 11:21 ` Arnd Bergmann
2017-05-31 7:11 ` Patrice CHOTARD
[not found] ` <1495879129-28109-2-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-05-29 13:25 ` Matthias Brugger
2017-05-31 8:19 ` Krzysztof Kozlowski
2017-05-27 9:58 ` [PATCH 3/7] clocksource: Rename clocksource_probe Daniel Lezcano
2017-05-28 13:49 ` Linus Walleij
2017-05-29 4:34 ` Viresh Kumar
2017-05-29 7:37 ` Heiko Stübner [this message]
[not found] ` <1495879129-28109-3-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-05-31 10:29 ` James Hartley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1764361.KSI3GRbcNJ@diego \
--to=heiko@sntech.de \
--cc=andrea.gelmini@gelma.net \
--cc=catalin.marinas@arm.com \
--cc=dalias@libc.org \
--cc=daniel.lezcano@linaro.org \
--cc=icenowy@aosc.xyz \
--cc=jcmvbkbc@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=magnus.damm@gmail.com \
--cc=michal.simek@xilinx.com \
--cc=nios2-dev@lists.rocketboards.org \
--cc=ray.jui@broadcom.com \
--cc=robh@kernel.org \
--cc=tony@atomide.com \
--cc=vireshk@kernel.org \
--cc=wangkefeng.wang@huawei.com \
--cc=wens@csie.org \
--cc=will.deacon@arm.com \
--cc=ysato@users.sourceforge.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox