1. 27 Jan, 2015 13 commits
  2. 15 Jan, 2015 9 commits
  3. 13 Jan, 2015 14 commits
  4. 12 Jan, 2015 2 commits
  5. 09 Jan, 2015 2 commits
    • Kalle Valo's avatar
      Merge ath-next from ath.git · 350b193e
      Kalle Valo authored
      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
    • Kalle Valo's avatar
      ath10k: fix build error when hwmon is off · 96bba983
      Kalle Valo authored
      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: default avatarKalle Valo <kvalo@qca.qualcomm.com>
      96bba983