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 84891372B57 for ; Thu, 26 Feb 2026 01:49:24 +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=1772070564; cv=none; b=No21R+kYTaFfVNIZlVf5NdCDbxuCo7+iWxSzEibquf2kN7WfZyypP85vRItt5bjWBYzoaQeKvUCDl30vV5hEgJEP2PcfWZosHXaouzghpV/IjGNutzBvVmd0jP09y6P5jnEN4/H5T6maHq4GDU9M4eCqk4imL2EBjtia9FUabas= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772070564; c=relaxed/simple; bh=AzUQJuezjL43RkLqsykXOvmq23zwAxEz28YQ6NLiTX4=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=nw8/uVyh2XKEdMn3VL69ndFny4J+HpNSL8hzB5M+/iAo8Q+6MtXWceEGm/4h8mqc+3sQTxypo8teQiPcQsGwwZrbH+zMebTmalM1muiotRCOlVj9rNRoMEdnLr12f6w8bIUSOrhT8mL7WK79C5v3F0LnZsL45qvh51B3mN5XPoA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=a6/rU9/n; 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="a6/rU9/n" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8DEB3C116D0; Thu, 26 Feb 2026 01:49:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772070564; bh=AzUQJuezjL43RkLqsykXOvmq23zwAxEz28YQ6NLiTX4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=a6/rU9/nIKoX7BWmWG+Uer9MyJyvQa51xJfOgs/Fl/CKiExwI57gEah0vh6q8F0NA kWRM7T7eYf9hNrwMzf8YVa5a2nkQyJzDlF0lbQprj6zo0LB3kMW693JBz2I0xFhxlL 3wOVgLEb7cgQDCcicnUMT4zpUVYnf/IUgtw6epLTFXcvJG44/JjiQsN7DQaia3Fh5R i8gU1raNbKUM16b36jEj6wJuwqAMMGVZyf3vI7fEW27shbWhKK6WOf/0OsX+AIQOY4 l4j9nCIn//NH0xHn5umPk8NpGpgLDZ0cpdJwrUjMSIFrZ6gviZjKD34Oh0vnMJtzgy CGNTkazHevCoA== Date: Wed, 25 Feb 2026 17:49:22 -0800 From: Jakub Kicinski To: "Nicolai Buchwitz" Cc: =?UTF-8?B?VGjDqW8=?= Lebrun , , , , , , , , , , =?UTF-8?B?R3LDqWdvcnk=?= Clement , "Thomas Petazzoni" Subject: Re: [PATCH 1/5] net: cadence: macb: add EEE register definitions and capability flag Message-ID: <20260225174922.5f6517e5@kernel.org> In-Reply-To: References: <20260225091558.51157-1-nb@tipi-net.de> <20260225091558.51157-2-nb@tipi-net.de> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, 25 Feb 2026 18:26:18 +0100 Th=C3=A9o Lebrun wrote: > On Wed Feb 25, 2026 at 10:15 AM CET, Nicolai Buchwitz wrote: > > Add register and bitfield definitions for the Cadence GEM MAC's > > IEEE 802.3az Energy Efficient Ethernet (EEE) support: =20 >=20 > nit: could this patch be squashed into [3/5]? Maybe split into two in fact, the relevant part squashed into patch 2 and the rest in patch 3?