]> git.baikalelectronics.ru Git - kernel.git/commit
net: sh_eth: add value of ether_link pin in platform_data
authorYoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Thu, 27 Aug 2009 23:25:03 +0000 (23:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Aug 2009 07:19:35 +0000 (00:19 -0700)
commit377f5e9b15055b6ccecc00e8f7bbc2829fd5c72d
treec58e0194bf64bd60e1bd01bf4c474a8cb1bc1284
parent841d6b594625a39217265fa6d027cd25fa31bc1d
net: sh_eth: add value of ether_link pin in platform_data

The method of ETHER_LINK pin is board dependence.
This patch adding paramters are:
 - no_ether_link          : If set to 1, do not use ETHER_LINK
 - ether_link_active_low  : If set to 1, ETHER_LINK is active low.

Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sh/include/asm/sh_eth.h
drivers/net/sh_eth.c
drivers/net/sh_eth.h