1. 04 10月, 2014 1 次提交
  2. 02 10月, 2014 2 次提交
  3. 01 10月, 2014 1 次提交
  4. 27 9月, 2014 1 次提交
  5. 23 9月, 2014 1 次提交
    • H
      r8152: disable ALDPS · d70b1137
      hayeswang 提交于
      If the hw is in ALDPS mode, the hw may have no response for accessing
      the most registers. Therefore, the ALDPS should be disabled before
      accessing the hw in rtl_ops.init(), rtl_ops.disable(), rtl_ops.up(),
      and rtl_ops.down(). Regardless of rtl_ops.enable(), because the hw
      wouldn't enter ALDPS mode when linking on. The hw would enter the
      ALDPS mode after several seconds when link down occurs and the ALDPS
      is enabled.
      Signed-off-by: NHayes Wang <hayeswang@realtek.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d70b1137
  6. 25 7月, 2014 1 次提交
  7. 12 7月, 2014 1 次提交
  8. 10 7月, 2014 1 次提交
  9. 09 7月, 2014 2 次提交
  10. 31 5月, 2014 1 次提交
  11. 14 5月, 2014 1 次提交
  12. 12 4月, 2014 1 次提交
  13. 12 3月, 2014 1 次提交
  14. 11 3月, 2014 1 次提交
  15. 08 3月, 2014 7 次提交
  16. 07 3月, 2014 3 次提交
  17. 06 3月, 2014 1 次提交
    • H
      r8152: disable the ECM mode · 10c32717
      hayeswang 提交于
      There are known issues for switching the drivers between ECM mode and
      vendor mode. The interrup transfer may become abnormal. The hardware
      may have the opportunity to die if you change the configuration without
      unloading the current driver first, because all the control transfers
      of the current driver would fail after the command of switching the
      configuration.
      
      Although to use the ecm driver and vendor driver independently is fine,
      it may have problems to change the driver from one to the other by
      switching the configuration. Additionally, now the vendor mode driver
      is more powerful than the ECM driver. Thus, disable the ECM mode driver,
      and let r8152 to set the configuration to vendor mode and reset the
      device automatically.
      Signed-off-by: NHayes Wang <hayeswang@realtek.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      10c32717
  18. 19 2月, 2014 13 次提交