On Tue, Oct 10, 2023 at 8:56 AM Guenter Roeck <linux@xxxxxxxxxxxx> wrote: > > On Tue, Oct 10, 2023 at 08:29:21AM -0500, Rob Herring wrote: > > On Sun, Sep 24, 2023 at 08:19:59PM +0200, Nik Bune wrote: > > > Convert txt file to yaml. > > > > > > Signed-off-by: Nik Bune <n2h9z4@xxxxxxxxx> > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > > --- > > > > > > Changes in v3: > > > - Removed trailing whitespace in an element of the maintainers list. > > > > > > v2 patch: https://lore.kernel.org/linux-devicetree/20230924172004.59208-1-n2h9z4@xxxxxxxxx/ > > > > > > .../watchdog/atmel,at91rm9200-wdt.yaml | 33 +++++++++++++++++++ > > > .../watchdog/atmel-at91rm9200-wdt.txt | 9 ----- > > > 2 files changed, 33 insertions(+), 9 deletions(-) > > > create mode 100644 Documentation/devicetree/bindings/watchdog/atmel,at91rm9200-wdt.yaml > > > delete mode 100644 Documentation/devicetree/bindings/watchdog/atmel-at91rm9200-wdt.txt > > > > Are the watchdog maintainers going to pick up this and other watchdog > > bindings? > > > > Tricky question. I am way behind with my reviews, and historically you have > picked up some of themm, so I really never know what to do with bindings. The default is the subsystem maintainers take them, but yes I do pick up stuff from time to time for $reasons. Largely that was early on in schema conversions and there wasn't much checking, but now that's much better and I only tend to pick up stuff if it's been weeks without getting applied. Last cycle I found a few wdog bindings that hadn't been applied (from Apr or May), so I've been keeping more of an eye on them. Rob