From: Krzysztof Kozlowski <krzk@kernel.org>
To: "André Draszik" <andre.draszik@linaro.org>,
"Lee Jones" <lee@kernel.org>, "Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Bartosz Golaszewski" <brgl@bgdev.pl>,
"Kees Cook" <kees@kernel.org>,
"Gustavo A. R. Silva" <gustavoars@kernel.org>,
"Srinivas Kandagatla" <srini@kernel.org>
Cc: Peter Griffin <peter.griffin@linaro.org>,
Tudor Ambarus <tudor.ambarus@linaro.org>,
Will McVicker <willmcvicker@google.com>,
kernel-team@android.com, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, linux-gpio@vger.kernel.org,
linux-hardening@vger.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Subject: Re: [PATCH v7 5/6] gpio: max77759: add Maxim MAX77759 gpio driver
Date: Tue, 29 Apr 2025 08:09:01 +0200 [thread overview]
Message-ID: <8fdb13dd-6540-471e-9be0-b7248533e522@kernel.org> (raw)
In-Reply-To: <20250428-max77759-mfd-v7-5-edfe40c16fe8@linaro.org>
On 28/04/2025 13:36, André Draszik wrote:
> +static const struct of_device_id max77759_gpio_of_id[] = {
> + { .compatible = "maxim,max77759-gpio", },
> + { }
> +};
> +MODULE_DEVICE_TABLE(of, max77759_gpio_of_id);
> +
> +static struct platform_driver max77759_gpio_driver = {
> + .driver = {
> + .name = "max77759-gpio",
> + .probe_type = PROBE_PREFER_ASYNCHRONOUS,
> + .of_match_table = max77759_gpio_of_id,
> + },
> + .probe = max77759_gpio_probe,
> +};
> +
> +module_platform_driver(max77759_gpio_driver);
> +
> +MODULE_AUTHOR("André Draszik <andre.draszik@linaro.org>");
> +MODULE_DESCRIPTION("GPIO driver for Maxim MAX77759");
> +MODULE_LICENSE("GPL");
> +MODULE_ALIAS("platform:max77759-gpio");
Drop alias, if you need it means you have incomplete platform ID table
(because it means you will need to add more aliases on every new OF entry).
>
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-04-29 6:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-28 11:36 [PATCH v7 0/6] Maxim Integrated MAX77759 PMIC MFD-based drivers André Draszik
2025-04-28 11:36 ` [PATCH v7 1/6] dt-bindings: gpio: add max77759 binding André Draszik
2025-04-28 16:12 ` Rob Herring (Arm)
2025-04-28 11:36 ` [PATCH v7 2/6] dt-bindings: nvmem: " André Draszik
2025-04-28 16:12 ` Rob Herring (Arm)
2025-04-28 11:36 ` [PATCH v7 3/6] dt-bindings: mfd: " André Draszik
2025-04-28 11:36 ` [PATCH v7 4/6] mfd: max77759: add Maxim MAX77759 core mfd driver André Draszik
2025-04-28 11:36 ` [PATCH v7 5/6] gpio: max77759: add Maxim MAX77759 gpio driver André Draszik
2025-04-28 11:43 ` Bartosz Golaszewski
2025-04-28 11:54 ` André Draszik
2025-04-29 6:09 ` Krzysztof Kozlowski [this message]
2025-04-28 11:36 ` [PATCH v7 6/6] nvmem: max77759: add Maxim MAX77759 NVMEM driver André Draszik
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=8fdb13dd-6540-471e-9be0-b7248533e522@kernel.org \
--to=krzk@kernel.org \
--cc=andre.draszik@linaro.org \
--cc=bartosz.golaszewski@linaro.org \
--cc=brgl@bgdev.pl \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gustavoars@kernel.org \
--cc=kees@kernel.org \
--cc=kernel-team@android.com \
--cc=krzk+dt@kernel.org \
--cc=lee@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-hardening@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peter.griffin@linaro.org \
--cc=robh@kernel.org \
--cc=srini@kernel.org \
--cc=tudor.ambarus@linaro.org \
--cc=willmcvicker@google.com \
/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