Re: [PATCH] watchdog: pika_wdt: replace in_be32/out_be32 with ioread32be/iowrite32be

From: Guenter Roeck

Date: Sun Jun 07 2026 - 12:29:06 EST


On 6/1/26 20:56, Rosen Penev wrote:
Convert the ppc4xx-specific in_be32/out_be32 to the portable
ioread32be/iowrite32be. Also relax the Kconfig dependency from
(PPC64 && COMPILE_TEST) to just COMPILE_TEST to get build coverage.

Assisted-by: opencode:big-pickle
Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>

This is an old watchdog driver, not using the watchdog subsystem.
Please leave such drivers alone unless fixing a real bug.

Guenter