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 D5DD1C64ED6 for ; Tue, 28 Feb 2023 11:11:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231449AbjB1LL4 (ORCPT ); Tue, 28 Feb 2023 06:11:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230315AbjB1LLv (ORCPT ); Tue, 28 Feb 2023 06:11:51 -0500 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7556A2A17F; Tue, 28 Feb 2023 03:11:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1677582710; x=1709118710; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=8/W68TntRup6W2xyDuU46LT4rXG2iGw63eM9OwzTey0=; b=MmJcbmVIfuw5IA4vz5mUW5xImuQv2SDjIJa3tGTR0bMy5BvdxvBBQhVm z1gPk6u1+1YJg94XDS+uC+y76b9xQfnSxQbhgh/Pv7i6pjKpv1nTyTktm 4kqozQ+a3TORevznDEFuUvfJsSfYu/sUozxnuYdjPQ6cAZpcrfdjAJfVv fPELnjg2dJI64ydDYVh0OHQuiNUOwQp6Kd0L3H/v4LDa96ewAMgnT/50i KkDeFbJFALxg+y9BHoCVGF7uxMzajJK5zSnQT1epBAwrtR5POwxBw3rWr S0gvG6SHAJffNAJZz515SeOm/0Jp93u4yMmX1vJbPgEbveRgMLE2BHc07 A==; X-IronPort-AV: E=Sophos;i="5.98,221,1673938800"; d="asc'?scan'208";a="199103866" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Feb 2023 04:11:50 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.16; Tue, 28 Feb 2023 04:11:47 -0700 Received: from wendy (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.16 via Frontend Transport; Tue, 28 Feb 2023 04:11:45 -0700 Date: Tue, 28 Feb 2023 11:11:18 +0000 From: Conor Dooley To: Krzysztof Kozlowski CC: Emil Renner Berthing , Xingyu Wu , , , , Wim Van Sebroeck , Guenter Roeck , Krzysztof Kozlowski , Rob Herring , Paul Walmsley , Palmer Dabbelt , Albert Ou , Philipp Zabel , Samin Guo , , Conor Dooley Subject: Re: [PATCH v3 2/2] drivers: watchdog: Add StarFive Watchdog driver Message-ID: References: <20230220081926.267695-1-xingyu.wu@starfivetech.com> <20230220081926.267695-3-xingyu.wu@starfivetech.com> <0ffb02d2-0bbd-fd0d-b0f6-cb5605570050@starfivetech.com> <545c23f3-1d68-2bff-89d9-584e3ca31044@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jLh5qG3hXRv5ahXq" Content-Disposition: inline In-Reply-To: <545c23f3-1d68-2bff-89d9-584e3ca31044@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --jLh5qG3hXRv5ahXq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 28, 2023 at 11:57:58AM +0100, Krzysztof Kozlowski wrote: > On 28/02/2023 11:51, Conor Dooley wrote: > > On Tue, Feb 28, 2023 at 11:36:49AM +0100, Emil Renner Berthing wrote: > >> On Tue, 28 Feb 2023 at 10:44, Xingyu Wu w= rote: > >>> On 2023/2/26 22:14, Emil Renner Berthing wrote: > >>>> On Mon, 20 Feb 2023 at 09:21, Xingyu Wu = wrote: > >=20 > >>> So the dt-bingdings need to rename, and which one could be better, > >>> 'starfive,jh71x0-wdt.yaml' or 'starfive,jh-wdt.yaml'? > >> > >> Sure, starfive,jh71x0-wdt.yaml sounds good to me. > >=20 > > I feel like a common comment I see from the dt folks is to not put > > wildcards in filenames & just pick the first compatible. > > I could very well be wrong on that front though... >=20 > First compatible is a bit better, unless you are sure this will cover > all such compatibles now and in the future. For many bindings the > family/wildcards were fine in filename. Ahh cool, good to know what the specific policy is - thanks! --jLh5qG3hXRv5ahXq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHQEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY/3hVgAKCRB4tDGHoIJi 0iFfAQDNJAIopU3zHNYFn2s2i+au7uDl7O7iIjf1FY4nFUaCFwD4y+Erbm3dLnRc dO8BxfN/ImoHPfoqemQXS3dw0Pj0AA== =sqkI -----END PGP SIGNATURE----- --jLh5qG3hXRv5ahXq--