]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commitb66ba8d5a4d7ebcd140de808574c4c93fc71acaf
treeebf5fc9695a9d8f40af29908802601e8ab2988e4
parent614919c3d9b38465e0aa377312f3f015fdd228b6
parentdef5cd3cfd01704ca9bad1c32e75f0144b746511
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>