All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIAS
@ 2016-12-27 20:12 Jarkko Nikula
  2017-01-04 12:08 ` Tomi Valkeinen
  0 siblings, 1 reply; 2+ messages in thread
From: Jarkko Nikula @ 2016-12-27 20:12 UTC (permalink / raw)
  To: dri-devel; +Cc: Tomi Valkeinen, Jarkko Nikula

Add module alias for Sony ACX565AKM LCD panel. This makes it probe on Nokia
N900 when panel driver is built as a module.

Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
---
This is on top of linux-next next-20161224.
---
 drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c b/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
index 746cb8d9cba1..5ab39e0060f2 100644
--- a/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
+++ b/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
@@ -909,6 +909,7 @@ static struct spi_driver acx565akm_driver = {
 
 module_spi_driver(acx565akm_driver);
 
+MODULE_ALIAS("spi:sony,acx565akm");
 MODULE_AUTHOR("Nokia Corporation");
 MODULE_DESCRIPTION("acx565akm LCD Driver");
 MODULE_LICENSE("GPL");
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIAS
  2016-12-27 20:12 [PATCH] drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIAS Jarkko Nikula
@ 2017-01-04 12:08 ` Tomi Valkeinen
  0 siblings, 0 replies; 2+ messages in thread
From: Tomi Valkeinen @ 2017-01-04 12:08 UTC (permalink / raw)
  To: Jarkko Nikula, dri-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 1025 bytes --]

Hi,

On 27/12/16 22:12, Jarkko Nikula wrote:
> Add module alias for Sony ACX565AKM LCD panel. This makes it probe on Nokia
> N900 when panel driver is built as a module.
> 
> Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
> ---
> This is on top of linux-next next-20161224.
> ---
>  drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c b/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
> index 746cb8d9cba1..5ab39e0060f2 100644
> --- a/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
> +++ b/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
> @@ -909,6 +909,7 @@ static struct spi_driver acx565akm_driver = {
>  
>  module_spi_driver(acx565akm_driver);
>  
> +MODULE_ALIAS("spi:sony,acx565akm");
>  MODULE_AUTHOR("Nokia Corporation");
>  MODULE_DESCRIPTION("acx565akm LCD Driver");
>  MODULE_LICENSE("GPL");
> 

Thanks, queued for 4.11.

 Tomi


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-01-04 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-27 20:12 [PATCH] drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIAS Jarkko Nikula
2017-01-04 12:08 ` Tomi Valkeinen

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.