1. 06 6月, 2017 1 次提交
    • L
      iwlwifi: mvm: support init flow debugging · de8ba41b
      Liad Kaufman 提交于
      In case an assert happens on init flow, the current
      driver powers down the NIC, except if iwlmvm modparam
      init_dbg=1, and only on very specific flows.
      
      Extend this capability to cover most failure cases
      by keeping track of what init configurations have been
      completed. This way, we can allow NOT powering down
      the NIC, while making sure that when the driver is
      removed we don't try to free resources that haven't
      been allocated. (This can result in a kernel panic.)
      Signed-off-by: NLiad Kaufman <liad.kaufman@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      de8ba41b
  2. 02 6月, 2017 1 次提交
  3. 26 4月, 2017 1 次提交
  4. 25 4月, 2017 1 次提交
  5. 20 4月, 2017 3 次提交
  6. 11 4月, 2017 3 次提交
  7. 03 2月, 2017 1 次提交
    • S
      iwlwifi: mvm: support unification of INIT and RT images · 1f370650
      Sara Sharon 提交于
      For a000 devices the INIT and RT images are unified to one
      image.
      The changes in the flow are the following:
      * Driver load only RT firmware - meaning that the nvm access
        command will be done in the RT image load flow.
      * A new command (NVM_ACCESS_COMPLETE) now signals to the FW that
        the driver is done accessing the NVM and FW can proceed with phy
        calibrations.
      * Phy DB is no longer sent from INIT FW to be restored by driver
        for the RT FW - all the phy DB is now internal to the FW.
        INIT complete will now follow the NVM access command, without
        phy DB calls before.
      * Paging command is sent earlier in the flow before NVM access
        to enable a complete load of FW.
      * caution must be care when restart is called since we may have
        not completed init flow even though we are in RT firmware.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      1f370650
  8. 19 10月, 2016 2 次提交
  9. 27 9月, 2016 1 次提交
  10. 23 9月, 2016 1 次提交
  11. 19 9月, 2016 4 次提交
  12. 16 9月, 2016 1 次提交
  13. 06 7月, 2016 3 次提交
  14. 01 7月, 2016 4 次提交
  15. 11 5月, 2016 4 次提交
  16. 30 3月, 2016 7 次提交
  17. 21 3月, 2016 1 次提交
  18. 20 3月, 2016 1 次提交