mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/4] mux-for-5.17-rc1
@ 2022-01-07  7:43 Peter Rosin
  2022-01-07  7:44 ` [PATCH v2 1/4] mux: Add support for reading mux state from consumer DT node Peter Rosin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Peter Rosin @ 2022-01-07  7:43 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Aswath Govindraju, linux-kernel

Hi Greg!

Since last I improved a couple of commit messages. I.e. adding a body to
"mux: fix grammar, missing "is"."
and a Link tag to
"mux: Add support for reading mux state from consumer DT node"

Further, I removed the exports of the new functions mux_state_get()
and mux_state_put() as there are no users, not even in the wings as
is the case for devm_mux_state_get().

Cheers,
Peter

Aswath Govindraju (1):
  mux: Add support for reading mux state from consumer DT node

Peter Rosin (2):
  mux: add missing mux_state_get
  mux: fix grammar, missing "is".

Yang Li (1):
  mux: Fix struct mux_state kernel-doc comment

 .../driver-api/driver-model/devres.rst        |   1 +
 drivers/mux/core.c                            | 239 ++++++++++++++++--
 include/linux/mux/consumer.h                  |  18 ++
 3 files changed, 236 insertions(+), 22 deletions(-)


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

end of thread, other threads:[~2022-02-04 14:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07  7:43 [PATCH v2 0/4] mux-for-5.17-rc1 Peter Rosin
2022-01-07  7:44 ` [PATCH v2 1/4] mux: Add support for reading mux state from consumer DT node Peter Rosin
2022-01-07  7:44 ` [PATCH v2 2/4] mux: add missing mux_state_get Peter Rosin
2022-01-07  7:44 ` [PATCH v2 3/4] mux: fix grammar, missing "is" Peter Rosin
2022-01-07  7:44 ` [PATCH v2 4/4] mux: Fix struct mux_state kernel-doc comment Peter Rosin
2022-02-04 14:47 ` [PATCH v2 0/4] mux-for-5.17-rc1 Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome