From: Luis de Bethencourt <luis@debethencourt.com>
To: linux-kernel@vger.kernel.org
Cc: Dan Williams <dan.j.williams@intel.com>,
Vinod Koul <vinod.koul@intel.com>,
dmaengine@vger.kernel.org
Subject: [PATCH 0/6] dmaengine: Fix module autoload for OF platform drivers
Date: Wed, 16 Sep 2015 22:56:36 +0200 [thread overview]
Message-ID: <20150916205636.GA5708@goodgumbo.baconseed.org> (raw)
Hello,
These patches add the missing MODULE_DEVICE_TABLE() for OF to export
the information so modules have the correct aliases built-in and
autoloading works correctly.
A longer explanation by Javier Canillas can be found here:
https://lkml.org/lkml/2015/7/30/519
Thanks,
Luis
Luis de Bethencourt (6):
dmaengine: fsldma: Fix module autoload for OF platform driver
dmaengine: moxart-dma: Fix module autoload for OF platform driver
dmaengine: mpc512x: Fix module autoload for OF platform driver
dmaengine: sirf: Fix module autoload for OF platform driver
dmaengine: sun6i: Fix module autoload for OF platform driver
dmaengine: xilinx: Fix module autoload for OF platform driver
drivers/dma/fsldma.c | 1 +
drivers/dma/moxart-dma.c | 1 +
drivers/dma/mpc512x_dma.c | 1 +
drivers/dma/sirf-dma.c | 1 +
drivers/dma/sun6i-dma.c | 1 +
drivers/dma/xilinx/xilinx_vdma.c | 1 +
6 files changed, 6 insertions(+)
--
2.4.6
next reply other threads:[~2015-09-16 20:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-16 20:56 Luis de Bethencourt [this message]
2015-10-01 2:07 ` [PATCH 0/6] dmaengine: Fix module autoload for OF platform drivers Vinod Koul
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=20150916205636.GA5708@goodgumbo.baconseed.org \
--to=luis@debethencourt.com \
--cc=dan.j.williams@intel.com \
--cc=dmaengine@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=vinod.koul@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox