1. 23 11月, 2014 4 次提交
  2. 11 11月, 2014 3 次提交
  3. 15 10月, 2014 1 次提交
  4. 10 10月, 2014 1 次提交
  5. 11 9月, 2014 3 次提交
  6. 02 9月, 2014 4 次提交
  7. 06 8月, 2014 1 次提交
  8. 25 7月, 2014 1 次提交
  9. 22 7月, 2014 1 次提交
  10. 02 7月, 2014 2 次提交
  11. 26 6月, 2014 1 次提交
  12. 23 6月, 2014 2 次提交
  13. 16 4月, 2014 1 次提交
  14. 14 3月, 2014 1 次提交
  15. 25 2月, 2014 1 次提交
  16. 19 2月, 2014 2 次提交
  17. 17 1月, 2014 1 次提交
  18. 23 12月, 2013 2 次提交
  19. 04 12月, 2013 2 次提交
  20. 13 6月, 2013 1 次提交
  21. 01 6月, 2013 1 次提交
    • J
      cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're the MASTER_PF · e69972f5
      Jay Hernandez 提交于
      Forcing uninitialized state allows us to upgrade and reinitialize the adapter.
      
      FW_VERSION_T4 = 1.4.0.0
      FW_VERSION_T5 = 0.0.0.0
      At this point driver supports above and greater than above version of firmware.
      If it doesn't find the required firmware version than it forces the adapter to
      be reinitialized as shown below.
      
      1) If FW_ON_ADAPTER < FW_VERSION and we're the MASTER_PF force uninitialized
         state and a FW upgrade if available.
      
             - If FW_ON_ADAPTER < /lib/firmware/cxgb4/t*fw.bin we will update the
               adapters FW.
             - If FW_ON_ADAPTER >= /lib/firmware/cxgb4/t*fw.bin don't upgrade FW.
             - If upgrade_fw() fails force reinitialization of the adapter anyways,
               it might still work.
      
         Either way forcing the uninitialized state allows cxgb4 reinitialize FW.
      
      2) If FW_ON_ADAPTER >= FW_VERSION driver follows normal path.
      Signed-off-by: NJay Hernandez <jay@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e69972f5
  22. 14 3月, 2013 2 次提交
  23. 12 3月, 2013 1 次提交
  24. 09 1月, 2013 1 次提交