Re: [PATCH v4 00/11] ARM: davinci: modernize the timer support

From: Sekhar Nori
Date: Wed Mar 27 2019 - 11:37:27 EST


Hi Daniel, Thomas,

On 18/03/19 5:40 PM, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
>
> This series removes the legacy timer code from mach-davinci in favor of
> a new clocksource driver it introduces.
>
> Patch 1 adds a new clocksource driver for davinci.
>
> Patch 2 enables the new driver for device-tree based systems.
>
> Patch 3 adds a WARN_ON() to the machine code of all davinci boards
> which is triggered if clk_get() for the timer clock fails. This is needed
> as the new driver expects the clock to be functional and doesn't check it.
>
> Patches 4-5 and 7-10 switch the board files to using the new
> clocksource driver while patch 6 moves some necessary defines to
> a different place since we'll be removing the file that contains them.
>
> Patch 11 removes legacy timer code.

The series looks good to me. With your ack on 1/11, I would like to
merge the series through ARM SoC tree.

Thanks,
Sekhar