All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] net: Fix module autoload for several platform drivers
@ 2016-10-17 14:05 ` Javier Martinez Canillas
  0 siblings, 0 replies; 12+ messages in thread
From: Javier Martinez Canillas @ 2016-10-17 14:05 UTC (permalink / raw)
  To: linux-kernel
  Cc: Javier Martinez Canillas, Arnd Bergmann, Timur Tabi, Noam Camus,
	Qianqian Xie, Vivien Didelot, Lada Trimasova, Daode Huang,
	Sebastian Frias, Florian Fainelli, Elad Kanfi, Wei Yongjun,
	Salil Mehta, Yisen Zhuang, Andrew Lunn, Kejian Yan,
	Philippe Reynes, Måns Rullgård, netdev,
	Gilad Ben-Yossef, David S. Miller, Jarod Wilson, oulijun

Hello David,

I noticed that module autoload won't be working in a bunch of platform
drivers in the net subsystem and this patch series contains the fixes.

Best regards,
Javier


Javier Martinez Canillas (7):
  net: nps_enet: Fix module autoload
  net: ethernet: nb8800: Fix module autoload
  net: hns: Fix hns_dsaf module autoload for OF registration
  net: qcom/emac: Fix module autoload for OF registration
  net: hisilicon: Fix hns_mdio module autoload for OF registration
  net: dsa: b53: Fix module autoload
  net: dsa: bcm_sf2: Fix module autoload for OF registration

 drivers/net/dsa/b53/b53_mmap.c                     | 1 +
 drivers/net/dsa/bcm_sf2.c                          | 1 +
 drivers/net/ethernet/aurora/nb8800.c               | 1 +
 drivers/net/ethernet/ezchip/nps_enet.c             | 1 +
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 1 +
 drivers/net/ethernet/hisilicon/hns_mdio.c          | 1 +
 drivers/net/ethernet/qualcomm/emac/emac.c          | 1 +
 7 files changed, 7 insertions(+)

-- 
2.7.4

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

end of thread, other threads:[~2016-10-17 17:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17 14:05 [PATCH 0/7] net: Fix module autoload for several platform drivers Javier Martinez Canillas
2016-10-17 14:05 ` Javier Martinez Canillas
2016-10-17 14:05 ` [PATCH 1/7] net: nps_enet: Fix module autoload Javier Martinez Canillas
2016-10-17 14:05 ` [PATCH 2/7] net: ethernet: nb8800: " Javier Martinez Canillas
2016-10-17 14:09   ` Måns Rullgård
2016-10-17 14:05 ` [PATCH 3/7] net: hns: Fix hns_dsaf module autoload for OF registration Javier Martinez Canillas
2016-10-17 14:05 ` [PATCH 4/7] net: qcom/emac: Fix " Javier Martinez Canillas
2016-10-17 14:40   ` Timur Tabi
2016-10-17 14:05 ` [PATCH 5/7] net: hisilicon: Fix hns_mdio " Javier Martinez Canillas
2016-10-17 14:05 ` [PATCH 6/7] net: dsa: b53: Fix module autoload Javier Martinez Canillas
2016-10-17 14:05 ` [PATCH 7/7] net: dsa: bcm_sf2: Fix module autoload for OF registration Javier Martinez Canillas
2016-10-17 17:03 ` [PATCH 0/7] net: Fix module autoload for several platform drivers David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.