Re: [PATCH 05/14] ARM: call reset_controller_of_init from default time_init handler

2015-02-16 Thread Rob Herring
On Sun, Feb 15, 2015 at 5:12 PM, Russell King - ARM Linux wrote: > On Sun, Feb 15, 2015 at 04:17:31PM -0600, Rob Herring wrote: >> On Thu, Feb 12, 2015 at 11:45 AM, Maxime Coquelin >> wrote: >> > Some DT ARM platforms need the reset controllers to be initialized before >> > the timers. >> > This

Re: [PATCH 05/14] ARM: call reset_controller_of_init from default time_init handler

2015-02-16 Thread Maxime Coquelin
2015-02-15 23:17 GMT+01:00 Rob Herring : > On Thu, Feb 12, 2015 at 11:45 AM, Maxime Coquelin > wrote: >> Some DT ARM platforms need the reset controllers to be initialized before >> the timers. >> This is the case of the stm32 and sunxi platforms. > > I would say this is the exception, not the rul

Re: [PATCH 05/14] ARM: call reset_controller_of_init from default time_init handler

2015-02-15 Thread Russell King - ARM Linux
On Sun, Feb 15, 2015 at 04:17:31PM -0600, Rob Herring wrote: > On Thu, Feb 12, 2015 at 11:45 AM, Maxime Coquelin > wrote: > > Some DT ARM platforms need the reset controllers to be initialized before > > the timers. > > This is the case of the stm32 and sunxi platforms. > > I would say this is th

Re: [PATCH 05/14] ARM: call reset_controller_of_init from default time_init handler

2015-02-15 Thread Rob Herring
On Thu, Feb 12, 2015 at 11:45 AM, Maxime Coquelin wrote: > Some DT ARM platforms need the reset controllers to be initialized before > the timers. > This is the case of the stm32 and sunxi platforms. I would say this is the exception, not the rule and therefore should be handled in a machine desc