[PATCH v2 6/9] dmaengine: st_fdma: Add fdma suspend and resume callbacks.
From: Vinod Koul <hidden>
Date: 2015-10-07 11:24:03
Also in:
linux-devicetree, lkml
From: Vinod Koul <hidden>
Date: 2015-10-07 11:24:03
Also in:
linux-devicetree, lkml
On Fri, Sep 11, 2015 at 03:14:28PM +0100, Peter Griffin wrote:
+#define ST_FDMA_PM (&st_fdma_pm) +#else +#define ST_FDMA_PM NULL +#endif
Pls use PM helpers you dont need to do this -- ~Vinod