[PATCH 3/4] net: cpsw: Use driver data for phy_sel
Markus Schneider-Pargmann
msp at baylibre.com
Tue Apr 14 09:04:12 CEST 2026
On Mon Apr 13, 2026 at 10:57 AM CEST, Maarten Brock wrote:
> Hi Markus,
>
>> diff --git a/drivers/net/ti/cpsw.c b/drivers/net/ti/cpsw.c index c844416d50ca3db9bb0d9ffe56cd9c352b8c58b0..b1fb009822e9586886e5487e4fbeee115eec9a59 100644
>> --- a/drivers/net/ti/cpsw.c
>> +++ b/drivers/net/ti/cpsw.c
>> @@ -216,6 +216,10 @@ struct cpsw_priv {
>> u32 phy_mask;
>> };
>>
>> +struct cpsw_driver_data {
>> + void (*gmii_sel)(struct cpsw_priv *priv, phy_interface_t phy_mode); };
>
> Add a newline before }; please
This also may be your client? It is correct in my git, my mail I have
and lore shows it being correct as well:
https://lore.kernel.org/all/20260410-topic-cpsw-switch-v2026-07-next-v1-3-c914724b13e4@baylibre.com/
Best
Markus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 289 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260414/3bb2e83d/attachment.sig>
More information about the U-Boot
mailing list