An error occurred fetching the project authors.
  1. 18 Apr, 2012 3 commits
  2. 11 Aug, 2011 1 commit
  3. 21 Jan, 2011 1 commit
  4. 01 Jun, 2010 1 commit
    • Jie Yang's avatar
      atl1c: Add AR8151 v2 support and change L0s/L1 routine · 8f574b35
      Jie Yang authored
      Add AR8151 v2.0 Gigabit 1000 support
      Change jumbo frame size to 6K
      Update L0s/L1 rountine
              when link speed is 100M or 1G, set L1 link timer to 4 for l1d_2 and l2c_b2
              set L1 link timer to 7 for l2c_b, set L1 link timer to 0xF for others.
      Update atl1c_suspend routine
      	just refactory the function, add atl1c_phy_power_saving routine,
      	when Wake On Lan enable, this func will be called to save power,
      	it will reautoneg PHY to 10/100M speed depend on the link
      	partners link capability.
      Update atl1c_configure_des_ring
              do not use l2c_b default SRAM configuration.
      Signed-off-by: default avatarJie Yang <Jie.Yang@atheros.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      8f574b35
  5. 16 Feb, 2010 1 commit
    • Luis R. Rodriguez's avatar
      atl1c: Add support for Atheros AR8152 and AR8152 · 496c185c
      Luis R. Rodriguez authored
      AR8151 is a Gigabit Ethernet device. AR8152 devices are
      Fast Ethernet devices, there are two revisions, a 1.0
      and a 2.0 revision.
      
      This has been tested against these devices:
      
      Driver	Model-name	vendor:device	Type
      atl1c 	AR8131		1969:1063	Gigabit Ethernet
      atl1c	AR8132		1969:1062	Fast Ethernet
      atl1c	AR8151(v1.0)	1969:1073	Gigabit Ethernet
      atl1c	AR8152(v1.1)	1969:2060	Fast Ethernet
      
      This device has no hardware available yet so it goes untested,
      but it should work:
      
      atl1c	AR8152(v2.0)	1969:2062	Fast Ethernet
      Signed-off-by: default avatarLuis R. Rodriguez <lrodriguez@atheros.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      496c185c
  6. 19 Feb, 2009 1 commit