linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch 20/35] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint
@ 2016-09-28 21:22 Benoit Parrot
  2016-10-24 17:12 ` Javier Martinez Canillas
  0 siblings, 1 reply; 2+ messages in thread
From: Benoit Parrot @ 2016-09-28 21:22 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: linux-media, linux-kernel

ti_vpe module currently does not get loaded automatically.
Added MODULE_DEVICE_TABLE hint to the driver to assist.

Signed-off-by: Benoit Parrot <bparrot@ti.com>
---
 drivers/media/platform/ti-vpe/vpe.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/platform/ti-vpe/vpe.c b/drivers/media/platform/ti-vpe/vpe.c
index a43dcac0b15e..57d19ad6d4a5 100644
--- a/drivers/media/platform/ti-vpe/vpe.c
+++ b/drivers/media/platform/ti-vpe/vpe.c
@@ -2448,6 +2448,7 @@ static const struct of_device_id vpe_of_match[] = {
 	},
 	{},
 };
+MODULE_DEVICE_TABLE(of, vpe_of_match);
 #endif
 
 static struct platform_driver vpe_pdrv = {
-- 
2.9.0

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

* Re: [Patch 20/35] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint
  2016-09-28 21:22 [Patch 20/35] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint Benoit Parrot
@ 2016-10-24 17:12 ` Javier Martinez Canillas
  0 siblings, 0 replies; 2+ messages in thread
From: Javier Martinez Canillas @ 2016-10-24 17:12 UTC (permalink / raw)
  To: Benoit Parrot; +Cc: Hans Verkuil, Linux Media Mailing List, Linux Kernel

Hello Benoit,

On Wed, Sep 28, 2016 at 5:22 PM, Benoit Parrot <bparrot@ti.com> wrote:
> ti_vpe module currently does not get loaded automatically.
> Added MODULE_DEVICE_TABLE hint to the driver to assist.
>
> Signed-off-by: Benoit Parrot <bparrot@ti.com>
> ---

Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>

Best regards,
Javier

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

end of thread, other threads:[~2016-10-24 17:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-28 21:22 [Patch 20/35] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint Benoit Parrot
2016-10-24 17:12 ` Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).