commit | 1235aa0c4a81e4e9f0b9468da0daabc9bb88bd75 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Mar 22 10:54:03 2017 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Mar 26 13:22:58 2017 -0600 |
tree | 80baf45fb6e09a45a51cd2bf0aaaa21cdcfd1887 | |
parent | d19d0613934eec6b8f1b87c25050f8eadfcc204c [diff] |
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>