commit | 9e86d7667c507c0d6d20a15ebab0340b07389be4 | [log] [tgz] |
---|---|---|
author | Nicolae Rosia <nicolae.rosia@certsign.ro> | Thu Jan 22 17:31:05 2015 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 26 17:08:33 2015 -0800 |
tree | 2bcf1a98b9027847c2d6e236325925a46eea85d2 | |
parent | 08bfc9cb76e26d2489c401fb1d2de58d06fd1ded [diff] |
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 <nicolae.rosia@certsign.ro> Signed-off-by: David S. Miller <davem@davemloft.net>