From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C348D18FC86; Fri, 16 Jan 2026 03:16:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768533397; cv=none; b=J1Gyux9kTjLHZznCE2xm2k9ncb2v1dPwYWS7rwea8mDVRTW/QEYuep9EWtH7qCA38cojE3D1AXMMAYfElA9HJp1hDSObeIUA6Bzq0GM3XIac0DLWtYdsjBGXanjM+hnakM9t3FjMQZe/Z1JvPKtboytklwmPu5dK/C9niQNw1Hg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768533397; c=relaxed/simple; bh=B2+FCAQTC6FVsVubt6CQsBCJNComdynPbHPZmy46ChI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=EYxyHZaLJRWi1MhQIj0Epgchc5a6g55azp+bGXuQkJiONb9kIoXTE8h78O5EyEdjpaHsZlnYTyqoGt1rUv9vgt1jX8U7Iur+Y/vTH5xpqeUtpyiI57jgs00ra5QWtuu9HuZKYEBjk2E8pJRTGPgXEyJ0BkE1q1RqYdS30XESZEs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OadD1y5p; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OadD1y5p" 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> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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.