1. 12 5月, 2016 1 次提交
  2. 07 4月, 2016 1 次提交
  3. 07 3月, 2016 1 次提交
  4. 25 2月, 2016 1 次提交
  5. 30 12月, 2015 1 次提交
  6. 14 10月, 2015 1 次提交
  7. 08 4月, 2015 1 次提交
  8. 22 3月, 2015 1 次提交
  9. 10 2月, 2015 1 次提交
  10. 06 2月, 2015 1 次提交
  11. 05 1月, 2015 1 次提交
  12. 26 11月, 2014 1 次提交
  13. 11 11月, 2014 3 次提交
  14. 24 10月, 2014 1 次提交
  15. 01 10月, 2014 2 次提交
  16. 27 9月, 2014 1 次提交
  17. 12 9月, 2014 1 次提交
  18. 09 8月, 2014 1 次提交
  19. 01 4月, 2014 1 次提交
    • A
      rtlwifi: add MSI interrupts mode support · 94010fa0
      Adam Lee 提交于
      Add MSI interrupts mode support, enable it when submodules' msi_support
      flag is true, also could fallback to pin-based interrupts mode if MSI
      interrupts mode fails.
      
      RealTek's policy(on modules which work well with MSI interrupts mode) is:
      
      > If the platform supports both MSI and pin-based, use MSI.
      > If the platform supports MSI only, use MSI.
      > If the platform supports pin-based only, use pin-based.
      
      Also as RealTek's testing results, RTL8188EE and RTL8723BE work well
      with both MSI mode and pin-based mode fallback.
      Signed-off-by: NAdam Lee <adam.lee@canonical.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      94010fa0
  20. 28 3月, 2014 1 次提交
  21. 07 3月, 2014 1 次提交
  22. 05 3月, 2014 1 次提交
  23. 18 12月, 2013 1 次提交
  24. 06 12月, 2013 1 次提交
  25. 04 10月, 2013 1 次提交
  26. 27 9月, 2013 1 次提交
  27. 19 7月, 2013 1 次提交
    • L
      rtlwifi: Fix build errors for unusual cases · 6f334c2b
      Larry Finger 提交于
      The present build configuration for the rtlwifi family of drivers will
      fail under two known conditions:
      
      (1) If rtlwifi is selected without selecting any of the dependent drivers,
          there are errors in the build.
      (2) If the PCI drivers are built into the kernel and the USB drivers are modules,
          or vice versa, there are missing globals.
      
      The first condition is fixed by never building rtlwifi unless at least one
      of the device drivers is selected. The second failure is fixed by splitting
      the PCI and USB codes out of rtlwifi, and creating their own mini drivers.
      If the drivers that use them are modules, they will also be modules.
      
      Although a number of files are touched by this patch, only Makefile and Kconfig
      have undergone significant changes. The only modifications to the other files
      were to export entry points needed by the new rtl_pci and rtl_usb units, or to
      rename two variables that had names that were likely to cause namespace collisions.
      
      Reported-by: Fengguang Wu <fengguang.wu@intel.com>  [Condition 1]
      Reported-by: Ben Hutchings <bhutchings@solarflare.com> [Condition 2]
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Ben Hutchings <bhutchings@solarflare.com>
      Cc: Fengguang Wu <fengguang.wu@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      6f334c2b
  28. 18 7月, 2013 1 次提交
  29. 12 6月, 2013 1 次提交
  30. 02 4月, 2013 4 次提交
  31. 03 1月, 2013 1 次提交
  32. 07 12月, 2012 1 次提交
  33. 01 12月, 2012 1 次提交
  34. 15 11月, 2012 1 次提交