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

2015-04-30 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 Acked-by: Philipp Zabel Signed-off-by: Maxime Coquelin --- drivers/reset/Makefile | 1 +

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

2015-04-30 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 Acked-by: Philipp Zabel p.za...@pengutronix.de Signed-off-by: Maxime Coquelin