Searched hist:f27c22736d133baff0ab3fdc7b015d998267d817 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/dma/dw/ |
H A D | platform.c | diff f27c22736d133baff0ab3fdc7b015d998267d817 Tue Sep 24 10:51:16 CEST 2019 Andy Shevchenko <andriy.shevchenko@linux.intel.com> dmaengine: dw: platform: Mark 'hclk' clock optional
On some platforms the clock can be fixed rate, always running one and there is no need to do anything with it.
In order to support those platforms, switch to use optional clock.
Fixes: f8d9ddbc2851 ("dmaengine: dw: platform: Enable iDMA 32-bit on Intel Elkhart Lake") Depends-on: 60b8f0ddf1a9 ("clk: Add (devm_)clk_get_optional() functions") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Link: https://lore.kernel.org/r/20190924085116.83683-1-andriy.shevchenko@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
|