U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: Rasmus Villemoes <rasmus.villemoes@prevas.dk>, u-boot@lists.denx.de
Cc: Tom Rini <trini@konsulko.com>,
	Angelo Dureghello <angelo@kernel-space.org>,
	Christophe Leroy <christophe.leroy@csgroup.eu>,
	Huan Wang <alison.wang@nxp.com>,
	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Subject: Re: [PATCH 0/7] watchdog_reset cleanup
Date: Sun, 16 Jun 2024 12:18:40 +0200	[thread overview]
Message-ID: <bb903dc2-c995-4c05-9adc-2a37ccad361a@denx.de> (raw)
In-Reply-To: <20240528111325.2163560-1-rasmus.villemoes@prevas.dk>

On 5/28/24 13:13, Rasmus Villemoes wrote:
> watchdog_reset is no more. That is, it is no longer called from
> anywhere, so any leftover definitions are just dead weight, and
> references in comments need to be updated.
> 
> I don't have access to any m68k, sh or powerpc boards. Only lightly
> compile-tested.
> 
> Apart from the two sh4 patches, these are independent of each other
> and can be applied individually.
> 
> Cc: Angelo Dureghello <angelo@kernel-space.org>
> Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
> Cc: Huan Wang <alison.wang@nxp.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Applied to u-boot-watchdog/next

Thanks,
Stefan

> Rasmus Villemoes (7):
>    m68k: remove dead code
>    wdt-uclass: watchdog_reset cleanup
>    serial: ns16550: fix comment to mention schedule instead of
>      watchdog_reset
>    sh4: move reset_cpu() from watchdog.c to cpu.c
>    sh4: remove watchdog.c file
>    powerpc: mpc83xx: remove unused watchdog_reset() function
>    powerpc: mpc85xx: remove dead watchdog-related code
> 
>   arch/m68k/cpu/mcf52x2/cpu.c    | 108 ---------------------------------
>   arch/powerpc/cpu/mpc83xx/cpu.c |  15 -----
>   arch/powerpc/cpu/mpc85xx/cpu.c |  31 ----------
>   arch/sh/cpu/sh4/Makefile       |   2 +-
>   arch/sh/cpu/sh4/cpu.c          |  10 +++
>   arch/sh/cpu/sh4/watchdog.c     |  61 -------------------
>   drivers/serial/ns16550.c       |   8 +--
>   drivers/watchdog/wdt-uclass.c  |  19 +-----
>   include/watchdog.h             |   3 -
>   9 files changed, 17 insertions(+), 240 deletions(-)
>   delete mode 100644 arch/sh/cpu/sh4/watchdog.c
> 

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

      parent reply	other threads:[~2024-06-16 10:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-28 11:13 [PATCH 0/7] watchdog_reset cleanup Rasmus Villemoes
2024-05-28 11:13 ` [PATCH 1/7] m68k: remove dead code Rasmus Villemoes
2024-05-28 11:13 ` [PATCH 2/7] wdt-uclass: watchdog_reset cleanup Rasmus Villemoes
2024-05-28 11:13 ` [PATCH 3/7] serial: ns16550: fix comment to mention schedule instead of watchdog_reset Rasmus Villemoes
2024-05-28 11:13 ` [PATCH 4/7] sh4: move reset_cpu() from watchdog.c to cpu.c Rasmus Villemoes
2024-05-28 11:13 ` [PATCH 5/7] sh4: remove watchdog.c file Rasmus Villemoes
2024-05-28 11:13 ` [PATCH 6/7] powerpc: mpc83xx: remove unused watchdog_reset() function Rasmus Villemoes
2024-05-28 11:13 ` [PATCH 7/7] powerpc: mpc85xx: remove dead watchdog-related code Rasmus Villemoes
2024-05-29  7:35 ` Acked Angelo Dureghello
2024-06-16 10:13 ` [PATCH 0/7] watchdog_reset cleanup Stefan Roese
2024-06-16 10:18 ` Stefan Roese [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb903dc2-c995-4c05-9adc-2a37ccad361a@denx.de \
    --to=sr@denx.de \
    --cc=alison.wang@nxp.com \
    --cc=angelo@kernel-space.org \
    --cc=christophe.leroy@csgroup.eu \
    --cc=iwamatsu@nigauri.org \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox