lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250513105058.27028-2-krzysztof.kozlowski@linaro.org>
Date: Tue, 13 May 2025 12:50:57 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
	linux-kernel@...r.kernel.org,
	Krzysztof Kozlowski <krzk@...nel.org>,
	Peter Rosin <peda@...ntia.se>
Subject: [GIT PULL] mux drivers improvements for v6.16

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ