Re: [PATCH v4 7/8] clocksource: Add a new timer-ingenic driver

2018-04-03 Thread Daniel Lezcano
On 31/03/2018 19:46, Paul Cercueil wrote: > Le 2018-03-31 10:10, Daniel Lezcano a écrit : >> On 29/03/2018 16:52, Paul Cercueil wrote: >>> >>> >>> Le mer. 28 mars 2018 à 18:25, Daniel Lezcano >>> a écrit : On 28/03/2018 17:15, Paul Cercueil wrote: >  Le 2018-03-24 07:26, Daniel Lezcano a

Re: [PATCH v4 7/8] clocksource: Add a new timer-ingenic driver

2018-03-31 Thread Paul Cercueil
Le 2018-03-31 10:10, Daniel Lezcano a écrit : On 29/03/2018 16:52, Paul Cercueil wrote: Le mer. 28 mars 2018 à 18:25, Daniel Lezcano a écrit : On 28/03/2018 17:15, Paul Cercueil wrote:  Le 2018-03-24 07:26, Daniel Lezcano a écrit :  On 18/03/2018 00:29, Paul Cercueil wrote:  This driver

Re: [PATCH v4 7/8] clocksource: Add a new timer-ingenic driver

2018-03-31 Thread Daniel Lezcano
On 29/03/2018 16:52, Paul Cercueil wrote: > > > Le mer. 28 mars 2018 à 18:25, Daniel Lezcano > a écrit : >> On 28/03/2018 17:15, Paul Cercueil wrote: >>>  Le 2018-03-24 07:26, Daniel Lezcano a écrit :  On 18/03/2018 00:29, Paul Cercueil wrote: >  This driver will use the TCU (Timer Coun

Re: [PATCH v4 7/8] clocksource: Add a new timer-ingenic driver

2018-03-29 Thread Paul Cercueil
Le mer. 28 mars 2018 à 18:25, Daniel Lezcano a écrit : On 28/03/2018 17:15, Paul Cercueil wrote: Le 2018-03-24 07:26, Daniel Lezcano a écrit : On 18/03/2018 00:29, Paul Cercueil wrote: This driver will use the TCU (Timer Counter Unit) present on the Ingenic JZ47xx SoCs to provide the

Re: [PATCH v4 7/8] clocksource: Add a new timer-ingenic driver

2018-03-28 Thread Daniel Lezcano
On 28/03/2018 17:15, Paul Cercueil wrote: > Le 2018-03-24 07:26, Daniel Lezcano a écrit : >> On 18/03/2018 00:29, Paul Cercueil wrote: >>> This driver will use the TCU (Timer Counter Unit) present on the Ingenic >>> JZ47xx SoCs to provide the kernel with a clocksource and timers. >> >> Please provi

Re: [PATCH v4 7/8] clocksource: Add a new timer-ingenic driver

2018-03-28 Thread Paul Cercueil
Le 2018-03-24 07:26, Daniel Lezcano a écrit : On 18/03/2018 00:29, Paul Cercueil wrote: This driver will use the TCU (Timer Counter Unit) present on the Ingenic JZ47xx SoCs to provide the kernel with a clocksource and timers. Please provide a more detailed description about the timer. There

Re: [PATCH v4 7/8] clocksource: Add a new timer-ingenic driver

2018-03-23 Thread Daniel Lezcano
On 18/03/2018 00:29, Paul Cercueil wrote: > This driver will use the TCU (Timer Counter Unit) present on the Ingenic > JZ47xx SoCs to provide the kernel with a clocksource and timers. Please provide a more detailed description about the timer. Where is the clocksource ? I don't see the point of

[PATCH v4 7/8] clocksource: Add a new timer-ingenic driver

2018-03-17 Thread Paul Cercueil
This driver will use the TCU (Timer Counter Unit) present on the Ingenic JZ47xx SoCs to provide the kernel with a clocksource and timers. Signed-off-by: Paul Cercueil --- drivers/clocksource/Kconfig | 8 ++ drivers/clocksource/Makefile| 1 + drivers/clocksource/timer-ingenic.