[U-Boot] [PATCH v2 01/14] reset: Add STi reset support

Simon Glass sjg at chromium.org
Mon Mar 27 02:27:29 UTC 2017


On 22 March 2017 at 03:54,  <patrice.chotard at st.com> wrote:
> From: Patrice Chotard <patrice.chotard at 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 at 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!


More information about the U-Boot mailing list