From: "J. Neuschäfer via B4 Relay" <devnull+j.ne.posteo.net@kernel.org>
To: Linus Walleij <linus.walleij@linaro.org>,
Bartosz Golaszewski <brgl@bgdev.pl>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Maxime Ripard <mripard@kernel.org>
Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, "J. Neuschäfer" <j.ne@posteo.net>
Subject: [PATCH v2 2/3] gpio: 74x164: Add On Semi MC74HC595A compat
Date: Tue, 24 Dec 2024 09:02:11 +0100 [thread overview]
Message-ID: <20241224-gpio74-v2-2-bbcf14183191@posteo.net> (raw)
In-Reply-To: <20241224-gpio74-v2-0-bbcf14183191@posteo.net>
From: "J. Neuschäfer" <j.ne@posteo.net>
The On Semi MC74HC595A/MC74HCT595A is another part that is compatible
with the Fairchild MM74HC595. This patch adds it to the driver.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
---
v2:
- Add Linus Walleij's R-b
- Add missing spi_device_id entry, required by the SPI core
---
drivers/gpio/gpio-74x164.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpio/gpio-74x164.c b/drivers/gpio/gpio-74x164.c
index fca6cd2eb1ddacb3c330111343ebecf9b7c9234d..2ce00e90ea5650673420d7852999d13c298c2db6 100644
--- a/drivers/gpio/gpio-74x164.c
+++ b/drivers/gpio/gpio-74x164.c
@@ -165,6 +165,7 @@ static void gen_74x164_remove(struct spi_device *spi)
static const struct spi_device_id gen_74x164_spi_ids[] = {
{ .name = "74hc595" },
+ { .name = "74hc595a" },
{ .name = "74lvc594" },
{},
};
@@ -173,6 +174,7 @@ MODULE_DEVICE_TABLE(spi, gen_74x164_spi_ids);
static const struct of_device_id gen_74x164_dt_ids[] = {
{ .compatible = "fairchild,74hc595" },
{ .compatible = "nxp,74lvc594" },
+ { .compatible = "onnn,74hc595a" },
{},
};
MODULE_DEVICE_TABLE(of, gen_74x164_dt_ids);
--
2.45.2
next prev parent reply other threads:[~2024-12-24 8:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 8:02 [PATCH v2 0/3] gpio: 74HC595 / 74x164 shift register improvements J. Neuschäfer via B4 Relay
2024-12-24 8:02 ` [PATCH v2 1/3] dt-bindings: gpio: fairchild,74hc595: Add On Semi MC74HC595A compat J. Neuschäfer via B4 Relay
2025-01-02 18:33 ` Rob Herring
2024-12-24 8:02 ` J. Neuschäfer via B4 Relay [this message]
2024-12-24 8:02 ` [PATCH v2 3/3] dt-bindings: gpio: fairchild,74hc595: Document chip select vs. latch clock J. Neuschäfer via B4 Relay
2024-12-27 8:39 ` Linus Walleij
2025-01-02 18:34 ` Rob Herring (Arm)
2025-01-03 20:33 ` [PATCH v2 0/3] gpio: 74HC595 / 74x164 shift register improvements Bartosz Golaszewski
2025-01-06 9:19 ` Geert Uytterhoeven
2025-01-06 20:16 ` Bartosz Golaszewski
2025-01-08 10:26 ` Csókás Bence
2025-01-08 12:08 ` Bartosz Golaszewski
2025-01-10 0:29 ` J. Neuschäfer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241224-gpio74-v2-2-bbcf14183191@posteo.net \
--to=devnull+j.ne.posteo.net@kernel.org \
--cc=brgl@bgdev.pl \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=j.ne@posteo.net \
--cc=krzk+dt@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mripard@kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®