From: Conor Dooley <conor@kernel•org>
To: netdev@vger•kernel.org
Cc: conor@kernel•org, "Conor Dooley" <conor.dooley@microchip•com>,
Valentina.FernandezAlanis@microchip•com,
"Andrew Lunn" <andrew+netdev@lunn•ch>,
"David S. Miller" <davem@davemloft•net>,
"Eric Dumazet" <edumazet@google•com>,
"Jakub Kicinski" <kuba@kernel•org>,
"Paolo Abeni" <pabeni@redhat•com>,
"Rob Herring" <robh@kernel•org>,
"Krzysztof Kozlowski" <krzk+dt@kernel•org>,
"Conor Dooley" <conor+dt@kernel•org>,
"Daire McNamara" <daire.mcnamara@microchip•com>,
"Paul Walmsley" <pjw@kernel•org>,
"Palmer Dabbelt" <palmer@dabbelt•com>,
"Albert Ou" <aou@eecs•berkeley.edu>,
"Alexandre Ghiti" <alex@ghiti•fr>,
"Nicolas Ferre" <nicolas.ferre@microchip•com>,
"Claudiu Beznea" <claudiu.beznea@tuxon•dev>,
"Richard Cochran" <richardcochran@gmail•com>,
"Samuel Holland" <samuel.holland@sifive•com>,
devicetree@vger•kernel.org, linux-kernel@vger•kernel.org,
linux-riscv@lists•infradead.org,
"Dave Stevenson" <dave.stevenson@raspberrypi•com>,
"Sean Anderson" <sean.anderson@linux•dev>,
"Vineeth Karumanchi" <vineeth.karumanchi@amd•com>,
"Abin Joseph" <abin.joseph@amd•com>,
"Théo Lebrun" <theo.lebrun@bootlin•com>,
Ryan.Wanner@microchip•com, "Kevin Hao" <haokexin@gmail•com>
Subject: [PATCH net-next v5 06/14] net: macb: np4 doesn't need a usrio pointer
Date: Wed, 25 Mar 2026 16:28:10 +0000 [thread overview]
Message-ID: <20260325-passover-rimless-73c19c67d94b@spud> (raw)
In-Reply-To: <20260325-unsterile-flail-4c7729750dc4@spud>
From: Conor Dooley <conor.dooley@microchip•com>
USRIO is disabled on this platform, having a pointer to a usrio config
structure doesn't actually do anything other than look weird.
Signed-off-by: Conor Dooley <conor.dooley@microchip•com>
---
drivers/net/ethernet/cadence/macb_main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/cadence/macb_main.c b/drivers/net/ethernet/cadence/macb_main.c
index a436521460683..a1f8a6d9554fb 100644
--- a/drivers/net/ethernet/cadence/macb_main.c
+++ b/drivers/net/ethernet/cadence/macb_main.c
@@ -5613,7 +5613,6 @@ static const struct macb_config emac_config = {
static const struct macb_config np4_config = {
.caps = MACB_CAPS_USRIO_DISABLED,
- .usrio = &at91_default_usrio,
};
static const struct macb_config zynqmp_config = {
--
2.53.0
next prev parent reply other threads:[~2026-03-25 16:29 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-25 16:28 [PATCH net-next v5 00/14] macb usrio/tsu patches Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 01/14] Revert "net: macb: Clean up the .usrio settings in macb_config instances" Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 02/14] net: macb: rename macb_default_usrio to at91_default_usrio as not all platforms have mii mode control in usrio Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 03/14] net: macb: split USRIO_HAS_CLKEN capability in two Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 04/14] dt-bindings: net: cdns,macb: replace cdns,refclk-ext with cdns,refclk-source Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 05/14] net: macb: rework usrio refclk selection code Conor Dooley
2026-03-25 16:28 ` Conor Dooley [this message]
2026-03-25 16:28 ` [PATCH net-next v5 07/14] net: macb: add mpfs specific usrio configuration Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 08/14] net: macb: warn on pclk use as a tsu_clk fallback Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 09/14] net: macb: clean up tsu clk rate acquisition Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 10/14] dt-bindings: net: macb: add property indicating timer adjust mode Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 11/14] net: macb: timer adjust mode is not supported Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 12/14] net: macb: runtime detect MACB_CAPS_USRIO_DISABLED Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 13/14] net: macb: set MACB_CAPS_USRIO_DISABLED if no usrio config is provided Conor Dooley
2026-03-25 16:28 ` [PATCH net-next v5 14/14] net: macb: drop usrio pointer on EyeQ5 config Conor Dooley
2026-03-29 21:40 ` [PATCH net-next v5 00/14] macb usrio/tsu patches patchwork-bot+netdevbpf
2026-03-30 7:12 ` Jiawen Wu
2026-03-30 16:20 ` Conor Dooley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260325-passover-rimless-73c19c67d94b@spud \
--to=conor@kernel$(echo .)org \
--cc=Ryan.Wanner@microchip$(echo .)com \
--cc=Valentina.FernandezAlanis@microchip$(echo .)com \
--cc=abin.joseph@amd$(echo .)com \
--cc=alex@ghiti$(echo .)fr \
--cc=andrew+netdev@lunn$(echo .)ch \
--cc=aou@eecs$(echo .)berkeley.edu \
--cc=claudiu.beznea@tuxon$(echo .)dev \
--cc=conor+dt@kernel$(echo .)org \
--cc=conor.dooley@microchip$(echo .)com \
--cc=daire.mcnamara@microchip$(echo .)com \
--cc=dave.stevenson@raspberrypi$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=edumazet@google$(echo .)com \
--cc=haokexin@gmail$(echo .)com \
--cc=krzk+dt@kernel$(echo .)org \
--cc=kuba@kernel$(echo .)org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-riscv@lists$(echo .)infradead.org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=nicolas.ferre@microchip$(echo .)com \
--cc=pabeni@redhat$(echo .)com \
--cc=palmer@dabbelt$(echo .)com \
--cc=pjw@kernel$(echo .)org \
--cc=richardcochran@gmail$(echo .)com \
--cc=robh@kernel$(echo .)org \
--cc=samuel.holland@sifive$(echo .)com \
--cc=sean.anderson@linux$(echo .)dev \
--cc=theo.lebrun@bootlin$(echo .)com \
--cc=vineeth.karumanchi@amd$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox