All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: da850-pupd: Add to module device table
@ 2017-01-05 23:43 David Lechner
  2017-01-11 13:28 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: David Lechner @ 2017-01-05 23:43 UTC (permalink / raw)
  To: Linus Walleij; +Cc: David Lechner, linux-gpio, linux-kernel

This adds the pintrol-da850-pupd driver to the module device table so that
udev will automatically bind the driver to the device.

Signed-off-by: David Lechner <david@lechnology.com>
---
 drivers/pinctrl/pinctrl-da850-pupd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/pinctrl-da850-pupd.c b/drivers/pinctrl/pinctrl-da850-pupd.c
index b36a90a..921729b 100644
--- a/drivers/pinctrl/pinctrl-da850-pupd.c
+++ b/drivers/pinctrl/pinctrl-da850-pupd.c
@@ -194,6 +194,7 @@ static const struct of_device_id da850_pupd_of_match[] = {
 	{ .compatible = "ti,da850-pupd" },
 	{ }
 };
+MODULE_DEVICE_TABLE(of, da850_pupd_of_match);
 
 static struct platform_driver da850_pupd_driver = {
 	.driver	= {
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pinctrl: da850-pupd: Add to module device table
  2017-01-05 23:43 [PATCH] pinctrl: da850-pupd: Add to module device table David Lechner
@ 2017-01-11 13:28 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2017-01-11 13:28 UTC (permalink / raw)
  To: David Lechner; +Cc: linux-gpio, linux-kernel

On Fri, Jan 6, 2017 at 12:43 AM, David Lechner <david@lechnology.com> wrote:

> This adds the pintrol-da850-pupd driver to the module device table so that
> udev will automatically bind the driver to the device.
>
> Signed-off-by: David Lechner <david@lechnology.com>

Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-11 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-05 23:43 [PATCH] pinctrl: da850-pupd: Add to module device table David Lechner
2017-01-11 13:28 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.