All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Minor SoundWire clean ups
@ 2022-11-17 14:17 ` Charles Keepax
  0 siblings, 0 replies; 14+ messages in thread
From: Charles Keepax @ 2022-11-17 14:17 UTC (permalink / raw)
  To: vkoul
  Cc: yung-chuan.liao, pierre-louis.bossart, sanyog.r.kale, alsa-devel,
	linux-kernel, patches

Just some minor tidy ups and preparation for starting to upstream some
Cirrus SoundWire devices. The first three patches are pretty trivial,
the last patch which moves the remaining core over to using the no_pm
functions could probably use some careful review.

Changes since v1:
 - Update commit message on the debugfs to more explicitly mention the
   PM runtime reference, rather than implying the PM would turn on/off
   each time.
 - Added some reviewed by's

Thanks,
Charles

Charles Keepax (3):
  soundwire: Provide build stubs for common functions
  soundwire: debugfs: Switch to sdw_read_no_pm
  soundwire: stream: Move remaining register accesses over to no_pm

Simon Trimmer (1):
  soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functions

 drivers/soundwire/bus.c       | 10 ++--
 drivers/soundwire/debugfs.c   | 11 +++-
 drivers/soundwire/stream.c    | 30 +++++------
 include/linux/soundwire/sdw.h | 94 +++++++++++++++++++++++++++++++----
 4 files changed, 114 insertions(+), 31 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-11-17 15:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 14:17 [PATCH v2 0/4] Minor SoundWire clean ups Charles Keepax
2022-11-17 14:17 ` Charles Keepax
2022-11-17 14:17 ` [PATCH v2 1/4] soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functions Charles Keepax
2022-11-17 14:17   ` Charles Keepax
2022-11-17 14:35   ` Pierre-Louis Bossart
2022-11-17 14:35     ` Pierre-Louis Bossart
2022-11-17 14:17 ` [PATCH v2 2/4] soundwire: Provide build stubs for common functions Charles Keepax
2022-11-17 14:17   ` Charles Keepax
2022-11-17 14:17 ` [PATCH v2 3/4] soundwire: debugfs: Switch to sdw_read_no_pm Charles Keepax
2022-11-17 14:17   ` Charles Keepax
2022-11-17 14:44   ` Pierre-Louis Bossart
2022-11-17 14:44     ` Pierre-Louis Bossart
2022-11-17 14:17 ` [PATCH v2 4/4] soundwire: stream: Move remaining register accesses over to no_pm Charles Keepax
2022-11-17 14:17   ` Charles Keepax

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.