* [PATCH] net: ethernet: adi: move PHYLIB from vendor to driver symbol
@ 2024-02-26 7:48 Randy Dunlap
2024-02-26 15:10 ` Michal Kubecek
2024-02-28 11:20 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2024-02-26 7:48 UTC (permalink / raw)
To: linux-kernel
Cc: Randy Dunlap, Michal Kubecek, Lennart Franzen, David S. Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev, Nuno Sa
In a previous patch I added "select PHYLIB" at the wrong place for the
ADIN1110 driver symbol, so move it to its correct place under the
ADIN1110 kconfig symbol.
Fixes: a9f80df4f514 ("net: ethernet: adi: requires PHYLIB support")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Michal Kubecek <mkubecek@suse.cz>
Closes: https://lore.kernel.org/lkml/77012b38-4b49-47f4-9a88-d773d52909ad@infradead.org/T/#m8ba397484738711edc0ad607b2c63ca02244e3c3
Cc: Lennart Franzen <lennart@lfdomain.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: netdev@vger.kernel.org
Cc: Nuno Sa <nuno.sa@analog.com>
---
Thanks, Michal.
drivers/net/ethernet/adi/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -- a/drivers/net/ethernet/adi/Kconfig b/drivers/net/ethernet/adi/Kconfig
--- a/drivers/net/ethernet/adi/Kconfig
+++ b/drivers/net/ethernet/adi/Kconfig
@@ -7,7 +7,6 @@ config NET_VENDOR_ADI
bool "Analog Devices devices"
default y
depends on SPI
- select PHYLIB
help
If you have a network (Ethernet) card belonging to this class, say Y.
@@ -22,6 +21,7 @@ config ADIN1110
tristate "Analog Devices ADIN1110 MAC-PHY"
depends on SPI && NET_SWITCHDEV
select CRC8
+ select PHYLIB
help
Say yes here to build support for Analog Devices ADIN1110
Low Power 10BASE-T1L Ethernet MAC-PHY.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: ethernet: adi: move PHYLIB from vendor to driver symbol
2024-02-26 7:48 [PATCH] net: ethernet: adi: move PHYLIB from vendor to driver symbol Randy Dunlap
@ 2024-02-26 15:10 ` Michal Kubecek
2024-02-28 11:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Michal Kubecek @ 2024-02-26 15:10 UTC (permalink / raw)
To: Randy Dunlap
Cc: linux-kernel, Lennart Franzen, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, netdev, Nuno Sa
[-- Attachment #1: Type: text/plain, Size: 952 bytes --]
On Sun, Feb 25, 2024 at 11:48:20PM -0800, Randy Dunlap wrote:
> In a previous patch I added "select PHYLIB" at the wrong place for the
> ADIN1110 driver symbol, so move it to its correct place under the
> ADIN1110 kconfig symbol.
>
> Fixes: a9f80df4f514 ("net: ethernet: adi: requires PHYLIB support")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Reported-by: Michal Kubecek <mkubecek@suse.cz>
> Closes: https://lore.kernel.org/lkml/77012b38-4b49-47f4-9a88-d773d52909ad@infradead.org/T/#m8ba397484738711edc0ad607b2c63ca02244e3c3
> Cc: Lennart Franzen <lennart@lfdomain.com>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Eric Dumazet <edumazet@google.com>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Paolo Abeni <pabeni@redhat.com>
> Cc: netdev@vger.kernel.org
> Cc: Nuno Sa <nuno.sa@analog.com>
Thank you for the quick update, now the dependencies work as expected.
Tested-by: Michal Kubecek <mkubecek@suse.cz>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: ethernet: adi: move PHYLIB from vendor to driver symbol
2024-02-26 7:48 [PATCH] net: ethernet: adi: move PHYLIB from vendor to driver symbol Randy Dunlap
2024-02-26 15:10 ` Michal Kubecek
@ 2024-02-28 11:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-02-28 11:20 UTC (permalink / raw)
To: Randy Dunlap
Cc: linux-kernel, mkubecek, lennart, davem, edumazet, kuba, pabeni,
netdev, nuno.sa
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:
On Sun, 25 Feb 2024 23:48:20 -0800 you wrote:
> In a previous patch I added "select PHYLIB" at the wrong place for the
> ADIN1110 driver symbol, so move it to its correct place under the
> ADIN1110 kconfig symbol.
>
> Fixes: a9f80df4f514 ("net: ethernet: adi: requires PHYLIB support")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Reported-by: Michal Kubecek <mkubecek@suse.cz>
> Closes: https://lore.kernel.org/lkml/77012b38-4b49-47f4-9a88-d773d52909ad@infradead.org/T/#m8ba397484738711edc0ad607b2c63ca02244e3c3
> Cc: Lennart Franzen <lennart@lfdomain.com>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Eric Dumazet <edumazet@google.com>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Paolo Abeni <pabeni@redhat.com>
> Cc: netdev@vger.kernel.org
> Cc: Nuno Sa <nuno.sa@analog.com>
>
> [...]
Here is the summary with links:
- net: ethernet: adi: move PHYLIB from vendor to driver symbol
https://git.kernel.org/netdev/net/c/943d4bd67950
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-28 11:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26 7:48 [PATCH] net: ethernet: adi: move PHYLIB from vendor to driver symbol Randy Dunlap
2024-02-26 15:10 ` Michal Kubecek
2024-02-28 11:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox