Re: [PATCH v10 04/27] clocksource: Add a new timer-ingenic driver

2019-03-08 Thread Thierry Reding
On Mon, Mar 04, 2019 at 07:13:05PM +0100, Paul Cercueil wrote: > Hi Thierry, > > On Mon, Mar 4, 2019 at 1:22 PM, Thierry Reding > wrote: > > On Sat, Mar 02, 2019 at 08:33:50PM -0300, Paul Cercueil wrote: > > [...] > > > diff --git a/drivers/clocksource/ingenic-timer.c > > >

Re: [PATCH v10 04/27] clocksource: Add a new timer-ingenic driver

2019-03-04 Thread kbuild test robot
Hi Paul, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.0] [cannot apply to next-20190304] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v10 04/27] clocksource: Add a new timer-ingenic driver

2019-03-04 Thread Paul Cercueil
Hi Thierry, On Mon, Mar 4, 2019 at 1:22 PM, Thierry Reding wrote: On Sat, Mar 02, 2019 at 08:33:50PM -0300, Paul Cercueil wrote: [...] diff --git a/drivers/clocksource/ingenic-timer.c b/drivers/clocksource/ingenic-timer.c [...] +struct ingenic_tcu { + const struct ingenic_soc_info

Re: [PATCH v10 04/27] clocksource: Add a new timer-ingenic driver

2019-03-04 Thread Thierry Reding
On Sat, Mar 02, 2019 at 08:33:50PM -0300, Paul Cercueil wrote: [...] > diff --git a/drivers/clocksource/ingenic-timer.c > b/drivers/clocksource/ingenic-timer.c [...] > +struct ingenic_tcu { > + const struct ingenic_soc_info *soc_info; > + struct regmap *map; > + struct clk *clk,

[PATCH v10 04/27] clocksource: Add a new timer-ingenic driver

2019-03-02 Thread Paul Cercueil
This driver handles the TCU (Timer Counter Unit) present on the Ingenic JZ47xx SoCs, and provides the kernel with a system timer, and optionally with a clocksource and a sched_clock. It also provides clocks and interrupt handling to client drivers. Signed-off-by: Paul Cercueil Tested-by: