[PATCH v2 0/4] mux-for-5.17-rc1

Peter Rosin posted 4 patches 4 years, 5 months ago
.../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(-)
[PATCH v2 0/4] mux-for-5.17-rc1
Posted by Peter Rosin 4 years, 5 months ago
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(-)

Re: [PATCH v2 0/4] mux-for-5.17-rc1
Posted by Greg Kroah-Hartman 4 years, 4 months ago
On Fri, Jan 07, 2022 at 08:43:43AM +0100, Peter Rosin wrote:
> 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(-)
> 

Sorry for the delay, now applied.

greg k-h