From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 26 Mar 2017 20:27:29 -0600 Subject: [U-Boot] [PATCH v2 01/14] reset: Add STi reset support In-Reply-To: <1490176456-24813-2-git-send-email-patrice.chotard@st.com> References: <1490176456-24813-1-git-send-email-patrice.chotard@st.com> <1490176456-24813-2-git-send-email-patrice.chotard@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22 March 2017 at 03:54, wrote: > From: Patrice Chotard > > 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 > --- > 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!