]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tg3'
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Feb 2013 04:48:33 +0000 (23:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Feb 2013 04:48:33 +0000 (23:48 -0500)
commite8dfcbdecf39049a5fc92abd493ed16f9b68231b
tree695331432f2d422efa6c71ad3b35b281b17a81c8
parente33952a930166ad58f2c0ad0abb3edcf1ef81049
parent8a6e75b6a23d730918f2c593a85fee8f62328b0e
Merge branch 'tg3'

Attention linux-next maintainer, you will hit a merge conflict between
this merge and the mips tree, the resolution is to preserve the removal
of uses of nvram_geenv() and nvram_parse_macaddr() from the net-next
side.

Hauke Mehrtens says:

====================
These patches are adding support for the Ethernet core found in the
BCM4705/BCM4785 SoC.

This is based on current master of davem/net-next.git.

v4:
 * move setting of DMA_RWCTRL_ONE_DMA

v3:
 * combined first two patches into one patch

v2:
 * use of struct sprom in ssb_gige_get_macaddr() instead of accessing
   the nvram directly
 * add return value to ssb_gige_get_macaddr()
 * try to read the mac address from ssb core before accessing the own
   registers.
 * fix two checkpatch warnings
====================

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