1. 22 4月, 2016 1 次提交
  2. 21 4月, 2016 5 次提交
  3. 06 4月, 2016 9 次提交
  4. 22 12月, 2015 3 次提交
  5. 14 12月, 2015 6 次提交
  6. 06 12月, 2015 6 次提交
  7. 26 11月, 2015 1 次提交
  8. 23 9月, 2015 2 次提交
  9. 16 9月, 2015 6 次提交
  10. 18 6月, 2015 1 次提交
    • J
      fm10k: use dma_set_mask_and_coherent in fm10k_probe · c04ae58e
      Jacob Keller 提交于
      This patch cleans up the use of dma_get_required_mask and uses the
      simpler dma_set_mask_and_coherent function instead of doing these as
      separate steps.
      
      I removed the dma_get_required_mask call because based on some minimal
      testing it appears that either (a) we're not doing the right thing with
      the call or (b) we don't need it anyways. If the value returned is
      <48bits, we'll end up trying with 48 bits anyways. If it's over 48bits,
      fm10k can't support that anyways, and we should try 48bits. If 48bits
      fails, we'll fallback to 32bits. This cleans up some very funky code.
      Signed-off-by: NJacob Keller <jacob.e.keller@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      c04ae58e