Re: [PATCH 06/14] drivers: reset: Add STM32 reset driver

2015-02-16 Thread Maxime Coquelin
2015-02-16 0:59 GMT+01:00 Andreas Färber : > Am 12.02.2015 um 18:45 schrieb Maxime Coquelin: >> The STM32 MCUs family IP can be reset by accessing some shared registers. >> >> The specificity is that some reset lines are used by the timers. >> At timer initialization time, the timer has to be reset

Re: [PATCH 06/14] drivers: reset: Add STM32 reset driver

2015-02-15 Thread Andreas Färber
Am 12.02.2015 um 18:45 schrieb Maxime Coquelin: > The STM32 MCUs family IP can be reset by accessing some shared registers. > > The specificity is that some reset lines are used by the timers. > At timer initialization time, the timer has to be reset, that's why > we cannot use a regular driver. >