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

2011-12-07 Thread Heiko Schocher
without my fix, and it works fine, so no need for applying my >> patch. >> >> Thanks >> bye, >> Heiko >> >> here the message from Ido: >> >> Betreff: Re: [PATCH] arm, da8xx, mmc: set second MMC controllers default >> queue >> Datum:

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

2011-12-07 Thread Rajashekhara, Sudhakar
ying my > patch. > > Thanks > bye, > Heiko > > here the message from Ido: > > Betreff: Re: [PATCH] arm, da8xx, mmc: set second MMC controllers default queue > Datum: Mon, 5 Dec 2011 10:35:10 +0200 > Von: Ido Yariv > An: h...@denx.de > CC: juha.kui...@gmail.com I thi

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

2011-12-06 Thread Heiko Schocher
Hello Sekhar, here the forwarded comment from Ido Yariv to my patch. I tried with current kernel MMC Controller 2 on my am1808 based board without my fix, and it works fine, so no need for applying my patch. Thanks bye, Heiko here the message from Ido: Betreff: Re: [PATCH] arm, da8xx, mmc: set

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

2011-12-06 Thread Hernandez, Alejandro
...@denx.de; Rajashekhara, Sudhakar Cc: davinci-linux-open-sou...@linux.davincidsp.com; Wolfgang Denk; linux-mmc@vger.kernel.org; Ido Yariv; linux-arm-ker...@lists.infradead.org Subject: RE: [PATCH] arm, da8xx, mmc: set second MMC controllers default queue On Mon, Dec 05, 2011 at 16:16:33, Heiko

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

2011-12-06 Thread Nori, Sekhar
On Mon, Dec 05, 2011 at 16:16:33, Heiko Schocher wrote: > > Thanks, but as Ido commented, this patch is no longer necessary, sorry > for the noise. > It doesn't look like Ido's comment reached me or the archives. Can you please forward it? Thanks, Sekhar -- To unsubscribe from this list: send t

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

2011-12-05 Thread Heiko Schocher
Hello Rajashekhara, Rajashekhara, Sudhakar wrote: > Hi, > > On Sun, Dec 04, 2011 at 15:03:30, 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 tried to

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

2011-12-04 Thread Rajashekhara, Sudhakar
Hi, On Sun, Dec 04, 2011 at 15:03:30, 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 tried to fix > in commit f23fe857bbea393b4b94fe2218c98d934bd3d4cf > f

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

2011-12-04 Thread Sergei Shtylyov
Hello. On 04-12-2011 13:33, Heiko Schocher wrote: The MMC driver allocates channels with EVENTQ_DEFAULT they Missed comma before "they"? get put into EVENTQ_1 which the second EDMA controller does not have and hence transfers stall. This is tried to fix in commit f23fe857bbea393b4b94fe22

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

2011-12-04 Thread Heiko Schocher
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 tried to fix in commit f23fe857bbea393b4b94fe2218c98d934bd3d4cf from Ido Yariv, but missed a fix for the second MMC controller on da850.