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 F375CC77B76 for ; Mon, 17 Apr 2023 17:47:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230349AbjDQRrq (ORCPT ); Mon, 17 Apr 2023 13:47:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43534 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230514AbjDQRrn (ORCPT ); Mon, 17 Apr 2023 13:47:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB83CC0; Mon, 17 Apr 2023 10:47:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 81444628FE; Mon, 17 Apr 2023 17:47:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 571B9C433EF; Mon, 17 Apr 2023 17:47:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681753656; bh=0iguMpbvCM/A+j/R/eOFgiNmp1g5wSMPcY/VMYtj7Mk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=hbpKP+y1C+L8xMr71Jps0IDYcppwOrG09tHpfS5hEAhSuld98TNf54iELYDvPRliX dXMLc9N/Zy+ibe27c+mIf3j7NugHBRI93/ZWhhHAJhCIwh++PhZsz1DqlwAWzF6uDf ymHl8u/VcVqPgcWXbuV7ZN13SNGwHr8VnUZ06h8nyQYxAQ12+cdDXXCDgPK2jQ26PG goYAd9QjuaFyEznl4nTXkIQJuyKmbQsZL2d0uf3302GxJ8OE6RJmrPno6jSIzxEnDs L2sPwxDRls47jtSxqw8QCXMIVn+dgcFwgGfhpmU+AzotJFjQkK0gJUHm40LFDTrGmT 8VaV/QCDzmz2w== Message-ID: <6e558956-3bed-c1eb-5474-c272fdc14763@kernel.org> Date: Mon, 17 Apr 2023 19:47:31 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH v2 3/3] dt-bindings: net: marvell,pp2: add extts docs Content-Language: en-US To: Shmuel Hazan , Russell King Cc: Marcin Wojtas , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Richard Cochran , horatiu.vultur@microchip.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230417170741.1714310-1-shmuel.h@siklu.com> <20230417170741.1714310-4-shmuel.h@siklu.com> From: Krzysztof Kozlowski In-Reply-To: <20230417170741.1714310-4-shmuel.h@siklu.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17/04/2023 19:07, Shmuel Hazan wrote: > Add some documentation and example for enabling extts on the marvell > mvpp2 TAI. > > Signed-off-by: Shmuel Hazan Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. 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. You missed not only people but also list - at least DT one - so this won't be tested. Change looks good though, but still needs testing, so please resend. Best regards, Krzysztof