[PATCH v2 6/9] dmaengine: st_fdma: Add fdma suspend and resume callbacks.
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2015-10-13 11:19:59
Also in:
linux-devicetree, lkml
From: peter.griffin@linaro.org (Peter Griffin)
Date: 2015-10-13 11:19:59
Also in:
linux-devicetree, lkml
Hi Vinod, On Wed, 07 Oct 2015, Vinod Koul wrote:
On Fri, Sep 11, 2015 at 03:14:28PM +0100, Peter Griffin wrote:quoted
+#define ST_FDMA_PM (&st_fdma_pm) +#else +#define ST_FDMA_PM NULL +#endifPls use PM helpers you dont need to do this
Could you point me at the PM helpers you are referring to? regards, Peter.