RE: [PATCH] clocksource/drivers/timer-imx-tpm: convert the driver to timer-of

2018-11-22 Thread Anson Huang
rce/drivers/timer-imx-tpm: convert the driver to > timer-of > > > Hi Anson, > > > On 06/11/2018 06:15, Anson Huang wrote: > > Convert the driver to use the timer_of helpers. > > This allows to handle timer base, clock and irq using common timer_of > > driver

Re: [PATCH] clocksource/drivers/timer-imx-tpm: convert the driver to timer-of

2018-11-22 Thread Daniel Lezcano
Hi Anson, On 06/11/2018 06:15, Anson Huang wrote: > Convert the driver to use the timer_of helpers. > This allows to handle timer base, clock and irq using > common timer_of driver and it simplifies the code. Can you do an extra move by passing the timer_of structure around for: - tpm_timer_d

RE: [PATCH] clocksource/drivers/timer-imx-tpm: convert the driver to timer-of

2018-11-21 Thread Anson Huang
Gentle Ping... Best Regards! Anson Huang > -Original Message- > From: Anson Huang > Sent: 2018年11月6日 13:16 > To: daniel.lezc...@linaro.org; t...@linutronix.de; > linux-kernel@vger.kernel.org > Cc: dl-linux-imx > Subject: [PATCH] clocksource/drivers/timer-imx-tpm: convert the driver to >