mbox series

[PATCHv2,0/4] Improvments for wlcore irq and resume for v5.9

Message ID 20200702162951.45392-1-tony@atomide.com (mailing list archive)
Headers show
Series Improvments for wlcore irq and resume for v5.9 | expand

Message

Tony Lindgren July 2, 2020, 4:29 p.m. UTC
Hi,

Here are few improvments for wlcore resume ELP handling and interrupt
handling for v5.9.

Regards,

Tony

Changes since v1:

- Update patch descriptions for simplifying the complicated locking
  between interrupt handler and tx

- Change patch order for the ELP handling to be the first change
  as the others are mostly clean-up type improvments

Tony Lindgren (4):
  wlcore: Simplify runtime resume ELP path
  wlcore: Use spin_trylock in wlcore_irq_locked() for running the queue
  wlcore: Use spin_trylock in wlcore_irq() to see if we need to queue tx
  wlcore: Remove pointless spinlock

 drivers/net/wireless/ti/wlcore/main.c | 84 +++++++++++++--------------
 1 file changed, 39 insertions(+), 45 deletions(-)