linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* Re: [RESEND] clocksource: sun4i: add definition of clear interrupt
       [not found] <20220906052056.43404-1-victor@allwinnertech.com>
@ 2022-09-06 19:54 ` Jernej Škrabec
  2022-09-07  8:14 ` Daniel Lezcano
  1 sibling, 0 replies; 2+ messages in thread
From: Jernej Škrabec @ 2022-09-06 19:54 UTC (permalink / raw)
  To: maxime, daniel.lezcano, tglx, wens, samuel, Victor Hassan
  Cc: linux-kernel, linux-arm-kernel, linux-sunxi

Dne torek, 06. september 2022 ob 07:20:56 CEST je Victor Hassan napisal(a):
> To prevent misunderstanding, use TIMER_IRQ_CLEAR instead of TIMER_IRQ_EN
> in function sun4i_timer_clear_interrupt.
> 
> Signed-off-by: Victor Hassan <victor@allwinnertech.com>

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> ---
>  drivers/clocksource/timer-sun4i.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/clocksource/timer-sun4i.c
> b/drivers/clocksource/timer-sun4i.c index 94dc6e42e983..e5a70aa1deb4 100644
> --- a/drivers/clocksource/timer-sun4i.c
> +++ b/drivers/clocksource/timer-sun4i.c
> @@ -26,6 +26,7 @@
>  #define TIMER_IRQ_EN_REG	0x00
>  #define TIMER_IRQ_EN(val)		BIT(val)
>  #define TIMER_IRQ_ST_REG	0x04
> +#define TIMER_IRQ_CLEAR(val)		BIT(val)
>  #define TIMER_CTL_REG(val)	(0x10 * val + 0x10)
>  #define TIMER_CTL_ENABLE		BIT(0)
>  #define TIMER_CTL_RELOAD		BIT(1)
> @@ -123,7 +124,7 @@ static int sun4i_clkevt_next_event(unsigned long evt,
> 
>  static void sun4i_timer_clear_interrupt(void __iomem *base)
>  {
> -	writel(TIMER_IRQ_EN(0), base + TIMER_IRQ_ST_REG);
> +	writel(TIMER_IRQ_CLEAR(0), base + TIMER_IRQ_ST_REG);
>  }
> 
>  static irqreturn_t sun4i_timer_interrupt(int irq, void *dev_id)
> --
> 2.29.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RESEND] clocksource: sun4i: add definition of clear interrupt
       [not found] <20220906052056.43404-1-victor@allwinnertech.com>
  2022-09-06 19:54 ` [RESEND] clocksource: sun4i: add definition of clear interrupt Jernej Škrabec
@ 2022-09-07  8:14 ` Daniel Lezcano
  1 sibling, 0 replies; 2+ messages in thread
From: Daniel Lezcano @ 2022-09-07  8:14 UTC (permalink / raw)
  To: Victor Hassan, maxime, tglx, wens, jernej.skrabec, samuel
  Cc: linux-kernel, linux-arm-kernel, linux-sunxi

On 06/09/2022 07:20, Victor Hassan wrote:
> To prevent misunderstanding, use TIMER_IRQ_CLEAR instead of TIMER_IRQ_EN
> in function sun4i_timer_clear_interrupt.
> 
> Signed-off-by: Victor Hassan <victor@allwinnertech.com>
> ---

Applied, thanks


-- 
<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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-07  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220906052056.43404-1-victor@allwinnertech.com>
2022-09-06 19:54 ` [RESEND] clocksource: sun4i: add definition of clear interrupt Jernej Škrabec
2022-09-07  8:14 ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).