Re: [PATCH 1/2] clocksource: meson6_timer: use register names from the datasheet

2018-11-15 Thread Daniel Lezcano
On 15/11/2018 07:23, Martin Blumenstingl wrote: > Hi Daniel, > > thanks for your feedback! > > On Thu, Nov 15, 2018 at 2:35 AM Daniel Lezcano > wrote: >> >> On 28/10/2018 13:55, Martin Blumenstingl wrote: >>> This makes the driver use the names from S805 datasheet for the >>> preprocessor

Re: [PATCH 1/2] clocksource: meson6_timer: use register names from the datasheet

2018-11-15 Thread Daniel Lezcano
On 15/11/2018 07:23, Martin Blumenstingl wrote: > Hi Daniel, > > thanks for your feedback! > > On Thu, Nov 15, 2018 at 2:35 AM Daniel Lezcano > wrote: >> >> On 28/10/2018 13:55, Martin Blumenstingl wrote: >>> This makes the driver use the names from S805 datasheet for the >>> preprocessor

Re: [PATCH 1/2] clocksource: meson6_timer: use register names from the datasheet

2018-11-14 Thread Martin Blumenstingl
Hi Daniel, thanks for your feedback! On Thu, Nov 15, 2018 at 2:35 AM Daniel Lezcano wrote: > > On 28/10/2018 13:55, Martin Blumenstingl wrote: > > This makes the driver use the names from S805 datasheet for the > > preprocessor #defines. This makes it easier to spot that the driver > >

Re: [PATCH 1/2] clocksource: meson6_timer: use register names from the datasheet

2018-11-14 Thread Martin Blumenstingl
Hi Daniel, thanks for your feedback! On Thu, Nov 15, 2018 at 2:35 AM Daniel Lezcano wrote: > > On 28/10/2018 13:55, Martin Blumenstingl wrote: > > This makes the driver use the names from S805 datasheet for the > > preprocessor #defines. This makes it easier to spot that the driver > >

Re: [PATCH 1/2] clocksource: meson6_timer: use register names from the datasheet

2018-11-14 Thread Daniel Lezcano
On 28/10/2018 13:55, Martin Blumenstingl wrote: > This makes the driver use the names from S805 datasheet for the > preprocessor #defines. This makes it easier to spot that the driver > currently only supports Timer A (as clockevent with interrupt support) > and Timer E (as clocksource without

Re: [PATCH 1/2] clocksource: meson6_timer: use register names from the datasheet

2018-11-14 Thread Daniel Lezcano
On 28/10/2018 13:55, Martin Blumenstingl wrote: > This makes the driver use the names from S805 datasheet for the > preprocessor #defines. This makes it easier to spot that the driver > currently only supports Timer A (as clockevent with interrupt support) > and Timer E (as clocksource without