1. 20 4月, 2018 2 次提交
  2. 16 3月, 2018 1 次提交
    • L
      iwlwifi: add shared clock PHY config flag for some devices · 86a2b204
      Luca Coelho 提交于
      Some devices use a shared clock which is very sensitive to variations
      and cause trouble in some situations.  We need to set a bit in the phy
      configuration to indicate that to the FW.  To make this generic, add a
      extra_phy_config_flags element to the device configuration and OR it
      into the phy_cfg before sending it to the firmware.  And also create a
      set of configurations for devices that use shared clocks and need this
      extra bit to be set.
      
      Fixes: c62446d2 ("iwlwifi: add new 9460 series PCI IDs")
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      86a2b204
  3. 28 11月, 2017 1 次提交
  4. 16 11月, 2017 1 次提交
    • L
      iwlwifi: fix PCI IDs and configuration mapping for 9000 series · dbc89253
      Luca Coelho 提交于
      A lot of PCI IDs were missing and there were some problems with the
      configuration and firmware selection for devices on the 9000 series.
      Fix the firmware selection by adding files for the B-steps; add
      configuration for some integrated devices; and add a bunch of PCI IDs
      (mostly for integrated devices) that were missing from the driver's
      list.
      
      Without this patch, a lot of devices will not be recognized or will
      try to load the wrong firmware file.
      
      Cc: stable@vger.kernel.org # 4.13
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      dbc89253
  5. 03 11月, 2017 1 次提交
  6. 18 10月, 2017 1 次提交
  7. 06 10月, 2017 2 次提交
  8. 18 8月, 2017 1 次提交
  9. 09 8月, 2017 1 次提交
  10. 01 8月, 2017 1 次提交
  11. 29 6月, 2017 1 次提交
  12. 23 6月, 2017 1 次提交
  13. 06 6月, 2017 4 次提交
  14. 02 6月, 2017 1 次提交
  15. 26 4月, 2017 1 次提交
  16. 20 4月, 2017 2 次提交
  17. 11 4月, 2017 3 次提交
  18. 07 2月, 2017 1 次提交
  19. 23 9月, 2016 1 次提交
  20. 16 9月, 2016 2 次提交
  21. 30 8月, 2016 4 次提交
  22. 06 7月, 2016 3 次提交
  23. 01 7月, 2016 1 次提交
    • S
      iwlwifi: pcie: workaround HW shadow registers bug · 1316d595
      Sara Sharon 提交于
      Integrated 9000 devices have a bug with shadow registers
      value retention.
      If driver writes RBD registers while MAC is asleep the
      values are stored in shadow registers to be copied whenever
      MAC wakes up.
      However, in 9000 devices a MAC wakeup is not triggered
      and when the bus powers down due to inactivity the shadow
      values and dirty bits are lost.
      Turn on the chicken-bits that cause MAC wakeup for RX-related
      values as well when the device is in D0.
      When the device is in low power mode turn the RX wakeup chicken
      bits off since driver is idle and this W/A is not needed.
      Remove previous W/A which was ineffective.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      1316d595
  24. 11 5月, 2016 3 次提交