]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'renesas-eth-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 11 Jan 2016 22:31:10 +0000 (17:31 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Jan 2016 22:31:10 +0000 (17:31 -0500)
commit59f458bf56f36adb2f7be0d6b1ef6399951259f6
tree77fe59349bc0de5be7377046e678eaa02f3ba0db
parentb09d5db04ce9a075a090a3ef9e8a7171aec44119
parentf4cc0d44026a5e2d18f473b99ab59c7c9b8cb857
Merge branch 'renesas-eth-fixes'

Sergei Shtylyov says:

====================
Fix some dubious code in the Renesas Ethernet drivers

   Here's a set of 2 patches against DaveM's 'net.git' repo. While initializing
EMAC the code tries to respect the duplex mode both programmed into ECMR and
stored in its own private data -- this just can't be right.

[1/2] ravb: stop reading ECMR in ravb_emac_init()
[2/2] sh_eth: stop reading ECMR in sh_eth_dev_init()
====================

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