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