1. 27 3月, 2015 1 次提交
  2. 25 3月, 2015 3 次提交
  3. 11 3月, 2015 1 次提交
  4. 10 3月, 2015 2 次提交
  5. 07 3月, 2015 2 次提交
  6. 06 3月, 2015 1 次提交
  7. 05 3月, 2015 1 次提交
  8. 04 3月, 2015 1 次提交
  9. 02 3月, 2015 2 次提交
  10. 01 3月, 2015 2 次提交
  11. 28 2月, 2015 1 次提交
  12. 27 2月, 2015 2 次提交
  13. 26 2月, 2015 2 次提交
    • M
      genirq / PM: better describe IRQF_NO_SUSPEND semantics · 737eb030
      Mark Rutland 提交于
      The IRQF_NO_SUSPEND flag is intended to be used for interrupts required
      to be enabled during the suspend-resume cycle. This mostly consists of
      IPIs and timer interrupts, potentially including chained irqchip
      interrupts if these are necessary to handle timers or IPIs. If an
      interrupt does not fall into one of the aforementioned categories,
      requesting it with IRQF_NO_SUSPEND is likely incorrect.
      
      Using IRQF_NO_SUSPEND does not guarantee that the interrupt can wake the
      system from a suspended state. For an interrupt to be able to trigger a
      wakeup, it may be necessary to program various components of the system.
      In these cases it is necessary to use {enable,disabled}_irq_wake.
      
      Unfortunately, several drivers assume that IRQF_NO_SUSPEND ensures that
      an IRQ can wake up the system, and the documentation can be read
      ambiguously w.r.t. this property.
      
      This patch updates the documentation regarding IRQF_NO_SUSPEND to make
      this caveat explicit, hopefully making future misuse rarer. Cleanup of
      existing misuse will occur as part of later patch series.
      Signed-off-by: NMark Rutland <mark.rutland@arm.com>
      Acked-by: NPeter Zijlstra (Intel) <peterz@infradead.org>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      737eb030
    • T
      amd-xgbe-phy: PHY KX/KR mode differences · 74ad7524
      Tom Lendacky 提交于
      The PHY requires different settings for the Decision Feedback Analyzer
      (DFE) when running in KX mode vs. KR mode. Update the code to change
      these settings when changing modes in order to provide a more stable
      link.
      
      Additionally, adjust the 10GbE PQ skew default setting to a more sane
      value.
      Signed-off-by: NTom Lendacky <thomas.lendacky@amd.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      74ad7524
  14. 23 2月, 2015 1 次提交
  15. 20 2月, 2015 2 次提交
  16. 19 2月, 2015 2 次提交
  17. 18 2月, 2015 5 次提交
  18. 17 2月, 2015 9 次提交