1. 17 7月, 2014 1 次提交
  2. 24 9月, 2013 1 次提交
    • M
      drivers: net: cpsw-phy-sel: Add new driver for phy mode selection for cpsw · 5892cd13
      Mugunthan V N 提交于
      The cpsw currently lacks code to properly set up the hardware interface
      mode on AM33xx. Other platforms might be equally affected.
      
      Usually, the bootloader will configure the control module register, so
      probably that's why such support wasn't needed in the past. In suspend
      mode though, this register is modified, and so it needs reprogramming
      after resume.
      
      This patch adds a new driver in which hardware interface can configure
      correct register bits when the slave is opened.
      
      The AM33xx also has a bit for each slave to configure the RMII reference
      clock direction. Setting it is now supported by a per-slave DT property.
      
      This code path introducted by this patch is currently exclusive for
      am33xx and same can be extened to various platforms via the DT compatibility
      property.
      Signed-off-by: NMugunthan V N <mugunthanvnm@ti.com>
      Tested-by: NDaniel Mack <zonque@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5892cd13
  3. 12 1月, 2013 1 次提交
  4. 27 11月, 2012 1 次提交
  5. 04 11月, 2012 1 次提交
  6. 02 11月, 2012 1 次提交
  7. 25 10月, 2012 1 次提交
  8. 04 8月, 2012 1 次提交
  9. 11 5月, 2012 1 次提交
  10. 20 3月, 2012 1 次提交
  11. 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
  12. 12 8月, 2011 1 次提交