RE: [PATCH RESEND V4 1/5] clocksource: timer-of: Support getting clock frequency from DT

2019-07-02 Thread Anson Huang
Hi, Daniel > On 02/07/2019 11:03, Anson Huang wrote: > > Hi, Daniel > > > >> Hi Anson, > >> > >> why did you resend the series? > > > > Previous patch series has build warning and I did NOT notice, sorry > > for that, > > > > drivers/clocksource/timer-of.c: In function ‘timer_of_init’: > >

Re: [PATCH RESEND V4 1/5] clocksource: timer-of: Support getting clock frequency from DT

2019-07-02 Thread Daniel Lezcano
On 02/07/2019 11:03, Anson Huang wrote: > Hi, Daniel > >> Hi Anson, >> >> why did you resend the series? > > Previous patch series has build warning and I did NOT notice, sorry for that, > > drivers/clocksource/timer-of.c: In function ‘timer_of_init’: > drivers/clocksource/timer-of.c:185:30:

RE: [PATCH RESEND V4 1/5] clocksource: timer-of: Support getting clock frequency from DT

2019-07-02 Thread Anson Huang
Hi, Daniel > Hi Anson, > > why did you resend the series? Previous patch series has build warning and I did NOT notice, sorry for that, drivers/clocksource/timer-of.c: In function ‘timer_of_init’: drivers/clocksource/timer-of.c:185:30: warning: suggest parentheses around comparison in operand

[PATCH RESEND V4 1/5] clocksource: timer-of: Support getting clock frequency from DT

2019-07-02 Thread Anson . Huang
From: Anson Huang More and more platforms use platform driver model for clock driver, so the clock driver is NOT ready during timer initialization phase, it will cause timer initialization failed. To support those platforms with upper scenario, introducing a new flag TIMER_OF_CLOCK_FREQUENCY

Re: [PATCH RESEND V4 1/5] clocksource: timer-of: Support getting clock frequency from DT

2019-07-02 Thread Daniel Lezcano
Hi Anson, why did you resend the series? On 02/07/2019 09:55, anson.hu...@nxp.com wrote: > From: Anson Huang > > More and more platforms use platform driver model for clock driver, > so the clock driver is NOT ready during timer initialization phase, > it will cause timer initialization