Searched hist:"569 fac74627cc332a2097a7a4bfdc654b8e7f273" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mfd/ |
H A D | intel-lpss.c | diff 569fac74627cc332a2097a7a4bfdc654b8e7f273 Wed Aug 21 10:37:12 CEST 2019 Andy Shevchenko <andriy.shevchenko@linux.intel.com> mfd: intel-lpss: Use MODULE_SOFTDEP() instead of implicit request
There is no need to handle optional module request in the driver when user space tools has that feature for ages.
Replace custom code by MODULE_SOFTDEP() macro to let user space know that we would like to have the DMA driver loaded first, if any.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
|