1. 27 1月, 2015 6 次提交
  2. 15 1月, 2015 9 次提交
  3. 13 1月, 2015 14 次提交
  4. 12 1月, 2015 2 次提交
  5. 10 1月, 2015 2 次提交
    • K
      Merge ath-next from ath.git · 350b193e
      Kalle Valo 提交于
      Major changes in ath10k:
      
      * Device tree support
      
      * Major restructuring how to handle different WMI interface versions
      
      * Add WMI TLV interface in preparation for new firmware interface support
      
      * Support new firmware branch 10.2.4
      
      * Add thermal cooling interface
      
      * Add hwmon interface to read temparture from the device
      
      And of course lots of small fixes and cleanups.
      350b193e
    • K
      ath10k: fix build error when hwmon is off · 96bba983
      Kalle Valo 提交于
      kbuild reported a linking error:
      
      ERROR: "devm_hwmon_device_register_with_groups"
      [drivers/net/wireless/ath/ath10k/ath10k_core.ko] undefined!
      
      Fix it by returning early and letting the compiler to optimise out the function
      call.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      96bba983
  6. 09 1月, 2015 7 次提交