linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ethernet: mtk-star-emac: select REGMAP_MMIO
@ 2020-10-20  7:35 Bartosz Golaszewski
  2020-10-22  1:13 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2020-10-20  7:35 UTC (permalink / raw)
  To: Felix Fietkau, John Crispin, Sean Wang, Mark Lee,
	David S . Miller, Jakub Kicinski, Matthias Brugger
  Cc: netdev, linux-kernel, stable, Bartosz Golaszewski,
	linux-mediatek, linux-arm-kernel

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

The driver depends on mmio regmap API but doesn't select the appropriate
Kconfig option. This fixes it.

Fixes: 8c7bd5a454ff ("net: ethernet: mtk-star-emac: new driver")
Cc: <stable@vger.kernel.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 drivers/net/ethernet/mediatek/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/mediatek/Kconfig b/drivers/net/ethernet/mediatek/Kconfig
index 62a820b1eb16..3362b148de23 100644
--- a/drivers/net/ethernet/mediatek/Kconfig
+++ b/drivers/net/ethernet/mediatek/Kconfig
@@ -17,6 +17,7 @@ config NET_MEDIATEK_SOC
 config NET_MEDIATEK_STAR_EMAC
 	tristate "MediaTek STAR Ethernet MAC support"
 	select PHYLIB
+	select REGMAP_MMIO
 	help
 	  This driver supports the ethernet MAC IP first used on
 	  MediaTek MT85** SoCs.
-- 
2.28.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: ethernet: mtk-star-emac: select REGMAP_MMIO
  2020-10-20  7:35 [PATCH] net: ethernet: mtk-star-emac: select REGMAP_MMIO Bartosz Golaszewski
@ 2020-10-22  1:13 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2020-10-22  1:13 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: netdev, Sean Wang, linux-kernel, stable, Mark Lee,
	Bartosz Golaszewski, linux-mediatek, John Crispin,
	Matthias Brugger, David S . Miller, linux-arm-kernel,
	Felix Fietkau

On Tue, 20 Oct 2020 09:35:15 +0200 Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> 
> The driver depends on mmio regmap API but doesn't select the appropriate
> Kconfig option. This fixes it.
> 
> Fixes: 8c7bd5a454ff ("net: ethernet: mtk-star-emac: new driver")
> Cc: <stable@vger.kernel.org>

No need, we queue all fixes from the networking tree to stable, anyway.

> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-22  1:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20  7:35 [PATCH] net: ethernet: mtk-star-emac: select REGMAP_MMIO Bartosz Golaszewski
2020-10-22  1:13 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).