]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stmmac-probe-refactoring'
authorDavid S. Miller <davem@davemloft.net>
Thu, 21 May 2015 22:57:26 +0000 (18:57 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 May 2015 22:57:26 +0000 (18:57 -0400)
commit4dc78fe8526c39c18872429da37576b18cd06378
treeebf5fc9695a9d8f40af29908802601e8ab2988e4
parent429f5f1f28c56e92e485b6ccc6a22d49155893de
parent33bdaf74153699fc659182a6d0dcc192ff55129d
Merge branch 'stmmac-probe-refactoring'

Joachim Eastwood says:

====================
stmmac: probe code refactoring and clean up part 1

This patch set refactor the code in stmmac_pci_probe and stmmac_pltfr_probe
and moves the common bits into stmmac_dvr_probe. Along the way some clean-
ups are applied to stmmac_pltfr_probe.

The code has been tested on the LPC18xx platform.

I am still working on more refactoring of the platform probe code, hence
part 1, but I need some more time on this.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>