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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 21 Jan 2024 18:35:03 +0800
From: Kim Seer Paller <kimseer.paller@...log.com>
To: <linux-gpio@...r.kernel.org>, <devicetree@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>
CC: Linus Walleij <linus.walleij@...aro.org>,
        Bartosz Golaszewski
	<brgl@...ev.pl>, Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski
	<krzysztof.kozlowski+dt@...aro.org>,
        Conor Dooley <conor+dt@...nel.org>,
        "Kim
 Seer Paller" <kimseer.paller@...log.com>
Subject: [PATCH 0/2] ADG1414 for review

I'm sending this patch for review, but I'm uncertain about the suitable subsystem
for the driver. Currently, it seems like the GPIO subsystem is the best fit.

If that's the case, it's open for review, and I appreciate any insights and feedback.

Best regards,
Kim Seer Paller

Kim Seer Paller (2):
  dt-bindings: gpio: add adg1414
  gpio: gpio-adg1414: New driver

 .../bindings/gpio/gpio-adg1414.yaml           |  66 ++++++++
 MAINTAINERS                                   |   7 +
 drivers/gpio/Kconfig                          |  10 ++
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-adg1414.c                   | 141 ++++++++++++++++++
 5 files changed, 225 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-adg1414.yaml
 create mode 100644 drivers/gpio/gpio-adg1414.c


base-commit: 7a396820222d6d4c02057f41658b162bdcdadd0e
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ