From: "Heiko Stübner" <heiko@sntech.de>
To: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: tglx@linutronix.de, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
"Vineet Gupta" <vgupta@synopsys.com>,
"Russell King" <linux@armlinux.org.uk>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"Tony Lindgren" <tony@atomide.com>,
"Simon Horman" <horms@verge.net.au>,
"Magnus Damm" <magnus.damm@gmail.com>,
"Viresh Kumar" <vireshk@kernel.org>,
"Shiraz Hashim" <shiraz.linux.kernel@gmail.com>,
"Maxime Ripard" <maxime.ripard@free-electrons.com>,
"Chen-Yu Tsai" <wens@csie.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Michal Simek" <michal.simek@xilinx.com>,
"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
"Catalin Marinas" <catalin.marinas@arm.com>,
"Will Deacon" <will.deacon@arm.com>,
"Yoshinori Sato" <ysato@users.sourceforge.jp>,
"Ralf Baechle" <ralf@linux-mips.org>,
"James Hartley" <james.hartley@imgtec.com>,
"Ionela Voinescu" <ionela.voinescu@imgtec.com>,
"John Crispin" <john@phrozen.org>,
"Ley Foon Tan" <lftan@altera.com>,
"Rich Felker" <dalias@libc.org>,
"Chris Zankel" <chris@zankel.net>,
"Max Filippov" <jcmvbkbc@gmail.com>,
"John Stultz" <john.stultz@linaro.org>,
"Stephen Boyd" <sboyd@codeaurora.org>,
"Noam Camus" <noamc@ezchip.com>, "Rob Herring" <robh@kernel.org>,
"Kefeng Wang" <wangkefeng.wang@huawei.com>,
"Andrea Gelmini" <andrea.gelmini@gelma.net>,
"Icenowy Zheng" <icenowy@aosc.xyz>,
"Paul Burton" <paul.burton@imgtec.com>,
"Marcin Nowakowski" <marcin.nowakowski@imgtec.com>,
"Matt Redfearn" <matt.redfearn@imgtec.com>,
"Eric Anholt" <eric@anholt.net>, "Ray Jui" <ray.jui@broadcom.com>,
"Arnd Bergmann" <arnd@arndb.de>, "Joerg Roedel" <jroedel@suse.de>,
"open list:SYNOPSYS ARC ARCHITECTURE"
<linux-snps-arc@lists.infradead.org>,
"moderated list:ARM/Mediatek SoC support"
<linux-mediatek@lists.infradead.org>,
"open list:OMAP2+ SUPPORT" <linux-omap@vger.kernel.org>,
"open list:ARM/Rockchip SoC support"
<linux-rockchip@lists.infradead.org>,
"open list:ARM/SHMOBILE ARM ARCHITECTURE"
<linux-renesas-soc@vger.kernel.org>,
"moderated list:H8/300 ARCHITECTURE"
<uclinux-h8-devel@lists.sourceforge.jp>,
"open list:MIPS" <linux-mips@linux-mips.org>,
"moderated list:NIOS2 ARCHITECTURE"
<nios2-dev@lists.rocketboards.org>,
"open list:SUPERH" <linux-sh@vger.kernel.org>,
"open list:TENSILICA XTENSA PORT (xtensa)"
<linux-xtensa@linux-xtensa.org>
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:38 UTC|newest]
Thread overview: 33+ 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-27 9:58 ` 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
2017-05-29 8:48 ` Daniel Lezcano
2017-05-29 9:57 ` Arnd Bergmann
2017-05-29 10:55 ` Daniel Lezcano
2017-05-29 11:21 ` Arnd Bergmann
2017-05-29 13:25 ` Matthias Brugger
2017-05-30 16:36 ` Vineet Gupta
2017-05-30 16:36 ` Vineet Gupta
2017-05-31 7:11 ` Patrice CHOTARD
2017-05-31 8:19 ` Krzysztof Kozlowski
2017-05-27 9:58 ` [PATCH 3/7] clocksource: Rename clocksource_probe Daniel Lezcano
2017-05-27 9:58 ` 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]
2017-05-31 10:29 ` James Hartley
2017-05-31 10:29 ` James Hartley
2017-05-27 9:58 ` [PATCH 6/7] clocksource: Rename CLKSRC_OF to TIMER_OF Daniel Lezcano
2017-05-27 9:58 ` Daniel Lezcano
2017-05-28 3:00 ` Shawn Guo
2017-05-28 3:00 ` Shawn Guo
2017-05-28 9:18 ` Daniel Lezcano
2017-05-28 9:18 ` Daniel Lezcano
2017-05-28 13:52 ` Linus Walleij
2017-05-28 13:52 ` Linus Walleij
2017-05-31 8:24 ` Krzysztof Kozlowski
2017-05-31 8:24 ` Krzysztof Kozlowski
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=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=chris@zankel.net \
--cc=dalias@libc.org \
--cc=daniel.lezcano@linaro.org \
--cc=eric@anholt.net \
--cc=horms@verge.net.au \
--cc=icenowy@aosc.xyz \
--cc=ionela.voinescu@imgtec.com \
--cc=james.hartley@imgtec.com \
--cc=jcmvbkbc@gmail.com \
--cc=john.stultz@linaro.org \
--cc=john@phrozen.org \
--cc=jroedel@suse.de \
--cc=lftan@altera.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux-snps-arc@lists.infradead.org \
--cc=linux-xtensa@linux-xtensa.org \
--cc=linux@armlinux.org.uk \
--cc=magnus.damm@gmail.com \
--cc=marcin.nowakowski@imgtec.com \
--cc=matt.redfearn@imgtec.com \
--cc=matthias.bgg@gmail.com \
--cc=maxime.ripard@free-electrons.com \
--cc=michal.simek@xilinx.com \
--cc=nios2-dev@lists.rocketboards.org \
--cc=noamc@ezchip.com \
--cc=paul.burton@imgtec.com \
--cc=ralf@linux-mips.org \
--cc=ray.jui@broadcom.com \
--cc=robh@kernel.org \
--cc=sboyd@codeaurora.org \
--cc=shiraz.linux.kernel@gmail.com \
--cc=soren.brinkmann@xilinx.com \
--cc=tglx@linutronix.de \
--cc=tony@atomide.com \
--cc=uclinux-h8-devel@lists.sourceforge.jp \
--cc=vgupta@synopsys.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