18 Nov, 2011

1 commit


17 Nov, 2011

27 commits


16 Nov, 2011

9 commits

  • Use the normal #defines not module specific ones.

    Signed-off-by: Joe Perches
    Tested-by: Stephen Ko
    Signed-off-by: Jeff Kirsher

    Joe Perches
     
  • printks should use KERN_ levels.

    Signed-off-by: Joe Perches
    Tested-by: Aaron Brown
    Signed-off-by: Jeff Kirsher

    Joe Perches
     
  • Based on original patch from Joe Perches

    Use the current logging styles.

    pr_ conversions are now prefixed with "igb: "

    Correct a defect where the trailing NTU may have been printed
    on a separate line because of an interleaving hex_dump.

    Remove unnecessary uses of KERN_CONT and use single pr_info()s
    to avoid any possible output interleaving from other modules.

    Coalesce formats as appropriate.

    -v2 fix-up to make checkpatch.pl compliant and remove change to
    the copyright line

    CC: Joe Perches
    Signed-off-by: Jeff Kirsher
    Tested-by: Aaron Brown

    Jeff Kirsher
     
  • Based on the original patch from Joe Perches

    Use the current logging styles, prefix output with "ixgbevf: "

    Add #define pr_fmt
    Coalesce formats.

    -v2 Fix-up to make checkpatch.pl compliant and remove change to
    copyright line

    CC: Joe Perches
    Signed-off-by: Jeff Kirsher
    Tested-by: Sibai Li

    Jeff Kirsher
     
  • Based on the previous patch from Joe Perches

    Use current logging styles.

    Prefix all output via #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    Neaten link status dev_info.

    -v2 Remove Copyright changes and fix-up patch to make it checkpatch.pl
    compliant.

    CC: Joe Perches
    Signed-off-by: Jeff Kirsher
    Tested-by: Sibai Li

    Jeff Kirsher
     
  • Previously the driver would force link without checking whether the link was
    already established. This caused some inconsistencies in the LED blink rate.

    Do not force link if link is already up.

    Signed-off-by: Emil Tantilov
    Tested-by: Phil Schmitt
    Signed-off-by: Jeff Kirsher

    Emil Tantilov
     
  • Based on the original patch from Joe Perches.
    Use the current logging styles.
    pr_ conversions are now prefixed with "e1000e:"
    Correct a couple of defects where the trailing NTU may have
    been printed on a separate line because of an interleaving
    hex_dump.
    Remove unnecessary uses of KERN_CONT and use single pr_info()s
    to avoid any possible output interleaving from other modules.
    Coalesce formats as appropriate.
    Remove an extra space from a broken across lines
    coalescing of "Link Status " and " Change".

    -v2 Remove changes to Copyright string

    CC: Joe Perches
    Signed-off-by: Jeff Kirsher
    Tested-by: Aaron Brown

    Jeff Kirsher
     
  • Commit afc4b13d (net: remove use of ndo_set_multicast_list in
    drivers) changed e1000e to use the ndo_set_rx_mode entry point,
    but didn't implement the unicast address programming
    functionality. Implement it to achieve the ability to add unicast
    addresses.

    Signed-off-by: Jesse Brandeburg
    Tested-by: Aaron Brown
    Signed-off-by: Jeff Kirsher

    Jesse Brandeburg
     
  • This patch adds phy reset functionality to mdio-gpio driver. Now
    mdio_gpio_platform_data has new member as function pointer which can be
    filled at the bsp level for a callback from phy infrastructure. Also the
    mdio-bitbang driver fills-in the reset function of mii_bus structure.

    Without this patch the bsp level code has to takecare of the reseting
    PHY's on the bus, which become bit hacky for every bsp and
    phy-infrastructure is ignored aswell.

    Signed-off-by: Srinivas Kandagatla
    Signed-off-by: David S. Miller

    Srinivas Kandagatla
     

15 Nov, 2011

3 commits