From: Nicolae Rosia Date: Thu, 22 Jan 2015 17:31:05 +0000 (+0000) Subject: net: macb: allow deffered probe of the driver X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e86d7667c507c0d6d20a15ebab0340b07389be4;p=pandora-kernel.git net: macb: allow deffered probe of the driver The driver is trying to acquire clocks which maybe are not available yet. Allow the driver to request deffered probe by providing a probe function and registering it with module_platform_driver. [1] This patch is based on 3.19-rc5. [1] https://lkml.org/lkml/2013/9/23/118 Signed-off-by: Nicolae Rosia Signed-off-by: David S. Miller --- Reading git-diff-tree failed