Re: [PATCH v12 09/13] MIPS: jz4740: Add DTS nodes for the TCU drivers

2019-05-22 Thread Mathieu Malaterre
On Tue, May 21, 2019 at 4:52 PM Paul Cercueil wrote: > > Add DTS nodes for the JZ4780, JZ4770 and JZ4740 devicetree files. > > Signed-off-by: Paul Cercueil > --- > > Notes: > v5: New patch > > v6: Fix register lengths in watchdog/pwm nodes > > v7: No change > > v8: - Fix wrong sta

Re: Ingenic Timer/Counter Unit (TCU) patchset v12

2019-05-27 Thread Mathieu Malaterre
tions; a clocks driver; a irqchip driver; a clocksource > driver. All these drivers work with the same regmap, have the same > compatible strings, and will probe _with the same devicetree node_. For the series: Tested-by: Mathieu Malaterre System: MIPS Creator CI20 For reference, here is

Re: [PATCH v4 2/8] dt-bindings: ingenic: Add DT bindings for TCU clocks

2018-03-20 Thread Mathieu Malaterre
eg = <0x10002000 0x140>; + + interrupt-parent = <&intc>; + interrupts = <27 26 25>; + }; So: Tested-by: Mathieu Malaterre > Signed-off-by: Paul Cercueil > Reviewed-by: Rob Herring > --- > include/dt-bindings/clock/ingenic,tcu.h | 23 +++

Re: [PATCH v4 2/8] dt-bindings: ingenic: Add DT bindings for TCU clocks

2018-03-28 Thread Mathieu Malaterre
On Wed, Mar 28, 2018 at 5:04 PM, Paul Cercueil wrote: > Le 2018-03-20 08:15, Mathieu Malaterre a écrit : >> >> Hi Paul, >> >> Two things: >> >> On Sun, Mar 18, 2018 at 12:28 AM, Paul Cercueil >> wrote: >>> >>> This header provides cl

Re: [PATCH v8 05/26] clocksource: Add driver for the Ingenic JZ47xx OST

2019-01-23 Thread Mathieu Malaterre
On Wed, Dec 12, 2018 at 11:09 PM Paul Cercueil wrote: > > From: Maarten ter Huurne > > OST is the OS Timer, a 64-bit timer/counter with buffered reading. > > SoCs before the JZ4770 had (if any) a 32-bit OST; the JZ4770 and > JZ4780 have a 64-bit OST. > > This driver will register both a clocksour

Re: [PATCH v8 00/26] Ingenic TCU patchset v8

2019-01-24 Thread Mathieu Malaterre
Paul, On Wed, Dec 12, 2018 at 11:09 PM Paul Cercueil wrote: > > Hi, > > Here's the version 8 and hopefully final version of my patchset, which > adds support for the Timer/Counter Unit found in JZ47xx SoCs from > Ingenic. I can no longer boot my MIPS Creator CI20 with this series (merged opendin