Message ID | 20241107170255.1058124-1-maxime.chevallier@bootlin.com (mailing list archive) |
---|---|
Headers | show
Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) (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 5C659217F2B; Thu, 7 Nov 2024 17:03:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.193 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730998989; cv=none; b=Wb802WhawrbLPj+4pahbZI0lkuKSt5KmXUaVWrG6rCpKK4//HqnN1AJFeaba9+ir43/VdyveqpNGf8OTl48sTyNW92kUionl2nWvBP15VfrFka9RQqSTcASAelttvKKj8Qa1aqECbSjtQhEcsISbO/wvYIkw913w/pEW+YFThLc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730998989; c=relaxed/simple; bh=lnhfGsBPijdLmSTBoDTvyHj+rnR4uumf0PNicJs+/7A=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=sJDF+ldHR68yR87WiNg8XK9FCmOGLj/eEg0Jxr5TpeiLh/lcLUODaJHd2AuUhno0rDkBKgRH3ExhDeexwGwEolgIoNibTHdnvaQXD7NJA+NEiqZqmWIUzB+ApRrvFbTg19i/k0TnhXA36Pli88I/1oBsV8WzL0mGF0jRezMJ5Wk= 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=hCMAkpqu; arc=none smtp.client-ip=217.70.183.193 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="hCMAkpqu" Received: by mail.gandi.net (Postfix) with ESMTPSA id BBB50240007; Thu, 7 Nov 2024 17:03:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1730998984; 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=Cp1IlwuXxuG3hVq1umEFzCMyS7Q+bM6rBW7jwZeMmgI=; b=hCMAkpqulm8WFtwNz9p/rJ6c5xyIR6Yt5pwkQVIQEvKoehCjYKLmaI2KMeC5YScXVkGK/Y 4NYd/fMztQeBdkO9mv4nrEkULHwWlneZWnGmb9PGpDJ0GHxm/vRqIhCaYN6QTTjBG+X0Oj scxVELlEWOUEAsaalcEBe20LsxUW+gEceXA/+6bUFog+C/GZ1AiewiiZc8AsktcgIKll/L p9GURarjdeovSV44Sa/tJSDkksKWsLZNh4ZOZ+nghk9jhMxs2if4hbS9Z22nEoZX55hBYn Sb2Ksun51D0DOfrVf2l7vp9dd/Zru8vA/krrQP8IK2yKFc8pJimj03R/QqWHIQ== 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 0/7] net: freescale: ucc_geth: Phylink conversion Date: Thu, 7 Nov 2024 18:02:47 +0100 Message-ID: <20241107170255.1058124-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
|