net: hns: support deferred probe when can not obtain irq
commit2fdd6bafe37db6b417c9609271db4ea5a92550c0
authorlipeng <lipeng321@huawei.com>
Fri, 28 Apr 2017 06:49:46 +0000 (28 14:49 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 May 2017 02:39:24 +0000 (30 22:39 -0400)
treec32df17d3d93b85f7f570afd6470c3c5ca708e56
parentba1d82e681781d86de5938ffc3dbba482b45ec85
net: hns: support deferred probe when can not obtain irq

In the hip06 and hip07 SoCs, the interrupt lines from the
DSAF controllers are connected to mbigen hw module.
The mbigen module is probed with module_init, and, as such,
is not guaranteed to probe before the HNS driver. So we need
to support deferred probe.

Signed-off-by: lipeng <lipeng321@huawei.com>
Reviewed-by: Yisen Zhuang <yisen.zhuang@huawei.com>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.c
drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.c
drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.h