[PATCH v2 0/2] Add basic reset driver for assert/deassert operations
Eugen.Hristev at microchip.com
Eugen.Hristev at microchip.com
Thu Jan 5 10:37:10 CET 2023
On 1/4/23 16:03, Sergiu Moga wrote:
> This patch series originates from:
> https://lists.denx.de/pipermail/u-boot/2022-December/502865.html
>
> Implement a basic driver to enable assert/deassert operations.
>
> v1 -> v2:
> - rebase on u-boot next
>
> Cristian Birsan (1):
> ARM: at91: add sama7 SFR definitions
>
> Sergiu Moga (1):
> reset: at91: Add reset driver for basic assert/deassert operations
>
> arch/arm/mach-at91/include/mach/sama7-sfr.h | 59 ++++++++
> drivers/reset/Kconfig | 8 ++
> drivers/reset/Makefile | 1 +
> drivers/reset/reset-at91.c | 141 ++++++++++++++++++++
> drivers/sysreset/sysreset_at91.c | 9 +-
> 5 files changed, 210 insertions(+), 8 deletions(-)
> create mode 100644 arch/arm/mach-at91/include/mach/sama7-sfr.h
> create mode 100644 drivers/reset/reset-at91.c
>
Applied series to u-boot-at91/next, thanks !
More information about the U-Boot
mailing list