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 22A4ECD342E for ; Tue, 19 Sep 2023 03:19:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231267AbjISDTV (ORCPT ); Mon, 18 Sep 2023 23:19:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229522AbjISDTT (ORCPT ); Mon, 18 Sep 2023 23:19:19 -0400 Received: from core.lopingdog.com (core.lopingdog.com [162.55.228.84]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FC0810E; Mon, 18 Sep 2023 20:19:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lopingdog.com; s=mail; t=1695093552; bh=7bVHNdcpaHpCFEna/MIK8KvjKex0U/8cfhWm/DIBQiA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MG/UxRcGxgHBjbMWFFx6damvZVR00dlUdv6vMki7EDUTZPSZHTmWLH4uAAiCfnHK9 Q8sOG0HuYtobmdCXQafmKrJYSAMldPwPvbtOdvwwkT7iTpmoh3icjYBd3iB42v2C+G Y0Gx3/0+6zYSRk2wVdYmsAdNmDu+ryUxwNuUAwsT6v2aErdBn4d6PG5b6/PqBW+g4n 7nMVrheJ+c+xuJQnpTOfjMcFpU5/jlaGgMFOpCETSjCGNXIbOcAS/+2MWcY9jAyji/ q0fvYS1HW3SMhoMxM0dE1xHlui1Eyzs56cxU2084CRaB34AqxzrUaPHWZu+tDcC78A c8COUBTh+s4KA== Received: from authenticated-user (core.lopingdog.com [162.55.228.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by core.lopingdog.com (Postfix) with ESMTPSA id CE53E4402D7; Mon, 18 Sep 2023 22:19:11 -0500 (CDT) Date: Mon, 18 Sep 2023 22:19:10 -0500 From: Jay Monkman To: Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Piergiorgio Beruto , Arndt Schuebel Subject: Re: [PATCH 2/4] dt-bindings: net: Add onsemi NCN26010 ethernet controller Message-ID: References: <5194bd75-9562-8375-5748-ccce560b67cf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5194bd75-9562-8375-5748-ccce560b67cf@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 18, 2023 at 10:28:47PM +0200, Krzysztof Kozlowski wrote: > Please use scripts/get_maintainers.pl to get a list of necessary people > and lists to CC (and consider --no-git-fallback argument). 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. Will do. Thanks for your other comments - I've got some work to do. Jay