1. 24 9月, 2011 1 次提交
    • S
      net/fec: fec_reset_phy() does not need to always succeed · a9b2c8ef
      Shawn Guo 提交于
      FEC can work without a phy reset on some platforms, which means not
      very platform necessarily have a phy-reset gpio encoded in device tree.
      Even on the platforms that have the gpio, FEC can work without
      resetting phy for some cases, e.g. boot loader has done that.
      
      So it makes more sense to have the phy-reset-gpio request failure as
      a debug message rather than a warning, and get fec_reset_phy() return
      void since the caller does not check the return anyway.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a9b2c8ef
  2. 17 9月, 2011 2 次提交
  3. 16 9月, 2011 1 次提交
  4. 31 8月, 2011 1 次提交
  5. 27 8月, 2011 1 次提交
    • J
      drivers/net/ethernet/*: Enabled vendor Kconfig options · 88f07484
      Jeff Kirsher 提交于
      Based on finds for Stephen Rothwell, where current defconfig's
      enable a ethernet driver and it is not compiled due to the newly
      added NET_VENDOR_* component of Kconfig.
      
      This patch enables all the "new" Kconfig options so that current
      defconfig's will continue to compile the expected drivers.  In
      addition, by enabling all the new Kconfig options does not add
      any un-expected options.
      
      CC: Stephen Rothwll <sfc@canb.auug.org.au>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      88f07484
  6. 18 8月, 2011 1 次提交
  7. 12 8月, 2011 1 次提交
    • J
      freescale: Move the Freescale drivers · ec21e2ec
      Jeff Kirsher 提交于
      Move the Freescale drivers into drivers/net/ethernet/freescale/ and
      make the necessary Kconfig and Makefile changes.
      
      CC: Sandeep Gopalpet <sandeep.kumar@freescale.com>
      CC: Andy Fleming <afleming@freescale.com>
      CC: Shlomi Gridish <gridish@freescale.com>
      CC: Li Yang <leoli@freescale.com>
      CC: Pantelis Antoniou <pantelis.antoniou@gmail.com>
      CC: Vitaly Bordug <vbordug@ru.mvista.com>
      CC: Dan Malek <dmalek@jlc.net>
      CC: Sylvain Munaut <tnt@246tNt.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      ec21e2ec