[PATCH v2 0/1] watchdog: realtek-otto: Make use of regmap API

Rustam Adilov posted 1 patch 5 days, 5 hours ago
drivers/watchdog/Kconfig            |  1 +
drivers/watchdog/realtek_otto_wdt.c | 74 +++++++++++++++--------------
2 files changed, 39 insertions(+), 36 deletions(-)
[PATCH v2 0/1] watchdog: realtek-otto: Make use of regmap API
Posted by Rustam Adilov 5 days, 5 hours 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.

---
Changelog in v2:
- removed patches 2 and 3 that add rtl9607c device.
- included driver changes made by Sander in [1].
- added disable_locking to regmap_config and set it to true.
- Link to v1: https://lore.kernel.org/all/20260509163101.722793-1-adilov@disroot.org/

[1] - https://lore.kernel.org/all/20260515212351.752054-1-sander@svanheule.net/

Rustam Adilov (1):
  watchdog: realtek-otto: Change to use regmap API

 drivers/watchdog/Kconfig            |  1 +
 drivers/watchdog/realtek_otto_wdt.c | 74 +++++++++++++++--------------
 2 files changed, 39 insertions(+), 36 deletions(-)

-- 
2.54.0