RE: [PATCH V4 2/2] timer: imx-tpm: add imx tpm timer support

2017-07-31 Thread A.s. Dong
y Bai; Anson Huang; donga...@gmail.com; > ker...@pengutronix.de; Arnd Bergmann > Subject: Re: [PATCH V4 2/2] timer: imx-tpm: add imx tpm timer support > > On 05/07/2017 04:35, Dong Aisheng wrote: > > IMX Timer/PWM Module (TPM) supports both timer and pwm function while > > t

RE: [PATCH V4 2/2] timer: imx-tpm: add imx tpm timer support

2017-07-31 Thread A.s. Dong
y Bai; Anson Huang; donga...@gmail.com; > ker...@pengutronix.de; Arnd Bergmann > Subject: Re: [PATCH V4 2/2] timer: imx-tpm: add imx tpm timer support > > On 05/07/2017 04:35, Dong Aisheng wrote: > > IMX Timer/PWM Module (TPM) supports both timer and pwm function while > > t

Re: [PATCH V4 2/2] timer: imx-tpm: add imx tpm timer support

2017-07-31 Thread Daniel Lezcano
On 05/07/2017 04:35, Dong Aisheng wrote: > IMX Timer/PWM Module (TPM) supports both timer and pwm function while > this patch only adds the timer support. PWM would be added later. > > The TPM counter, compare and capture registers are clocked by an > asynchronous clock that can remain enabled in

Re: [PATCH V4 2/2] timer: imx-tpm: add imx tpm timer support

2017-07-31 Thread Daniel Lezcano
On 05/07/2017 04:35, Dong Aisheng wrote: > IMX Timer/PWM Module (TPM) supports both timer and pwm function while > this patch only adds the timer support. PWM would be added later. > > The TPM counter, compare and capture registers are clocked by an > asynchronous clock that can remain enabled in

[PATCH V4 2/2] timer: imx-tpm: add imx tpm timer support

2017-07-04 Thread Dong Aisheng
IMX Timer/PWM Module (TPM) supports both timer and pwm function while this patch only adds the timer support. PWM would be added later. The TPM counter, compare and capture registers are clocked by an asynchronous clock that can remain enabled in low power modes. NOTE: We observed in a very

[PATCH V4 2/2] timer: imx-tpm: add imx tpm timer support

2017-07-04 Thread Dong Aisheng
IMX Timer/PWM Module (TPM) supports both timer and pwm function while this patch only adds the timer support. PWM would be added later. The TPM counter, compare and capture registers are clocked by an asynchronous clock that can remain enabled in low power modes. NOTE: We observed in a very