Searched hist:be480dcbb598687584e01156479d5476ca51ca9b (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/dma/dw/ |
H A D | platform.c | diff be480dcbb598687584e01156479d5476ca51ca9b Mon Jul 15 14:04:37 CEST 2013 Andy Shevchenko <andriy.shevchenko@linux.intel.com> dma: dw: append MODULE_DEVICE_TABLE for ACPI case
In rare cases (mostly for the testing purposes) the dw_dmac driver might be compiled as a module as well as the other LPSS device drivers (I2C, SPI, HSUART). When udev handles the event of the devices appearing the dw_dmac module is missing. This patch will fix that.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
|