]> git.ipfire.org Git - people/ms/u-boot.git/commit
reset: Add STi reset support
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 22 Mar 2017 09:54:03 +0000 (10:54 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Mar 2017 19:22:58 +0000 (13:22 -0600)
commit584861ffebbb46260e9dd48bb0243fc6772ba12a
tree80baf45fb6e09a45a51cd2bf0aaaa21cdcfd1887
parent0367bd4d605fa17b0e8ee8b45bc7afa6bd2307f9
reset: Add STi reset support

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
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/sti-reset.c [new file with mode: 0644]