[PATCH 0/3] watchdog: realtek-otto: Make use of regmap API and add RTL9607C support

Rustam Adilov posted 3 patches 1 month ago
.../bindings/watchdog/realtek,otto-wdt.yaml   |  1 +
drivers/watchdog/Kconfig                      |  1 +
drivers/watchdog/realtek_otto_wdt.c           | 74 ++++++++++---------
3 files changed, 40 insertions(+), 36 deletions(-)
[PATCH 0/3] watchdog: realtek-otto: Make use of regmap API and add RTL9607C support
Posted by Rustam Adilov 1 month ago
This patch series changes the driver to use regmap API for all of the
register access stuff instead of the ioread32 and iowrite32 with __iomem.

It also adds support for watchdog timer on RTL9607C SoCs and since it is
indentical to the already supported SoCs no major changes are needed.

Rustam Adilov (3):
  watchdog: realtek-otto: Change to use regmap API
  dt-bindings: watchdog: realtek,otto-wdt: add compatible for RTL9607C
  watchdog: realtek-otto: add RTL9607C support

 .../bindings/watchdog/realtek,otto-wdt.yaml   |  1 +
 drivers/watchdog/Kconfig                      |  1 +
 drivers/watchdog/realtek_otto_wdt.c           | 74 ++++++++++---------
 3 files changed, 40 insertions(+), 36 deletions(-)

-- 
2.54.0
Re: [PATCH 0/3] watchdog: realtek-otto: Make use of regmap API and add RTL9607C support
Posted by Guenter Roeck 1 month ago
On 5/9/26 09:30, Rustam Adilov wrote:
> This patch series changes the driver to use regmap API for all of the
> register access stuff instead of the ioread32 and iowrite32 with __iomem.
> 
> It also adds support for watchdog timer on RTL9607C SoCs and since it is
> indentical to the already supported SoCs no major changes are needed.
> 

Please address the concerns raised by Sashiko.

Thanks,
Guenter