1. 05 5月, 2020 14 次提交
  2. 02 5月, 2020 1 次提交
    • D
      net: bcmgenet: Move wake-up event out of side band ISR · eb236c29
      Doug Berger 提交于
      The side band interrupt service routine is not available on chips
      like 7211, or rather, it does not permit the signaling of wake-up
      events due to the complex interrupt hierarchy.
      
      Move the wake-up event accounting into a .resume_noirq function,
      account for possible wake-up events and clear the MPD/HFB interrupts
      from there, while leaving the hardware untouched until the resume
      function proceeds with doing its usual business.
      
      Because bcmgenet_wol_power_down_cfg() now enables the MPD and HFB
      interrupts, it is invoked by a .suspend_noirq function to prevent
      the servicing of interrupts after the clocks have been disabled.
      Signed-off-by: NDoug Berger <opendmb@gmail.com>
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      eb236c29
  3. 30 4月, 2020 7 次提交
  4. 25 4月, 2020 2 次提交
  5. 24 4月, 2020 1 次提交
  6. 22 4月, 2020 1 次提交
  7. 21 4月, 2020 6 次提交
  8. 02 4月, 2020 1 次提交
  9. 31 3月, 2020 2 次提交
  10. 28 3月, 2020 5 次提交