All of lore.kernel.org
 help / color / mirror / Atom feed
* mux for 5.17-rc1
@ 2022-01-02 22:34 Peter Rosin
  2022-01-02 22:38 ` [PATCH 1/6] dt-bindings: ti-serdes-mux: Add defines for J721S2 SoC Peter Rosin
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Peter Rosin @ 2022-01-02 22:34 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Aswath Govindraju, linux-kernel

Hi Greg,

These have been in -next since around x-mas, and hopefully it's not too
late to push them for the upcoming window.

Patch 5/6 fails check-patch due to lacking a message body, because I
forgot to actually check that and now I can't find it in me to re-spin
for that seemingly insignificant issue. If it really is a no-no, then
please just drop that patch.

Also, I really would have liked to squash patch 6/6 into patch 3/6, but
I don't know how to retain credits properly if I do that. I did remove
the Fixes tag from 6/6, since the commit hash will be trash by the time
you make your commit. It was:

Fixes: xxxxxxxxxxxx ("mux: Add support for reading mux state from consumer DT node")

(In case you can find it in you to add it back with a proper hash.)

Anyway, the big change here is the new support for pointing at a
specific mux state from a device tree node.

Cheers,
Peter

Aswath Govindraju (3):
      dt-bindings: ti-serdes-mux: Add defines for J721S2 SoC
      dt-bindings: mux: Document mux-states property
      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

 .../devicetree/bindings/mux/gpio-mux.yaml          |  11 +-
 .../devicetree/bindings/mux/mux-consumer.yaml      |  21 ++
 .../devicetree/bindings/mux/mux-controller.yaml    |  26 ++-
 Documentation/driver-api/driver-model/devres.rst   |   1 +
 drivers/mux/core.c                                 | 241 +++++++++++++++++++--
 include/dt-bindings/mux/ti-serdes.h                |  22 ++
 include/linux/mux/consumer.h                       |  20 ++
 7 files changed, 317 insertions(+), 25 deletions(-)

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

end of thread, other threads:[~2022-01-07  7:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-02 22:34 mux for 5.17-rc1 Peter Rosin
2022-01-02 22:38 ` [PATCH 1/6] dt-bindings: ti-serdes-mux: Add defines for J721S2 SoC Peter Rosin
2022-01-02 22:38 ` [PATCH 2/6] dt-bindings: mux: Document mux-states property Peter Rosin
2022-01-02 22:38 ` [PATCH 3/6] mux: Add support for reading mux state from consumer DT node Peter Rosin
2022-01-03 12:43   ` Greg Kroah-Hartman
2022-01-03 13:05     ` Aswath Govindraju
2022-01-03 13:23       ` Greg Kroah-Hartman
2022-01-02 22:38 ` [PATCH 4/6] mux: add missing mux_state_get Peter Rosin
2022-01-03 12:42   ` Greg Kroah-Hartman
2022-01-03 17:26     ` Peter Rosin
2022-01-06 14:41       ` Greg Kroah-Hartman
2022-01-07  7:10         ` Peter Rosin
2022-01-02 22:38 ` [PATCH 5/6] mux: fix grammar, missing "is" Peter Rosin
2022-01-03 12:37   ` Greg Kroah-Hartman
2022-01-02 22:38 ` [PATCH 6/6] mux: Fix struct mux_state kernel-doc comment Peter Rosin
2022-01-03 12:46 ` mux for 5.17-rc1 Greg Kroah-Hartman

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.