Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934741AbcJQOGP (ORCPT ); Mon, 17 Oct 2016 10:06:15 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:35502 "EHLO s-opensource.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932612AbcJQOGE (ORCPT ); Mon, 17 Oct 2016 10:06:04 -0400 From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org 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 , =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= , netdev@vger.kernel.org, Gilad Ben-Yossef , "David S. Miller" , Jarod Wilson , oulijun Subject: [PATCH 0/7] net: Fix module autoload for several platform drivers Date: Mon, 17 Oct 2016 11:05:39 -0300 Message-Id: <1476713146-26632-1-git-send-email-javier@osg.samsung.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1028 Lines: 29 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