[U-Boot] [PATCH v4 06/17] mpc83xx: Add sysreset driver
Simon Glass
sjg at chromium.org
Fri Sep 28 15:55:57 UTC 2018
On 6 August 2018 at 01:23, Mario Six <mario.six at gdsys.cc> wrote:
> Add a sysreset driver for the MPC83xx platform.
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> ---
>
> Notes:
> v3 -> v4:
> * Fixed style violation
> * Added full documentation
> * Switched to wait_for_bit_be32 usage
> * Improved error handling and debug printing
> * Minimized usage of preprocessor
>
> v2 -> v3:
> * Added driver file to MAINTAINERS
>
> v1 -> v2:
> New in v2
>
> MAINTAINERS | 2 +
> arch/powerpc/cpu/mpc83xx/cpu.c | 3 +-
> drivers/sysreset/Kconfig | 5 +
> drivers/sysreset/Makefile | 9 +-
> drivers/sysreset/sysreset_mpc83xx.c | 212 ++++++++++++++++++++++++++++++++++++
> drivers/sysreset/sysreset_mpc83xx.h | 103 ++++++++++++++++++
> 6 files changed, 329 insertions(+), 5 deletions(-)
> create mode 100644 drivers/sysreset/sysreset_mpc83xx.c
> create mode 100644 drivers/sysreset/sysreset_mpc83xx.h
Applied to u-boot-dm, and now in mainline, thanks!
More information about the U-Boot
mailing list