]> 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)
commit2bc60d2f59f95b1b522b9094eb7fd48064aa8c2b
treeebf5fc9695a9d8f40af29908802601e8ab2988e4
parent70104539102747913f3b5bbbe7ddbd0f20d95fbe
parentd7abfba2e62ff9fe77850ba0cd0762f366cadd9e
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>