All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] net: wwan: t7xx: Fix Runtime PM implementation
@ 2023-01-26 13:25 Kornel Dulęba
  2023-01-26 13:25 ` [PATCH 1/2] net: wwan: t7xx: Fix Runtime PM resume sequence Kornel Dulęba
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kornel Dulęba @ 2023-01-26 13:25 UTC (permalink / raw)
  To: netdev, linux-kernel
  Cc: Chandrashekar Devegowda, Intel Corporation, Chiranjeevi Rapolu,
	Liu Haijun, M Chetan Kumar, Ricardo Martinez, Loic Poulain,
	Sergey Ryazanov, Johannes Berg, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, rad, mw, upstream,
	Kornel Dulęba

d10b3a695ba0 ("net: wwan: t7xx: Runtime PM") introduced support for
Runtime PM for this driver, but due to a bug in the initialization logic
the usage refcount would never reach 0, leaving the feature unused.
This patchset addresses that, together with a bug found after runtime
suspend was enabled.

Kornel Dulęba (2):
  net: wwan: t7xx: Fix Runtime PM resume sequence
  net: wwan: t7xx: Fix Runtime PM initialization

 drivers/net/wwan/t7xx/t7xx_hif_dpmaif.c    | 11 +++++++-
 drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c | 29 +++++++++++++++-------
 drivers/net/wwan/t7xx/t7xx_netdev.c        | 16 +++++++++++-
 drivers/net/wwan/t7xx/t7xx_pci.c           |  2 ++
 4 files changed, 47 insertions(+), 11 deletions(-)

-- 
2.39.1.456.gfc5497dd1b-goog


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-28 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 13:25 [PATCH 0/2] net: wwan: t7xx: Fix Runtime PM implementation Kornel Dulęba
2023-01-26 13:25 ` [PATCH 1/2] net: wwan: t7xx: Fix Runtime PM resume sequence Kornel Dulęba
2023-01-26 13:25 ` [PATCH 2/2] net: wwan: t7xx: Fix Runtime PM initialization Kornel Dulęba
2023-01-28 13:50 ` [PATCH 0/2] net: wwan: t7xx: Fix Runtime PM implementation patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.