1. 11 8月, 2011 1 次提交
    • J
      cassini/niu/sun*: Move the Sun drivers · e689cf4a
      Jeff Kirsher 提交于
      Moves the Sun drivers into drivers/net/ethernet/sun/ and make
      the necessary Kconfig and Makefile changes.
      
      Oliver Hartkopp <socketcan@hartkopp.net> suggested removing the
      sun* prefix on the driver names.  This type of change I will
      leave up to the driver maintainers.
      
      CC: Sam Creasey <sammy@sammy.net>
      CC: Adrian Sun <asun@darksunrising.com>
      CC: Benjamin Herrenscmidt <benh@kernel.crashing.org>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      e689cf4a
  2. 07 4月, 2011 1 次提交
  3. 29 6月, 2010 1 次提交
    • G
      of: kill struct of_device · b505ff5e
      Grant Likely 提交于
      Now that the device tree node pointer has been moved out of struct
      of_device and into the common struct device, there isn't anything
      unique about of_device anymore.  In fact, there isn't much need
      for a separate of_bus when all busses have access to OF style
      probing.
      
      arch/powerpc and arch/microblaze are moving away from using the of_bus
      and using the regular platform bus instead for mmio devices.  This
      patch makes of_device the same as platform_device as a stepping stone
      in migrating of_platform_drivers over to the platform bus.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Acked-by: NDavid S. Miller <davem@davemloft.net>
      Cc: Michal Simek <monstr@monstr.eu>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Stephen Rothwell <sfr@canb.auug.org.au>
      b505ff5e
  4. 23 4月, 2010 1 次提交
  5. 13 6月, 2009 1 次提交
  6. 20 2月, 2009 1 次提交
  7. 19 2月, 2009 1 次提交
    • C
      niu: improve ethtool support for gigabit copper cards · 38bb045d
      Constantin Baranov 提交于
      Introduced support for link speed and duplex setting (ethtool -s),
      link advertising parameters and autonegotiation (ethtool -r):
      - struct niu_link_config: split advertising and autoneg
        fields into active and target values (similar to speed
        and duplex fields)
      - mii_init_common(): rewrite function to actually apply
        requested niu_link_config parameters instead of providing
        default initialization
      - link_status_1g(): move parsing of MII registers into
        new link_status_mii() function (link_status_1g_rgmii()
        could possibly use this new implementation too)
      - introduce simple nway_reset method
      - fix incorrect XMAC_CONFIG_MODE selection for 10Mbps case
      Signed-off-by: NConstantin Baranov <baranov@mercdev.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      38bb045d
  8. 29 11月, 2008 1 次提交
  9. 26 11月, 2008 1 次提交
  10. 15 11月, 2008 1 次提交
  11. 13 5月, 2008 1 次提交
  12. 12 5月, 2008 1 次提交
  13. 25 4月, 2008 2 次提交
  14. 29 2月, 2008 1 次提交
  15. 20 2月, 2008 1 次提交
  16. 10 1月, 2008 1 次提交
    • M
      [NIU]: Support for Marvell PHY · b0de8e40
      Mirko Lindner 提交于
      From: Mirko Lindner <mlindner@marvell.com>
      
      This patch makes necessary changes in the Neptune driver to support 
      the new Marvell PHY. It also adds support for the LED blinking
      on Neptune cards with Marvell PHY. All registers are using defines
      in the niu.h header file as is already done for the BCM8704 registers.
      
      [ Coding style, etc. cleanups -DaveM ]
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b0de8e40
  17. 11 10月, 2007 1 次提交