u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Angelo Dureghello <angelo@kernel-space.org>
To: Rasmus Villemoes <rasmus.villemoes@prevas.dk>, u-boot@lists.denx.de
Cc: Stefan Roese <sr@denx.de>, Tom Rini <trini@konsulko.com>,
	Christophe Leroy <christophe.leroy@csgroup.eu>,
	Huan Wang <alison.wang@nxp.com>,
	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Subject: Acked
Date: Wed, 29 May 2024 09:35:35 +0200	[thread overview]
Message-ID: <03977371-0c2a-428b-aa14-73f244874a51@kernel-space.org> (raw)
In-Reply-To: <20240528111325.2163560-1-rasmus.villemoes@prevas.dk>

Hi Rasmus,


On 28/05/24 1:13 PM, 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.

Thanks for the cleanup,

Acked-by: Angelo Dureghello <angelo@kernel-space.org>


> 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>
>
> 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
>

  parent reply	other threads:[~2024-05-29  7:36 UTC|newest]

Thread overview: 14+ 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 ` Angelo Dureghello [this message]
2024-06-16 10:13 ` [PATCH 0/7] watchdog_reset cleanup Stefan Roese
2024-06-16 10:18 ` Stefan Roese
  -- strict thread matches above, loose matches on Subject: below --
2024-06-19 21:27 [PATCH 1/7] m68k: Implement a default flush_dcache_all Tom Rini
2024-06-24  7:37 ` Acked Angelo Dureghello
2024-07-24 15:08 [PATCH 00/35] global_data: Reduce size of struct global_data Simon Glass
2024-07-24 15:08 ` [PATCH 01/35] global_data: Move pci_clk to m68k and powerpc Simon Glass
2024-07-29  7:57   ` Acked Angelo Dureghello
2024-09-26 20:44 [PATCH 00/27] led: Remove old status-LED code Simon Glass
2024-09-26 20:44 ` [PATCH 15/27] m68k: Drop unused status_led.h header file Simon Glass
2024-10-01  7:21   ` Acked Angelo Dureghello

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=03977371-0c2a-428b-aa14-73f244874a51@kernel-space.org \
    --to=angelo@kernel-space.org \
    --cc=alison.wang@nxp.com \
    --cc=christophe.leroy@csgroup.eu \
    --cc=iwamatsu@nigauri.org \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=sr@denx.de \
    --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;
as well as URLs for NNTP newsgroup(s).