Message ID | 20241114153603.307872-1-maxime.chevallier@bootlin.com (mailing list archive) |
---|---|
Headers | show
Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.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 669D219E990; Thu, 14 Nov 2024 15:36:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731598575; cv=none; b=SdaYa4fs1FokGHSeEHR8c/4U1UBac1Bx60UKzBqcWPg61OVIhNcx1kj6jvp4Wp7tRjMrwUlubjF4NyTQolqt+aWIhPdGOf2jzG9GChydQNT5abElp5twQtYBvHqkYUcc3Rzq1yGY1A/eTyoBV1xLQqlNwlKHaZlukPIXy0YAopE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731598575; c=relaxed/simple; bh=kQ39Rsyn2g4EDGB5xm+OxhRlfal4DKLP5XFNlKLBRic=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=aANSPmx9EiNrlEvAcqnIL+S2Rd5Knf68mTELwXkg0iPYrCHdh9woqw4QUNBDhUIFbjB3moDMc/gDgSMwTrGuJQHTHjlNLwIa2xG0uza4/9H9ImEqFfO7AtQm6AMSffBkyyWNx/tDH/UoqyUW+1P7vNfb2YoTJaLvkoQpQzF/wUM= 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=PHgxnqys; arc=none smtp.client-ip=217.70.183.201 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="PHgxnqys" Received: by mail.gandi.net (Postfix) with ESMTPSA id 24C0B1BF203; Thu, 14 Nov 2024 15:36:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1731598566; 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=VlbPUfJTfjR4el0/XaLK036mk95ZItSTahQIOW8fAxM=; b=PHgxnqysattdywIh3LkhH4IdLjGjtYzbCWoX6xdldJ0v8MyWWWJMgIM2ruBo7MdD9V+DaF +uBJcnFSXJORpsWiUXXThqd0TVhJ/XWRNLxHq5kWlQfulJKy+eulflir2FhPVarvD+gjcl Y/WutCDBGl4NGwbUGgi6J9vzHmjOqTXpq7lyHE9Ifd25idaLfriMDmjepJEoMVtH1zVeLq fpWUjLfPG9ZCK3n0AfhDh7lFt0eXHuEsZkg0HSvFjCUU0RV6MeRqU1KFKvKx1lpfdyVlCL q/wze7B415Q4j0h1NoOuOQi3RJ8xinVrQ+j8UxIE57nG5ae8VFujlN1gv1SO3g== From: Maxime Chevallier <maxime.chevallier@bootlin.com> To: davem@davemloft.net, 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>, Heiner Kallweit <hkallweit1@gmail.com> Cc: Maxime Chevallier <maxime.chevallier@bootlin.com>, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, Herve Codina <herve.codina@bootlin.com>, =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= <u.kleine-koenig@baylibre.com>, linuxppc-dev@lists.ozlabs.org Subject: [PATCH net-next v2 00/10] net: freescale: ucc_geth: Phylink conversion Date: Thu, 14 Nov 2024 16:35:51 +0100 Message-ID: <20241114153603.307872-1-maxime.chevallier@bootlin.com> X-Mailer: git-send-email 2.47.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: kuba@kernel.org |
Series |
net: freescale: ucc_geth: Phylink conversion
|
expand
|