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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EB05DD4A5EB for ; Fri, 16 Jan 2026 03:16:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=B2+FCAQTC6FVsVubt6CQsBCJNComdynPbHPZmy46ChI=; b=Z/TjbRXxUpqsG4xJWXXudDhwrU BHPATenV/GxJq9SGsA4ySEaCZih+9oWnrrbGrbY0s9BslWsZQP59kkRAa7rrYGwOXvrzJlIQGgxCd jgVuz59Ir5jjdVn8S8ENMr21uBwR2NwRObosVzz33BoL2gfOXPu0gpW0onMWwQs8kmupaFkLifQs9 uQCAHmxG6rJkTtR5FWfEprFa46qaG4ya0qMQdbH2ZjX81wYJ1CSihhK4TVHujEB32Kdz5vnBaldT8 7JuDU1MLw+klDVcTL5yMBj38X9z0GSaqHLE9A8y1Vo3xUlYG4smXQNvx1jiEmtfne9U0fzZl6H+xO f6tUV4ww==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vgaKG-0000000DWAU-0XOT; Fri, 16 Jan 2026 03:16:40 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vgaKE-0000000DWAB-2fzg; Fri, 16 Jan 2026 03:16:38 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id B04E560167; Fri, 16 Jan 2026 03:16:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3BFD6C19421; Fri, 16 Jan 2026 03:16:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768533397; bh=B2+FCAQTC6FVsVubt6CQsBCJNComdynPbHPZmy46ChI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=OadD1y5pzThcRXgoOGbwyy0e3rC1wHFHn/FBWBj07osgVMonggwCQ8i9/uRKUtQrV B6GWHgrlHd6WyvQ1VATKmGsDNNcrm7Ox0DUuCGCQHzqgL/s6qgceLdNAo++4UGLS3t 5sbDj1BVZau4SPy8PTe1tUFZNYjZ0xh2OLzBOUK8ImjRU5st7F3peTEWJMl+HckT91 Rb1gi7AUhdEAAM+/swupIlSqiaJXQZAuoKFOcn+NZbtiC2HMKbzIDc68P+jjLdamul 1KUDgLwQXNwcgUBDpGyu4lPCPiRPyij+kXEVxSMB3gs8hqJ0I3TpVM+HoaU3Vasck3 2AdDsM7LITAdg== Date: Thu, 15 Jan 2026 19:16:35 -0800 From: Jakub Kicinski To: Vinod Koul Cc: Vladimir Oltean , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Daniel Golle , Horatiu Vultur , =?UTF-8?B?QmrDuHJu?= Mork , Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Neil Armstrong , Matthias Brugger , AngeloGioacchino Del Regno , Eric Woudstra , Marek =?UTF-8?B?QmVow7pu?= , Lee Jones , Patrice Chotard Subject: Re: [PATCH v3 net-next 00/10] PHY polarity inversion via generic device tree properties Message-ID: <20260115191635.33897ee8@kernel.org> In-Reply-To: References: <20260111093940.975359-1-vladimir.oltean@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 14 Jan 2026 18:48:52 +0530 Vinod Koul wrote: > Subject: Re: [PATCH v3 net-next 00/10] PHY polarity inversion via generic device tree properties You can submit the PR in reply to the series, but please rewrite the subject to a typical PR format. Patchwork does not register this reply as a submission.