1. 08 12月, 2014 1 次提交
    • T
      ath10k: read calibration data from Device Tree · 5aabff05
      Toshi Kikuchi 提交于
      This patch adds support for reading calibration data from Device Tree.
      It looks for the calibration data in Device Tree if it can't find it
      in a file. If there's no node in Device Tree, ath10k will try to find the
      calibration data from OTP.
      
      The node for the calibration data should be defined like this:
      
      pci {
              pcie@0 {
                      reg = <0 0 0 0 0>;
                      #interrupt-cells = <1>;
                      #size-cells = <2>;
                      #address-cells = <3>;
                      device_type = "pci";
      
                      ath10k@0,0 {
                              reg = <0 0 0 0 0>;
                              device_type = "pci";
                              qcom,ath10k-calibration-data = [ 01 02 03 ... ];
                      };
              };
      };
      Signed-off-by: NToshi Kikuchi <toshik@chromium.org>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      5aabff05
  2. 01 12月, 2014 9 次提交
  3. 26 11月, 2014 15 次提交
  4. 24 11月, 2014 2 次提交
  5. 20 11月, 2014 7 次提交
  6. 17 11月, 2014 4 次提交
  7. 04 11月, 2014 2 次提交