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 E0B80C001DF for ; Fri, 4 Aug 2023 13:48:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231371AbjHDNsF (ORCPT ); Fri, 4 Aug 2023 09:48:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231387AbjHDNsE (ORCPT ); Fri, 4 Aug 2023 09:48:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 059F4139 for ; Fri, 4 Aug 2023 06:48:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8C41A62032 for ; Fri, 4 Aug 2023 13:48:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3827CC433C7; Fri, 4 Aug 2023 13:48:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691156882; bh=M3AVbzofjePunM1DJ7jUjc6Jb+HBc0C43cmjoAAht64=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=og8ScSaRJ7ah3csLRIwxK6DDDeJSwU5/mFi3z9XBdxDr5V7yHSJNswUJrrVIG4GWg zRRLZ7NqW0YTI4kX/jwoJN+g1Jrh6YQiae1gHZbA0btZ+2c9NzAoT+pl6U5rzk2hMs /bKcCcIzcQ/poM0xXvlK25y/lIrEHgldy332svvNYgEP1fHoidhlKH+SGksC5no2Gi YJ2EghEpJnD9YI8gcRLSC0vpJAcdpqMSo3+l+FCq2992okRfRWGbkCyaT6rbiteZvx ZPQdkh77HID2E4LrbMqXQVzdf3rwJiexwkRViYnb6MDQe2wGpObheb6MLPXPegQmY0 c59R7l3pbEvwA== Date: Fri, 4 Aug 2023 15:47:57 +0200 From: Simon Horman To: Yoshihiro Shimoda Cc: s.shtylyov@omp.ru, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org, alexanderduyck@fb.com Subject: Re: [PATCH net-next 0/2] net: renesas: rswitch: Add speed change support Message-ID: References: <20230803120621.1471440-1-yoshihiro.shimoda.uh@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230803120621.1471440-1-yoshihiro.shimoda.uh@renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org + Alexander Duyck On Thu, Aug 03, 2023 at 09:06:19PM +0900, Yoshihiro Shimoda wrote: > Add speed change support at runtime for the latest SoC version. > Also, add ethtool .[gs]et_link_ksettings. > > Yoshihiro Shimoda (2): > net: renesas: rswitch: Add runtime speed change support > net: renesas: rswitch: Add .[gs]et_link_ksettings support Thanks Shimoda-san, this looks good to me. For the series, Reviewed-by: Simon Horman