From mboxrd@z Thu Jan 1 00:00:00 1970 From: adrian.hunter@nokia.com (Adrian Hunter) Date: Thu, 20 Jan 2011 13:10:40 +0200 Subject: [PATCH] OMAP: DMA: clear interrupt status correctly In-Reply-To: <20110119224406.GK4957@atomide.com> References: <20101130132341.13286.25157.sendpatchset@ahunter-work.research.nokia.com> <20101130132355.13286.77389.sendpatchset@ahunter-work.research.nokia.com> <541b3a50479779f3e814aa93d506cbdd@mail.gmail.com> <20101221202914.GK5829@atomide.com> <4D2440E0.7040008@nokia.com> <87mxnfz2f4.fsf@ti.com> <4D36BBC8.2000305@nokia.com> <20110119222327.GJ4957@atomide.com> <20110119224406.GK4957@atomide.com> Message-ID: <4D381830.8@nokia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 20/01/11 00:44, Tony Lindgren wrote: > * Tony Lindgren [110119 14:23]: >> * Adrian Hunter [110119 02:23]: >>> >>> From fffa19df17d73c1ed2e8c65c0b6604ee1dddff84 Mon Sep 17 00:00:00 2001 >>> From: Adrian Hunter >>> Date: Wed, 24 Nov 2010 13:23:21 +0200 >>> Subject: [PATCH] OMAP: DMA: clear interrupt status correctly >>> >>> When clearing the DMA channel, clear all status bits. >>> >>> When handling a DMA interrupt, clear only the interrupt >>> status bits that have been read and are passed to the >>> channel's interrupt handler, not every status bit. >>> >>> Signed-off-by: Adrian Hunter >> >> Thanks, will queue as a fix. > > This did not apply for some reason, I've applied it manually. > Please check that I got it right in omap-fixes branch soonish. > Let me know if it needs updating. Looks fine > > Tony >