[U-Boot] [PATCH v2 04/10] mpc83xx: Add sysreset driver
Simon Glass
sjg at chromium.org
Thu May 3 19:01:39 UTC 2018
On 27 April 2018 at 06:52, Mario Six <mario.six at gdsys.cc> wrote:
> Add a sysreset driver for the MPC83xx platform.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
>
> ---
>
> v1 -> v2:
> New in v2
>
> ---
> arch/powerpc/cpu/mpc83xx/cpu.c | 3 +-
> drivers/sysreset/Kconfig | 5 ++
> drivers/sysreset/Makefile | 9 +-
> drivers/sysreset/sysreset_mpc83xx.c | 160 ++++++++++++++++++++++++++++++++++++
> 4 files changed, 172 insertions(+), 5 deletions(-)
> create mode 100644 drivers/sysreset/sysreset_mpc83xx.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list