[PATCH v2 6/9] dmaengine: st_fdma: Add fdma suspend and resume callbacks.
From: Koul, Vinod <hidden>
Date: 2015-10-13 11:33:53
Also in:
linux-devicetree, lkml
From: Koul, Vinod <hidden>
Date: 2015-10-13 11:33:53
Also in:
linux-devicetree, lkml
On Tue, 2015-10-13 at 12:19 +0100, Peter Griffin wrote:
Hi Vinod, On Wed, 07 Oct 2015, Vinod Koul wrote:quoted
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 thisCould you point me at the PM helpers you are referring to?
See SET_RUNTIME_PM_OPS and friends, defined in pm.h -- ~Vinod