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

2015-04-01 Thread Philipp Zabel
Am Dienstag, den 31.03.2015, 18:24 +0200 schrieb Maxime Coquelin: > The STM32 MCUs family IPs can be reset by accessing some registers > from the RCC block. > > The list of available reset lines is documented in the DT bindings. > > Tested-by: Chanwoo Choi > Signed-off-by: Maxime Coquelin

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

2015-04-01 Thread Philipp Zabel
Am Dienstag, den 31.03.2015, 18:24 +0200 schrieb Maxime Coquelin: The STM32 MCUs family IPs can be reset by accessing some registers from the RCC block. The list of available reset lines is documented in the DT bindings. Tested-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Maxime

[PATCH v4 06/15] drivers: reset: Add STM32 reset driver

2015-03-31 Thread Maxime Coquelin
The STM32 MCUs family IPs can be reset by accessing some registers from the RCC block. The list of available reset lines is documented in the DT bindings. Tested-by: Chanwoo Choi Signed-off-by: Maxime Coquelin --- drivers/reset/Makefile | 1 + drivers/reset/reset-stm32.c | 124

[PATCH v4 06/15] drivers: reset: Add STM32 reset driver

2015-03-31 Thread Maxime Coquelin
The STM32 MCUs family IPs can be reset by accessing some registers from the RCC block. The list of available reset lines is documented in the DT bindings. Tested-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Maxime Coquelin mcoquelin.st...@gmail.com --- drivers/reset/Makefile | 1