aboutsummaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorGravatar Sergio Paracuellos <sergio.paracuellos@gmail.com> 2023-02-14 11:39:36 +0100
committerGravatar Wim Van Sebroeck <wim@linux-watchdog.org> 2023-03-02 06:51:29 +0100
commitff8ec4ac39ad413b580d611dbf68e1d8a82eba56 (patch)
tree842ceab0a46c2864ce6a6d042e2bc16abaf4b659 /usr
parentwatchdog: mt7621-wdt: avoid static global declarations (diff)
downloadlinux-ff8ec4ac39ad413b580d611dbf68e1d8a82eba56.tar.gz
linux-ff8ec4ac39ad413b580d611dbf68e1d8a82eba56.tar.bz2
linux-ff8ec4ac39ad413b580d611dbf68e1d8a82eba56.zip
watchdog: mt7621-wdt: avoid ralink architecture dependent code
MT7621 SoC has a system controller node. Watchdog need to access to reset status register. Ralink architecture and related driver are old and from the beggining they are using some architecture dependent operations for accessing this shared registers through 'asm/mach-ralink/ralink_regs.h' header file. However this is not ideal from a driver perspective which can just access to the system controller registers in an arch independent way using regmap syscon APIs. Update Kconfig accordingly to select new added dependencies and allow driver to be compile tested. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20230214103936.1061078-6-sergio.paracuellos@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions