
27 Mar
2017
27 Mar
'17
4:27 a.m.
On 22 March 2017 at 03:54, patrice.chotard@st.com wrote:
From: Patrice Chotard patrice.chotard@st.com
This patch adds a reset controller implementation for STMicroelectronics STi family SoCs; it allows a group of related reset like controls found in multiple system configuration registers to be represented by a single controller device.
Driver code has been mainly extracted from kernel drivers/reset/sti/reset-stih407.c
Signed-off-by: Patrice Chotard patrice.chotard@st.com
arch/arm/Kconfig | 1 + drivers/reset/Kconfig | 8 ++ drivers/reset/Makefile | 1 + drivers/reset/sti-reset.c | 320 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 330 insertions(+) create mode 100644 drivers/reset/sti-reset.c
Applied to u-boot-dm, thanks!