From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B655C4332F for ; Sun, 29 Oct 2023 16:29:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230148AbjJ2Q3D (ORCPT ); Sun, 29 Oct 2023 12:29:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229482AbjJ2Q3C (ORCPT ); Sun, 29 Oct 2023 12:29:02 -0400 Received: from www.linux-watchdog.org (www.linux-watchdog.org [185.87.125.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 398B5BA; Sun, 29 Oct 2023 09:28:53 -0700 (PDT) Received: by www.linux-watchdog.org (Postfix, from userid 500) id 985B040A00; Sun, 29 Oct 2023 17:22:26 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 www.linux-watchdog.org 985B040A00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-watchdog.org; s=odk20180602; t=1698596546; bh=G9lxUza6HED6hs2c1ujMx3YvUQ0ITbFmi3BmpQHbHu8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lOAoZZbz3K8+3kguQ7NLT/uhtfutqdTrbW24gSAhMr/Y7Ij84KouKWW/3z1y9Urwy +G5Qit20g6v9wKNRezksnesMKHDL436j3UHRcYqTI4vTB9wh9hkIJLQfL3vep2Z2Bz KQZC7mb2uFFs7ro27IwSABRX8x2nDUV3UifxPbHQ= Date: Sun, 29 Oct 2023 17:22:26 +0100 From: Wim Van Sebroeck To: Rob Herring Cc: Nik Bune , conor+dt@kernel.org, wim@linux-watchdog.org, krzysztof.kozlowski+dt@linaro.org, skhan@linuxfoundation.org, devicetree@vger.kernel.org, linux@roeck-us.net, nicolas.ferre@microchip.com, claudiu.beznea@microchip.com, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, linux-kernel@vger.kernel.org, alexandre.belloni@bootlin.com, Krzysztof Kozlowski , linux-watchdog@vger.kernel.org Subject: Re: [PATCH v3] dt-bindings: watchdog: atmel,at91rm9200-wdt: convert txt to yaml Message-ID: <20231029162226.GC5887@www.linux-watchdog.org> References: <20230924181959.64264-1-n2h9z4@gmail.com> <169826359217.1053485.16654434281057363682.robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <169826359217.1053485.16654434281057363682.robh@kernel.org> User-Agent: Mutt/1.5.20 (2009-12-10) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, > > On Sun, 24 Sep 2023 20:19:59 +0200, Nik Bune wrote: > > Convert txt file to yaml. > > > > Signed-off-by: Nik Bune > > Reviewed-by: Krzysztof Kozlowski > > --- > > > > 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@gmail.com/ > > > > .../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 > > > > It seems watchdog bindings aren't getting applied, so I've applied it. > Wim, please take watchdog bindings in the future unless noted otherwise. I was going to add them now, but since you allready applied them, I will leave them out this time. Kind regards, Wim.