Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: daniel.lezcano@linaro.org (Daniel Lezcano)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] clocksource: owl: Prepare S700
Date: Mon, 18 Sep 2017 23:52:07 +0200	[thread overview]
Message-ID: <b62d9ae5-8aac-14a5-d887-9a54759a3bbe@linaro.org> (raw)
In-Reply-To: <20170911022241.11603-4-afaerber@suse.de>

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

  reply	other threads:[~2017-09-18 21:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-11  2:22 [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Andreas Färber
2017-09-11  2:22 ` [PATCH 1/4] dt-bindings: arm: actions: Add S700 and CubieBoard7 Andreas Färber
2017-09-18 20:45   ` Rob Herring
2017-09-11  2:22 ` [PATCH 2/4] dt-bindings: timer: Add Actions Semi S700 Andreas Färber
2017-09-18 20:59   ` Rob Herring
2017-09-11  2:22 ` [PATCH 3/4] clocksource: owl: Prepare S700 Andreas Färber
2017-09-18 21:52   ` Daniel Lezcano [this message]
2017-09-11  2:22 ` [PATCH 4/4] arm64: dts: actions: Add S700 and CubieBoard7 Andreas Färber
2017-09-18 21:50 ` [PATCH 0/4] arm64: Add initial Actions Semi S700 and CubieBoard7 support Daniel Lezcano
2017-09-19  5:08   ` Andreas Färber
2017-09-19  5:37     ` Daniel Lezcano
2017-09-19  6:12     ` Daniel Lezcano

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=b62d9ae5-8aac-14a5-d887-9a54759a3bbe@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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