Re: [PATCH v2] arm, da8xx, mmc: set second MMC controllers default queue

2012-01-11 Thread Heiko Schocher
Hello, Heiko Schocher wrote: > The MMC driver allocates channels with EVENTQ_DEFAULT, they > get put into EVENTQ_1, which the second EDMA controller does > not have and hence transfers stall. This is fixed > in commit f23fe857bbea393b4b94fe2218c98d934bd3d4cf > "ARM: davinci: Explicitly set channel

RE: [PATCH v2] arm, da8xx, mmc: set second MMC controllers default queue

2012-01-12 Thread Nori, Sekhar
Hi Heiko, On Wed, Jan 11, 2012 at 13:58:56, Heiko Schocher wrote: > Hello, > > Heiko Schocher wrote: > > The MMC driver allocates channels with EVENTQ_DEFAULT, they > > get put into EVENTQ_1, which the second EDMA controller does > > not have and hence transfers stall. This is fixed > > in commit