All of lore.kernel.org
 help / color / mirror / Atom feed
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/6] dmaengine: xilinx: Fix module autoload for OF platform driver
Date: Thu, 17 Sep 2015 09:14:20 +0300	[thread overview]
Message-ID: <2273902.ke3oao0baF@avalon> (raw)
In-Reply-To: <20150916210017.GA5933@goodgumbo.baconseed.org>

On Wednesday 16 September 2015 23:00:17 Luis de Bethencourt wrote:
> This platform driver has a OF device ID table but the OF module
> alias information is not created so module autoloading won't work.
> 
> Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>

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

> ---
>  drivers/dma/xilinx/xilinx_vdma.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/dma/xilinx/xilinx_vdma.c
> b/drivers/dma/xilinx/xilinx_vdma.c index d8434d4..6f4b501 100644
> --- a/drivers/dma/xilinx/xilinx_vdma.c
> +++ b/drivers/dma/xilinx/xilinx_vdma.c
> @@ -1349,6 +1349,7 @@ static const struct of_device_id xilinx_vdma_of_ids[]
> = { { .compatible = "xlnx,axi-vdma-1.00.a",},
>  	{}
>  };
> +MODULE_DEVICE_TABLE(of, xilinx_vdma_of_ids);
> 
>  static struct platform_driver xilinx_vdma_driver = {
>  	.driver = {

-- 
Regards,

Laurent Pinchart

WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Luis de Bethencourt <luis@debethencourt.com>
Cc: linux-kernel@vger.kernel.org,
	"Dan Williams" <dan.j.williams@intel.com>,
	"Vinod Koul" <vinod.koul@intel.com>,
	"Michal Simek" <michal.simek@xilinx.com>,
	"Sören Brinkmann" <soren.brinkmann@xilinx.com>,
	"Srikanth Thokala" <srikanth.thokala@xilinx.com>,
	"Maxime Ripard" <maxime.ripard@free-electrons.com>,
	"Kedareswara rao Appana" <appana.durga.rao@xilinx.com>,
	dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 6/6] dmaengine: xilinx: Fix module autoload for OF platform driver
Date: Thu, 17 Sep 2015 09:14:20 +0300	[thread overview]
Message-ID: <2273902.ke3oao0baF@avalon> (raw)
In-Reply-To: <20150916210017.GA5933@goodgumbo.baconseed.org>

On Wednesday 16 September 2015 23:00:17 Luis de Bethencourt wrote:
> This platform driver has a OF device ID table but the OF module
> alias information is not created so module autoloading won't work.
> 
> Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>

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

> ---
>  drivers/dma/xilinx/xilinx_vdma.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/dma/xilinx/xilinx_vdma.c
> b/drivers/dma/xilinx/xilinx_vdma.c index d8434d4..6f4b501 100644
> --- a/drivers/dma/xilinx/xilinx_vdma.c
> +++ b/drivers/dma/xilinx/xilinx_vdma.c
> @@ -1349,6 +1349,7 @@ static const struct of_device_id xilinx_vdma_of_ids[]
> = { { .compatible = "xlnx,axi-vdma-1.00.a",},
>  	{}
>  };
> +MODULE_DEVICE_TABLE(of, xilinx_vdma_of_ids);
> 
>  static struct platform_driver xilinx_vdma_driver = {
>  	.driver = {

-- 
Regards,

Laurent Pinchart


  reply	other threads:[~2015-09-17  6:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-16 21:00 [PATCH 6/6] dmaengine: xilinx: Fix module autoload for OF platform driver Luis de Bethencourt
2015-09-16 21:00 ` Luis de Bethencourt
2015-09-17  6:14 ` Laurent Pinchart [this message]
2015-09-17  6:14   ` Laurent Pinchart
2015-09-17 17:17   ` Moritz Fischer
2015-09-17 17:17     ` Moritz Fischer

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=2273902.ke3oao0baF@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 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.