linux/drivers/dma/dw
Andy Shevchenko 1be347b870 dmaengine: dw: append MODULE_ALIAS for platform driver
commit a104a45ba7 upstream.

The commit 9cade1a46c (dma: dw: split driver to library part and platform
code) introduced a separate platform driver but missed to add a
MODULE_ALIAS("platform:dw_dmac"); to that module.

The patch adds this to get driver loaded automatically if platform device is
registered.

Reported-by: "Blin, Jerome" <jerome.blin@intel.com>
Fixes: 9cade1a46c (dma: dw: split driver to library part and platform code)
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-04-13 14:03:02 +02:00
..
Kconfig Remove GENERIC_HARDIRQ config option 2013-09-13 15:09:52 +02:00
Makefile dma: dw: add PCI part of the driver 2013-07-05 11:40:45 +05:30
core.c dmaengine: dw: don't perform DMA when dmaengine_submit is called 2014-10-05 14:52:24 -07:00
internal.h dma: dw: split driver to library part and platform code 2013-07-05 11:40:44 +05:30
pci.c dma: dw: add PCI part of the driver 2013-07-05 11:40:45 +05:30
platform.c dmaengine: dw: append MODULE_ALIAS for platform driver 2015-04-13 14:03:02 +02:00
regs.h dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagically 2013-07-05 11:40:46 +05:30