Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1734502
| From | Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/4] clocksource: owl: Prepare S700 |
| Date | 2017-09-19 00:00 +0200 |
| Message-ID | <urcf8-3Gm-19@gated-at.bofh.it> (permalink) |
| References | <uomE1-4Gu-11@gated-at.bofh.it> <uomE2-4Gu-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 11/09/2017 04:22, Andreas Färber wrote: > S700 has two 2Hz timers like S500, and four TIMx timers like S900. > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > drivers/clocksource/owl-timer.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/clocksource/owl-timer.c b/drivers/clocksource/owl-timer.c > index d19c53c11094..d5f3f72c10ee 100644 > --- a/drivers/clocksource/owl-timer.c > +++ b/drivers/clocksource/owl-timer.c > @@ -169,4 +169,5 @@ static int __init owl_timer_init(struct device_node *node) > return 0; > } > CLOCKSOURCE_OF_DECLARE(owl_s500, "actions,s500-timer", owl_timer_init); > +CLOCKSOURCE_OF_DECLARE(owl_s700, "actions,s700-timer", owl_timer_init); > CLOCKSOURCE_OF_DECLARE(owl_s900, "actions,s900-timer", owl_timer_init); Can you take the opportunity to fix the deprecated CLOCKSOURCE_OF_DECLARE by replacing it by TIMER_OF_DECLARE ? Thanks. -- Daniel -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Andreas Färber <afaerber@suse.de> - 2017-09-11 04:30 +0200
[PATCH 2/4] dt-bindings: timer: Add Actions Semi S700 Andreas Färber <afaerber@suse.de> - 2017-09-11 04:30 +0200
Re: [PATCH 2/4] dt-bindings: timer: Add Actions Semi S700 Rob Herring <robh@kernel.org> - 2017-09-18 23:00 +0200
[PATCH 3/4] clocksource: owl: Prepare S700 Andreas Färber <afaerber@suse.de> - 2017-09-11 04:30 +0200
Re: [PATCH 3/4] clocksource: owl: Prepare S700 Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-09-19 00:00 +0200
[PATCH 1/4] dt-bindings: arm: actions: Add S700 and CubieBoard7 Andreas Färber <afaerber@suse.de> - 2017-09-11 04:30 +0200
Re: [PATCH 1/4] dt-bindings: arm: actions: Add S700 and CubieBoard7 Rob Herring <robh@kernel.org> - 2017-09-18 22:50 +0200
[PATCH 4/4] arm64: dts: actions: Add S700 and CubieBoard7 Andreas Färber <afaerber@suse.de> - 2017-09-11 04:30 +0200
Re: [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-09-19 00:00 +0200
Re: [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Andreas Färber <afaerber@suse.de> - 2017-09-19 07:10 +0200
Re: [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-09-19 07:40 +0200
Re: [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-09-19 08:20 +0200
csiph-web