From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinod.koul@intel.com (Koul, Vinod) Date: Tue, 13 Oct 2015 11:33:45 +0000 Subject: [PATCH v2 6/9] dmaengine: st_fdma: Add fdma suspend and resume callbacks. In-Reply-To: <20151013111953.GD30342@griffinp-ThinkPad-X1-Carbon-2nd> References: <1441980871-24475-1-git-send-email-peter.griffin@linaro.org> <1441980871-24475-7-git-send-email-peter.griffin@linaro.org> <20151007112346.GC4810@vkoul-mobl.iind.intel.com> <20151013111953.GD30342@griffinp-ThinkPad-X1-Carbon-2nd> Message-ID: <1444736023.2926.5.camel@intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 2015-10-13 at 12:19 +0100, Peter Griffin wrote: > Hi Vinod, > > On Wed, 07 Oct 2015, Vinod Koul wrote: > > > 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 > > > Could you point me at the PM helpers you are referring to? See SET_RUNTIME_PM_OPS and friends, defined in pm.h -- ~Vinod