From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinod.koul@intel.com (Vinod Koul) Date: Thu, 16 May 2013 12:05:13 +0530 Subject: [PATCH 01/39] dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking In-Reply-To: References: <1368611522-9984-1-git-send-email-lee.jones@linaro.org> <1368611522-9984-2-git-send-email-lee.jones@linaro.org> Message-ID: <20130516063513.GC14863@intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, May 15, 2013 at 06:29:51PM +0200, Linus Walleij wrote: > On Wed, May 15, 2013 at 11:51 AM, Lee Jones wrote: > > > During the initial setup of a logical channel, it is necessary to unmask > > the GIM in order to receive generated terminal count and error interrupts. > > We're separating out this required code so it will be possible to move > > the remaining code in d40_phy_cfg(), which is mostly runtime configuration > > into the runtime_config() routine. > > > > Cc: Vinod Koul > > Cc: Dan Williams > > Cc: Per Forlin > > Cc: Rabin Vincent > > Acked-by: Arnd Bergmann > > Signed-off-by: Lee Jones > > Tentatively applied to my ux500-dma40 branch. > > This lacks an ACK from Vinod... Acked-by: Vinod Koul > > I cannot get any of this stack of patches up to ARM SoC > before I have Vinod's ACK on all hitting drivers/dma/* Wip ... :) > > Yours, > Linus Walleij