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 DDD2FC43217 for ; Thu, 3 Nov 2022 17:29:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231331AbiKCR3J (ORCPT ); Thu, 3 Nov 2022 13:29:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48414 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231150AbiKCR3I (ORCPT ); Thu, 3 Nov 2022 13:29:08 -0400 Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F56B2656; Thu, 3 Nov 2022 10:29:06 -0700 (PDT) Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 31510851B1; Thu, 3 Nov 2022 18:29:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1667496544; bh=IHl019jdqKfFbYSgm9Uj6kDK3KytkmDfYv+y4AZRbY4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=eKomvAs3wsOyZrSCiuznaNeYwUV2ThjC82nUG057c8UWsv8K4KaQw/n/xVIOnsDxU fJ+t+wF0sCFirWP13oghPg6djk/vT+wGuEQNRlYAweFTl++4mlGM/rCiqN60lv2/VC ej4pRQTXpS3c9jZWeodi0WHqf4a+4sYGP8Qsv86JG+4831L0geJvDPG8GgPczDxrAR 8vMOIHdw+ZoOEiOA3S2QEqGFHqKImPrM19xymHcgtUicpjb/dviyKL/090irbmDsli Ks7euUq5n+0RqImi10UyB+pF3I+3dLB8Hi5h8bmI95kJR2IPRegLJ7dnANU0Bskdpx 6P4JoLSLkta0A== Message-ID: Date: Thu, 3 Nov 2022 18:29:03 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH v2] dt-bindings: watchdog: gpio: Convert bindings to YAML Content-Language: en-US To: Guenter Roeck Cc: devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org, Rob Herring , Wim Van Sebroeck References: <20221103012205.GA2109899@roeck-us.net> <20221103172020.GA177861@roeck-us.net> From: Marek Vasut In-Reply-To: <20221103172020.GA177861@roeck-us.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 11/3/22 18:20, Guenter Roeck wrote: > On Thu, Nov 03, 2022 at 05:31:12PM +0100, Marek Vasut wrote: >> On 11/3/22 02:22, Guenter Roeck wrote: >>> On Wed, Nov 02, 2022 at 11:05:30PM +0100, Marek Vasut wrote: >>>> Convert the gpio-wdt bindings from text to YAML ones, to permit DT validation. >>>> >>>> Signed-off-by: Marek Vasut >>>> --- >>>> Cc: Guenter Roeck >>>> Cc: Rob Herring >>>> Cc: Wim Van Sebroeck >>>> Cc: linux-watchdog@vger.kernel.org >>>> To: devicetree@vger.kernel.org >>>> --- >>>> V2: - Add missing required: properties >>>> - Drop quotes around ref: referenced schema file name >>>> --- >>>> NOTE: The Maintainer entry should likely be changed, although it seems >>>> like this driver and its matching bindings are now unmaintained. >>> >>> I still can not parse this note. The MAINTAINERS entry for watchdog devices >>> includes >>> >>> F: Documentation/devicetree/bindings/watchdog/ >>> F: drivers/watchdog/ >>> >>> which should cover both the old and the new bindings as well as the driver. >>> >>> Please explain. >> >> I don't mind placing you and Wim into the yaml DT maintainer section if >> that's OK with you ? > > Ah, you mean the _yaml_ Maintainer entry. Just add me; I can not make > the call for Wim. Yes, that entry. That's what I was wondering about. I'll wait a bit before sending V3.