From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id Date: Tue, 26 Nov 2013 15:52:02 -0800 Message-ID: <20131126235201.GV26766@atomide.com> References: <1384396537-3486-1-git-send-email-tony@atomide.com> <1384396537-3486-3-git-send-email-tony@atomide.com> <20131118184723.GR10317@atomide.com> <87ioveeo0x.fsf@octavius.laptop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <87ioveeo0x.fsf@octavius.laptop.org> Sender: linux-omap-owner@vger.kernel.org To: Chris Ball Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-mmc@vger.kernel.org List-Id: linux-mmc@vger.kernel.org * Chris Ball [131126 15:35]: > Hi Tony, > > On Mon, Nov 18 2013, Tony Lindgren wrote: > > We are wrongly relying on device id for the DMA configuration > > which can lead to wrong DMA channel being selected. > > > > Fix the issue by using the standard resources like we should. > > > > Cc: Chris Ball > > Cc: linux-mmc@vger.kernel.org > > Signed-off-by: Tony Lindgren > > Feel free to merge via your tree: > > Acked-by: Chris Ball OK thanks will merge both mmc fixes. Tony