linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] mux drivers improvements for v6.16
@ 2025-05-13 10:50 Krzysztof Kozlowski
  2025-05-13 10:53 ` [PATCH PULL] w1: Avoid -Wflex-array-member-not-at-end warnings Krzysztof Kozlowski
  2025-05-15 13:34 ` [GIT PULL] mux drivers improvements for v6.16 Krzysztof Kozlowski
  0 siblings, 2 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2025-05-13 10:50 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Krzysztof Kozlowski, linux-kernel, Krzysztof Kozlowski,
	Peter Rosin

Hi Greg,

Please pull mux drivers patches - mostly minor improvements and one new feature
(regulator support for Lenovo T14s laptop).  These were on mailing lists for
some time (one even from 2024) and they were never picked up, acknowledged nor
rejected.

Best regards,
Krzysztof


The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/mux-drv-6.16

for you to fetch changes up to 9761037d28327e0d4ee9586a8210ef6462c2c757:

  mux: adgs1408: fix Wvoid-pointer-to-enum-cast warning (2025-05-08 17:12:08 +0200)

----------------------------------------------------------------
Mux drivers for v6.16

Few cleanups and fixes for the mux drivers:
1. Simplify with spi_get_device_match_data().
2. Fix -Wunused-const-variable and -Wvoid-pointer-to-enum-cast warnings.
3. GPIO mux: add optional regulator for Lenovo T14s laptop headset.
4. MMIO mux: avoid using syscon's device_node_to_regmap(), due to
   changes in the syscon code.

----------------------------------------------------------------
Andrew Davis (1):
      mux: mmio: Do not use syscon helper to build regmap

Arnd Bergmann (1):
      mux: adg792a: remove incorrect of_match_ptr annotation

Krzysztof Kozlowski (2):
      mux: adgs1408: simplify with spi_get_device_match_data()
      mux: adgs1408: fix Wvoid-pointer-to-enum-cast warning

Srinivas Kandagatla (2):
      dt-bindings: mux: add optional regulator binding to gpio mux
      mux: gpio: add optional regulator support

Thorsten Blum (1):
      mux: mmio: Add missing word in error message

 Documentation/devicetree/bindings/mux/gpio-mux.yaml |  4 ++++
 drivers/mux/adg792a.c                               |  2 +-
 drivers/mux/adgs1408.c                              |  4 +---
 drivers/mux/gpio.c                                  |  5 +++++
 drivers/mux/mmio.c                                  | 15 +++++++++++++--
 5 files changed, 24 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2025-05-21 15:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 10:50 [GIT PULL] mux drivers improvements for v6.16 Krzysztof Kozlowski
2025-05-13 10:53 ` [PATCH PULL] w1: Avoid -Wflex-array-member-not-at-end warnings Krzysztof Kozlowski
2025-05-21 12:13   ` Greg Kroah-Hartman
2025-05-15 13:34 ` [GIT PULL] mux drivers improvements for v6.16 Krzysztof Kozlowski
2025-05-21 12:14   ` Greg Kroah-Hartman
2025-05-21 12:19     ` Krzysztof Kozlowski
2025-05-21 15:25       ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).