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 0CCDCC77B61 for ; Sat, 22 Apr 2023 03:20:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229573AbjDVDUW (ORCPT ); Fri, 21 Apr 2023 23:20:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229468AbjDVDUU (ORCPT ); Fri, 21 Apr 2023 23:20:20 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 996D919B4 for ; Fri, 21 Apr 2023 20:20:19 -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 3377863ACC for ; Sat, 22 Apr 2023 03:20:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 83E77C4339B; Sat, 22 Apr 2023 03:20:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682133618; bh=xThQTwP3e/rzseXxr8L+2vMStwwkKU58lK7hRy5Ie8Q=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=EDJ59VCGTszcOXSDILfa+4/WUQ9RSWsTMs40DyRWzFr6qJ8KNIa8Y2WGIhhdGYNnS +MZUZrY+OSWI3u1RvIdFLFp1omnuOrUWB0vvz8vMu3qiG8Z2+DJt5nmyUGZQ5mujYK m7yCDyaf4ulm4GUcyaqReoZgPxLf7L4lnR32YMasB/ypT/dvn3UT7OZjSF++mTtrlh 2KULLptpNT6639+R8LZV8UtsviNomE8xRQUuVlad6kYIojkRdkz+XYtyGvPTcIPfun o6bXFHOJSSGE6ipzWUBQOrVzj0oknVxOBso5f7OFW28jIy+Ob3vbQkyoLezyvka2/c CDIg6hU+CCpNg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 67C6CC395EA; Sat, 22 Apr 2023 03:20:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 net-next] net: phy: add basic driver for NXP CBTX PHY From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168213361842.18367.5822261095281572491.git-patchwork-notify@kernel.org> Date: Sat, 22 Apr 2023 03:20:18 +0000 References: <20230418190141.1040562-1-vladimir.oltean@nxp.com> In-Reply-To: <20230418190141.1040562-1-vladimir.oltean@nxp.com> To: Vladimir Oltean Cc: netdev@vger.kernel.org, andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, f.fainelli@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 18 Apr 2023 22:01:41 +0300 you wrote: > The CBTX PHY is a Fast Ethernet PHY integrated into the SJA1110 A/B/C > automotive Ethernet switches. > > It was hoped it would work with the Generic PHY driver, but alas, it > doesn't. The most important reason why is that the PHY is powered down > by default, and it needs a vendor register to power it on. > > [...] Here is the summary with links: - [v2,net-next] net: phy: add basic driver for NXP CBTX PHY https://git.kernel.org/netdev/net-next/c/f3b766d98131 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html