Message ID | 20240905102417.232890-1-maxime.chevallier@bootlin.com (mailing list archive) |
---|---|
Headers | show
Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (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 67AC31957F8; Thu, 5 Sep 2024 10:24:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.196 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725531870; cv=none; b=PXSajmroCzNzTM2K6hyDElxeeVkJWUsbjUbzRsfC/k8fl3IITqhD6dGWTgBNf0fVebfIJ40mxXsHKHAlrnGIHLICX0YI6zSY6A336cf9XAMDb+kOPjC1KUjWQOkwVtauwfnTPlZMDv6bIZsas1kLswJia75JQ59WrxCZjEiqasc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725531870; c=relaxed/simple; bh=+7HJMbCCHBWzVmcyFpw16KvjPnxdoJCJMBujC/KHQZ0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=mubPTK1+umJ7SAITM6tVgF7ZP28uNlPqH8LPqAwoW1qvvThEqSj+FacVqt+/yH2pRwr6CFhYKLyJ4hh9+JAdeOQWQN6KId860CZByF/GDRa9sbwZ1oNUjmknvmSJWdK28maBSQscrmknpvSf9l1FzRRFFV1h6pSGTdvgqUWnRTM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=mn75S0I9; arc=none smtp.client-ip=217.70.183.196 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="mn75S0I9" Received: by mail.gandi.net (Postfix) with ESMTPSA id 39A1CE000C; Thu, 5 Sep 2024 10:24:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1725531861; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=bWDLX217P/riIOCADpLCGPbeQs8iYPQmQhitZ4FZcL0=; b=mn75S0I9db2lfQTY8pbBfrOzqRdfZopD3FScAf3T44G2j2jarSiJmPCWFYuRTWpcDsP26A t2q28TD7an2J1oH+LEvPEqOUpJnrVVxfUYTepS3xDgoHIz9FdN9cdLVanfXsaoGBlPMCIc A1eQD7Y+ZXO+znrbQlivPfi+riBzS2Lhj61ISytwgwkk+HZjHst3Bp1zPQOF1Jv6wmaE+M pjAw07mDxJMNv9PSD3EtlcBpJH4Qem3b8bwgkqGN99EtiRLhttRa5cjUItyuXOWs7/U13v uLK2M8fEa8PHdFrL4DoHecATcf7Wr5u6ODuFnDqULGmigSmcyOAW6+pvBO7fGw== From: Maxime Chevallier <maxime.chevallier@bootlin.com> To: davem@davemloft.net, Michal Kubecek <mkubecek@suse.cz> Cc: Maxime Chevallier <maxime.chevallier@bootlin.com>, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, Andrew Lunn <andrew@lunn.ch>, Jakub Kicinski <kuba@kernel.org>, Eric Dumazet <edumazet@google.com>, Paolo Abeni <pabeni@redhat.com>, Russell King <linux@armlinux.org.uk>, Christophe Leroy <christophe.leroy@csgroup.eu>, Herve Codina <herve.codina@bootlin.com>, Florian Fainelli <f.fainelli@gmail.com>, Heiner Kallweit <hkallweit1@gmail.com>, Oleksij Rempel <o.rempel@pengutronix.de>, Simon Horman <horms@kernel.org> Subject: [PATCH ethtool-next v3 0/3] Introduce PHY listing and targeting Date: Thu, 5 Sep 2024 12:24:13 +0200 Message-ID: <20240905102417.232890-1-maxime.chevallier@bootlin.com> X-Mailer: git-send-email 2.46.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-GND-Sasl: maxime.chevallier@bootlin.com X-Patchwork-Delegate: mkubecek+ethtool@suse.cz |
Series |
Introduce PHY listing and targeting
|
expand
|