]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mpc83xx: Add sysreset driver
authorMario Six <mario.six@gdsys.cc>
Mon, 6 Aug 2018 08:23:35 +0000 (10:23 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Sep 2018 06:01:18 +0000 (00:01 -0600)
commit76fdad1f214beb5170f9979761286279fe8a234a
tree0fe47dc1300be8abe4128e3f74cd46192f4f6914
parent23471aed5c33e104d6fa64575932577618543bec
mpc83xx: Add sysreset driver

Add a sysreset driver for the MPC83xx platform.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
MAINTAINERS
arch/powerpc/cpu/mpc83xx/cpu.c
drivers/sysreset/Kconfig
drivers/sysreset/Makefile
drivers/sysreset/sysreset_mpc83xx.c [new file with mode: 0644]
drivers/sysreset/sysreset_mpc83xx.h [new file with mode: 0644]