All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
@ 2021-09-21 17:40 ` Nishanth Menon
  0 siblings, 0 replies; 15+ messages in thread
From: Nishanth Menon @ 2021-09-21 17:40 UTC (permalink / raw)
  To: Boris Brezillon, Daniel Vetter, Laurent Pinchart, Neil Armstrong
  Cc: linux-kernel, dri-devel, linux-arm-kernel, nikhil.nd,
	r-ravikumar, Nishanth Menon

Add MODULE_DEVICE_TABLE to the device tree table to create required
aliases needed for module to be loaded with device tree based platform.

Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
Signed-off-by: Nishanth Menon <nm@ti.com>
---
 drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
index d8a15c459b42..829e1a144656 100644
--- a/drivers/gpu/drm/bridge/cdns-dsi.c
+++ b/drivers/gpu/drm/bridge/cdns-dsi.c
@@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
 	{ .compatible = "cdns,dsi" },
 	{ },
 };
+MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
 
 static struct platform_driver cdns_dsi_platform_driver = {
 	.probe  = cdns_dsi_drm_probe,
-- 
2.32.0


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

* [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
@ 2021-09-21 17:40 ` Nishanth Menon
  0 siblings, 0 replies; 15+ messages in thread
From: Nishanth Menon @ 2021-09-21 17:40 UTC (permalink / raw)
  To: Boris Brezillon, Daniel Vetter, Laurent Pinchart, Neil Armstrong
  Cc: linux-kernel, dri-devel, linux-arm-kernel, nikhil.nd,
	r-ravikumar, Nishanth Menon

Add MODULE_DEVICE_TABLE to the device tree table to create required
aliases needed for module to be loaded with device tree based platform.

Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
Signed-off-by: Nishanth Menon <nm@ti.com>
---
 drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
index d8a15c459b42..829e1a144656 100644
--- a/drivers/gpu/drm/bridge/cdns-dsi.c
+++ b/drivers/gpu/drm/bridge/cdns-dsi.c
@@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
 	{ .compatible = "cdns,dsi" },
 	{ },
 };
+MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
 
 static struct platform_driver cdns_dsi_platform_driver = {
 	.probe  = cdns_dsi_drm_probe,
-- 
2.32.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
@ 2021-09-21 17:40 ` Nishanth Menon
  0 siblings, 0 replies; 15+ messages in thread
From: Nishanth Menon @ 2021-09-21 17:40 UTC (permalink / raw)
  To: Boris Brezillon, Daniel Vetter, Laurent Pinchart, Neil Armstrong
  Cc: linux-kernel, dri-devel, linux-arm-kernel, nikhil.nd,
	r-ravikumar, Nishanth Menon

Add MODULE_DEVICE_TABLE to the device tree table to create required
aliases needed for module to be loaded with device tree based platform.

Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
Signed-off-by: Nishanth Menon <nm@ti.com>
---
 drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
index d8a15c459b42..829e1a144656 100644
--- a/drivers/gpu/drm/bridge/cdns-dsi.c
+++ b/drivers/gpu/drm/bridge/cdns-dsi.c
@@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
 	{ .compatible = "cdns,dsi" },
 	{ },
 };
+MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
 
 static struct platform_driver cdns_dsi_platform_driver = {
 	.probe  = cdns_dsi_drm_probe,
-- 
2.32.0


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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
  2021-09-21 17:40 ` Nishanth Menon
  (?)
@ 2021-11-09 14:55   ` Nishanth Menon
  -1 siblings, 0 replies; 15+ messages in thread
From: Nishanth Menon @ 2021-11-09 14:55 UTC (permalink / raw)
  To: Boris Brezillon, Daniel Vetter, Laurent Pinchart, Neil Armstrong,
	Tomi Valkeinen
  Cc: linux-kernel, dri-devel, linux-arm-kernel, nikhil.nd,
	r-ravikumar, Milind Parab

On 12:40-20210921, Nishanth Menon wrote:
> Add MODULE_DEVICE_TABLE to the device tree table to create required
> aliases needed for module to be loaded with device tree based platform.
> 
> Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
>  drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
> index d8a15c459b42..829e1a144656 100644
> --- a/drivers/gpu/drm/bridge/cdns-dsi.c
> +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
> @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
>  	{ .compatible = "cdns,dsi" },
>  	{ },
>  };
> +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
>  
>  static struct platform_driver cdns_dsi_platform_driver = {
>  	.probe  = cdns_dsi_drm_probe,
> -- 
> 2.32.0
> 
> 

Hi, Ping?
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
@ 2021-11-09 14:55   ` Nishanth Menon
  0 siblings, 0 replies; 15+ messages in thread
From: Nishanth Menon @ 2021-11-09 14:55 UTC (permalink / raw)
  To: Boris Brezillon, Daniel Vetter, Laurent Pinchart, Neil Armstrong,
	Tomi Valkeinen
  Cc: linux-kernel, dri-devel, linux-arm-kernel, nikhil.nd,
	r-ravikumar, Milind Parab

On 12:40-20210921, Nishanth Menon wrote:
> Add MODULE_DEVICE_TABLE to the device tree table to create required
> aliases needed for module to be loaded with device tree based platform.
> 
> Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
>  drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
> index d8a15c459b42..829e1a144656 100644
> --- a/drivers/gpu/drm/bridge/cdns-dsi.c
> +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
> @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
>  	{ .compatible = "cdns,dsi" },
>  	{ },
>  };
> +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
>  
>  static struct platform_driver cdns_dsi_platform_driver = {
>  	.probe  = cdns_dsi_drm_probe,
> -- 
> 2.32.0
> 
> 

Hi, Ping?
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
@ 2021-11-09 14:55   ` Nishanth Menon
  0 siblings, 0 replies; 15+ messages in thread
From: Nishanth Menon @ 2021-11-09 14:55 UTC (permalink / raw)
  To: Boris Brezillon, Daniel Vetter, Laurent Pinchart, Neil Armstrong,
	Tomi Valkeinen
  Cc: Milind Parab, r-ravikumar, linux-kernel, dri-devel, nikhil.nd,
	linux-arm-kernel

On 12:40-20210921, Nishanth Menon wrote:
> Add MODULE_DEVICE_TABLE to the device tree table to create required
> aliases needed for module to be loaded with device tree based platform.
> 
> Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
>  drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
> index d8a15c459b42..829e1a144656 100644
> --- a/drivers/gpu/drm/bridge/cdns-dsi.c
> +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
> @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
>  	{ .compatible = "cdns,dsi" },
>  	{ },
>  };
> +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
>  
>  static struct platform_driver cdns_dsi_platform_driver = {
>  	.probe  = cdns_dsi_drm_probe,
> -- 
> 2.32.0
> 
> 

Hi, Ping?
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
  2021-11-09 14:55   ` Nishanth Menon
  (?)
@ 2021-11-10  7:12     ` Tomi Valkeinen
  -1 siblings, 0 replies; 15+ messages in thread
From: Tomi Valkeinen @ 2021-11-10  7:12 UTC (permalink / raw)
  To: Nishanth Menon, Boris Brezillon, Daniel Vetter, Laurent Pinchart,
	Neil Armstrong
  Cc: Milind Parab, r-ravikumar, linux-kernel, dri-devel, nikhil.nd,
	linux-arm-kernel

On 09/11/2021 16:55, Nishanth Menon wrote:
> On 12:40-20210921, Nishanth Menon wrote:
>> Add MODULE_DEVICE_TABLE to the device tree table to create required
>> aliases needed for module to be loaded with device tree based platform.
>>
>> Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>> ---
>>   drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
>> index d8a15c459b42..829e1a144656 100644
>> --- a/drivers/gpu/drm/bridge/cdns-dsi.c
>> +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
>> @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
>>   	{ .compatible = "cdns,dsi" },
>>   	{ },
>>   };
>> +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
>>   
>>   static struct platform_driver cdns_dsi_platform_driver = {
>>   	.probe  = cdns_dsi_drm_probe,
>> -- 
>> 2.32.0
>>
>>
> 
> Hi, Ping?
> 

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>

  Tomi

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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
@ 2021-11-10  7:12     ` Tomi Valkeinen
  0 siblings, 0 replies; 15+ messages in thread
From: Tomi Valkeinen @ 2021-11-10  7:12 UTC (permalink / raw)
  To: Nishanth Menon, Boris Brezillon, Daniel Vetter, Laurent Pinchart,
	Neil Armstrong
  Cc: linux-kernel, dri-devel, linux-arm-kernel, nikhil.nd,
	r-ravikumar, Milind Parab

On 09/11/2021 16:55, Nishanth Menon wrote:
> On 12:40-20210921, Nishanth Menon wrote:
>> Add MODULE_DEVICE_TABLE to the device tree table to create required
>> aliases needed for module to be loaded with device tree based platform.
>>
>> Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>> ---
>>   drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
>> index d8a15c459b42..829e1a144656 100644
>> --- a/drivers/gpu/drm/bridge/cdns-dsi.c
>> +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
>> @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
>>   	{ .compatible = "cdns,dsi" },
>>   	{ },
>>   };
>> +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
>>   
>>   static struct platform_driver cdns_dsi_platform_driver = {
>>   	.probe  = cdns_dsi_drm_probe,
>> -- 
>> 2.32.0
>>
>>
> 
> Hi, Ping?
> 

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>

  Tomi

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
@ 2021-11-10  7:12     ` Tomi Valkeinen
  0 siblings, 0 replies; 15+ messages in thread
From: Tomi Valkeinen @ 2021-11-10  7:12 UTC (permalink / raw)
  To: Nishanth Menon, Boris Brezillon, Daniel Vetter, Laurent Pinchart,
	Neil Armstrong
  Cc: linux-kernel, dri-devel, linux-arm-kernel, nikhil.nd,
	r-ravikumar, Milind Parab

On 09/11/2021 16:55, Nishanth Menon wrote:
> On 12:40-20210921, Nishanth Menon wrote:
>> Add MODULE_DEVICE_TABLE to the device tree table to create required
>> aliases needed for module to be loaded with device tree based platform.
>>
>> Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>> ---
>>   drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
>> index d8a15c459b42..829e1a144656 100644
>> --- a/drivers/gpu/drm/bridge/cdns-dsi.c
>> +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
>> @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
>>   	{ .compatible = "cdns,dsi" },
>>   	{ },
>>   };
>> +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
>>   
>>   static struct platform_driver cdns_dsi_platform_driver = {
>>   	.probe  = cdns_dsi_drm_probe,
>> -- 
>> 2.32.0
>>
>>
> 
> Hi, Ping?
> 

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>

  Tomi

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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
  2021-11-09 14:55   ` Nishanth Menon
  (?)
@ 2021-11-10  8:59     ` Laurent Pinchart
  -1 siblings, 0 replies; 15+ messages in thread
From: Laurent Pinchart @ 2021-11-10  8:59 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: Milind Parab, r-ravikumar, Tomi Valkeinen, Neil Armstrong,
	Boris Brezillon, linux-kernel, dri-devel, nikhil.nd,
	linux-arm-kernel

Hi Nishanth,

Thank you for the patch, and sorry for the late reply.

On Tue, Nov 09, 2021 at 08:55:38AM -0600, Nishanth Menon wrote:
> On 12:40-20210921, Nishanth Menon wrote:
> > Add MODULE_DEVICE_TABLE to the device tree table to create required
> > aliases needed for module to be loaded with device tree based platform.
> > 
> > Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
> > Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> > ---
> >  drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
> > index d8a15c459b42..829e1a144656 100644
> > --- a/drivers/gpu/drm/bridge/cdns-dsi.c
> > +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
> > @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
> >  	{ .compatible = "cdns,dsi" },
> >  	{ },
> >  };
> > +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
> >  
> >  static struct platform_driver cdns_dsi_platform_driver = {
> >  	.probe  = cdns_dsi_drm_probe,

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
@ 2021-11-10  8:59     ` Laurent Pinchart
  0 siblings, 0 replies; 15+ messages in thread
From: Laurent Pinchart @ 2021-11-10  8:59 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: Boris Brezillon, Daniel Vetter, Neil Armstrong, Tomi Valkeinen,
	linux-kernel, dri-devel, linux-arm-kernel, nikhil.nd,
	r-ravikumar, Milind Parab

Hi Nishanth,

Thank you for the patch, and sorry for the late reply.

On Tue, Nov 09, 2021 at 08:55:38AM -0600, Nishanth Menon wrote:
> On 12:40-20210921, Nishanth Menon wrote:
> > Add MODULE_DEVICE_TABLE to the device tree table to create required
> > aliases needed for module to be loaded with device tree based platform.
> > 
> > Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
> > Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> > ---
> >  drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
> > index d8a15c459b42..829e1a144656 100644
> > --- a/drivers/gpu/drm/bridge/cdns-dsi.c
> > +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
> > @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
> >  	{ .compatible = "cdns,dsi" },
> >  	{ },
> >  };
> > +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
> >  
> >  static struct platform_driver cdns_dsi_platform_driver = {
> >  	.probe  = cdns_dsi_drm_probe,

-- 
Regards,

Laurent Pinchart

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
@ 2021-11-10  8:59     ` Laurent Pinchart
  0 siblings, 0 replies; 15+ messages in thread
From: Laurent Pinchart @ 2021-11-10  8:59 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: Boris Brezillon, Daniel Vetter, Neil Armstrong, Tomi Valkeinen,
	linux-kernel, dri-devel, linux-arm-kernel, nikhil.nd,
	r-ravikumar, Milind Parab

Hi Nishanth,

Thank you for the patch, and sorry for the late reply.

On Tue, Nov 09, 2021 at 08:55:38AM -0600, Nishanth Menon wrote:
> On 12:40-20210921, Nishanth Menon wrote:
> > Add MODULE_DEVICE_TABLE to the device tree table to create required
> > aliases needed for module to be loaded with device tree based platform.
> > 
> > Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
> > Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> > ---
> >  drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
> > index d8a15c459b42..829e1a144656 100644
> > --- a/drivers/gpu/drm/bridge/cdns-dsi.c
> > +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
> > @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
> >  	{ .compatible = "cdns,dsi" },
> >  	{ },
> >  };
> > +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
> >  
> >  static struct platform_driver cdns_dsi_platform_driver = {
> >  	.probe  = cdns_dsi_drm_probe,

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
  2021-11-09 14:55   ` Nishanth Menon
  (?)
@ 2022-02-28  9:39     ` Tomi Valkeinen
  -1 siblings, 0 replies; 15+ messages in thread
From: Tomi Valkeinen @ 2022-02-28  9:39 UTC (permalink / raw)
  To: Nishanth Menon, Boris Brezillon, Daniel Vetter, Laurent Pinchart,
	Neil Armstrong
  Cc: linux-kernel, dri-devel, linux-arm-kernel, nikhil.nd,
	r-ravikumar, Milind Parab

On 09/11/2021 16:55, Nishanth Menon wrote:
> On 12:40-20210921, Nishanth Menon wrote:
>> Add MODULE_DEVICE_TABLE to the device tree table to create required
>> aliases needed for module to be loaded with device tree based platform.
>>
>> Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>> ---
>>   drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
>> index d8a15c459b42..829e1a144656 100644
>> --- a/drivers/gpu/drm/bridge/cdns-dsi.c
>> +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
>> @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
>>   	{ .compatible = "cdns,dsi" },
>>   	{ },
>>   };
>> +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
>>   
>>   static struct platform_driver cdns_dsi_platform_driver = {
>>   	.probe  = cdns_dsi_drm_probe,
>> -- 
>> 2.32.0
>>
>>
> 
> Hi, Ping?

Thanks, I'll apply to drm-misc-next.

  Tomi

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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
@ 2022-02-28  9:39     ` Tomi Valkeinen
  0 siblings, 0 replies; 15+ messages in thread
From: Tomi Valkeinen @ 2022-02-28  9:39 UTC (permalink / raw)
  To: Nishanth Menon, Boris Brezillon, Daniel Vetter, Laurent Pinchart,
	Neil Armstrong
  Cc: Milind Parab, r-ravikumar, linux-kernel, dri-devel, nikhil.nd,
	linux-arm-kernel

On 09/11/2021 16:55, Nishanth Menon wrote:
> On 12:40-20210921, Nishanth Menon wrote:
>> Add MODULE_DEVICE_TABLE to the device tree table to create required
>> aliases needed for module to be loaded with device tree based platform.
>>
>> Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>> ---
>>   drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
>> index d8a15c459b42..829e1a144656 100644
>> --- a/drivers/gpu/drm/bridge/cdns-dsi.c
>> +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
>> @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
>>   	{ .compatible = "cdns,dsi" },
>>   	{ },
>>   };
>> +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
>>   
>>   static struct platform_driver cdns_dsi_platform_driver = {
>>   	.probe  = cdns_dsi_drm_probe,
>> -- 
>> 2.32.0
>>
>>
> 
> Hi, Ping?

Thanks, I'll apply to drm-misc-next.

  Tomi

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

* Re: [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
@ 2022-02-28  9:39     ` Tomi Valkeinen
  0 siblings, 0 replies; 15+ messages in thread
From: Tomi Valkeinen @ 2022-02-28  9:39 UTC (permalink / raw)
  To: Nishanth Menon, Boris Brezillon, Daniel Vetter, Laurent Pinchart,
	Neil Armstrong
  Cc: linux-kernel, dri-devel, linux-arm-kernel, nikhil.nd,
	r-ravikumar, Milind Parab

On 09/11/2021 16:55, Nishanth Menon wrote:
> On 12:40-20210921, Nishanth Menon wrote:
>> Add MODULE_DEVICE_TABLE to the device tree table to create required
>> aliases needed for module to be loaded with device tree based platform.
>>
>> Fixes: e19233955d9e ("drm/bridge: Add Cadence DSI driver")
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>> ---
>>   drivers/gpu/drm/bridge/cdns-dsi.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/bridge/cdns-dsi.c b/drivers/gpu/drm/bridge/cdns-dsi.c
>> index d8a15c459b42..829e1a144656 100644
>> --- a/drivers/gpu/drm/bridge/cdns-dsi.c
>> +++ b/drivers/gpu/drm/bridge/cdns-dsi.c
>> @@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
>>   	{ .compatible = "cdns,dsi" },
>>   	{ },
>>   };
>> +MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
>>   
>>   static struct platform_driver cdns_dsi_platform_driver = {
>>   	.probe  = cdns_dsi_drm_probe,
>> -- 
>> 2.32.0
>>
>>
> 
> Hi, Ping?

Thanks, I'll apply to drm-misc-next.

  Tomi

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-02-28  9:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 17:40 [PATCH] drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt Nishanth Menon
2021-09-21 17:40 ` Nishanth Menon
2021-09-21 17:40 ` Nishanth Menon
2021-11-09 14:55 ` Nishanth Menon
2021-11-09 14:55   ` Nishanth Menon
2021-11-09 14:55   ` Nishanth Menon
2021-11-10  7:12   ` Tomi Valkeinen
2021-11-10  7:12     ` Tomi Valkeinen
2021-11-10  7:12     ` Tomi Valkeinen
2021-11-10  8:59   ` Laurent Pinchart
2021-11-10  8:59     ` Laurent Pinchart
2021-11-10  8:59     ` Laurent Pinchart
2022-02-28  9:39   ` Tomi Valkeinen
2022-02-28  9:39     ` Tomi Valkeinen
2022-02-28  9:39     ` 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.