On 11/2/22 22:30, Krzysztof Kozlowski wrote:
On 02/11/2022 15:44, Marek Vasut wrote:
Convert the gpio-wdt bindings from text to YAML ones, to permit DT validation.
Signed-off-by: Marek Vasut <marex@xxxxxxx>
---
Cc: Guenter Roeck <linux@xxxxxxxxxxxx>
Cc: Rob Herring <robh+dt@xxxxxxxxxx>
Cc: Wim Van Sebroeck <wim@xxxxxxxxxxxxxxxxxx>
Cc: linux-watchdog@xxxxxxxxxxxxxxx
To: devicetree@xxxxxxxxxxxxxxx
---
NOTE: The Maintainer entry should likely be changed, although it seems
like this driver and its matching bindings are now unmaintained.
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.
Even if driver does not have updated maintainers entry, generic rules apply.
I'm based on next-20221102, i.e. todays' next, should be recent enough.
$ ./scripts/get_maintainer.pl -f drivers/watchdog/gpio_wdt.c
Wim Van Sebroeck <wim@xxxxxxxxxxxxxxxxxx> (maintainer:WATCHDOG DEVICE
DRIVERS)
Guenter Roeck <linux@xxxxxxxxxxxx> (maintainer:WATCHDOG DEVICE DRIVERS)
linux-watchdog@xxxxxxxxxxxxxxx (open list:WATCHDOG DEVICE DRIVERS)
linux-kernel@xxxxxxxxxxxxxxx (open list)
Running it against the bindings file, old or new, just adds the DT
maintainers into the list, so not much help either. Hence the NOTE.
[...]
The rest is fixed in v2, thanks.