summaryrefslogtreecommitdiff
path: root/drivers/reset/sti-reset.c
Commit message (Collapse)AuthorAgeFilesLines
* reset: Add STi reset supportPatrice Chotard2017-03-261-0/+320
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>