[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdaQsz-cbRqgRrAyP_3VpO9Upzcwc2CNKDL4GvC286Y63Q@mail.gmail.com>
Date: Thu, 7 Nov 2019 08:50:50 +0100
From: Linus Walleij <linus.walleij@...aro.org>
To: Joel Stanley <joel@....id.au>
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@...r.kernel.org>, Andrew Jeffery <andrew@...id.au>
Subject: Re: [PATCH 3/4] clocksource: fttmr010: Add support for ast2600
On Wed, Nov 6, 2019 at 7:03 AM Joel Stanley <joel@....id.au> wrote:
> The ast2600 has some minor differences to previous versions. The
> interrupt handler must acknowledge the timer interrupt in a status
> register. Secondly the control register becomes write to set only,
> requiring the use of a separate set to clear register.
>
> Signed-off-by: Joel Stanley <joel@....id.au>
> +/*
> + Control register set to clear for ast2600 only.
> + */
> +#define TIMER_CR_CLR (0x3c)
If it is AST2600-specific then please add some AST2600 prefix such as
AST2600_TIMER_CR_CLR (0x3c)
With that:
Reviewed-by: Linus Walleij <linus.walleij@...aro.org>
Yours,
Linus Walleij
Powered by blists - more mailing lists