Re: [PATCH 04/14] reset: Add reset_controller_of_init() function

2015-02-13 Thread Maxime Coquelin
Hi Philipp, 2015-02-13 12:49 GMT+01:00 Philipp Zabel : > Hi Maxime, > > Am Donnerstag, den 12.02.2015, 18:45 +0100 schrieb Maxime Coquelin: >> Some platforms need to initialize the reset controller before the timers. >> >> This patch introduces a reset_controller_of_init() function that can be >>

Re: [PATCH 04/14] reset: Add reset_controller_of_init() function

2015-02-13 Thread Philipp Zabel
Hi Maxime, Am Donnerstag, den 12.02.2015, 18:45 +0100 schrieb Maxime Coquelin: > Some platforms need to initialize the reset controller before the timers. > > This patch introduces a reset_controller_of_init() function that can be > called before the timers intialization. > > Signed-off-by: Maxi

[PATCH 04/14] reset: Add reset_controller_of_init() function

2015-02-12 Thread Maxime Coquelin
Some platforms need to initialize the reset controller before the timers. This patch introduces a reset_controller_of_init() function that can be called before the timers intialization. Signed-off-by: Maxime Coquelin --- drivers/reset/core.c | 20 include/asm-g