From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Medhurst (Tixy) Date: Wed, 05 Oct 2011 11:14:11 +0100 Subject: [U-Boot] [PATCH] MMC: PL180: Fix infinite loop with VExpress extended fifo implementation In-Reply-To: <1317808738.3158.348.camel@hornet.cambridge.arm.com> References: <1317749544.740.27.camel@linaro1> <1317807029.3158.346.camel@hornet.cambridge.arm.com> <1317808125.2207.9.camel@linaro1> <1317808738.3158.348.camel@hornet.cambridge.arm.com> Message-ID: <1317809651.2207.12.camel@linaro1> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2011-10-05 at 10:58 +0100, Pawel Moll wrote: > > That's useful to know. The PL180 code is also used for U8500, I don't > > know if that implements the peripheral ID register; though I guess any > > probing could be limited to vexpress anyway. > > STE have the same "problems" with FIFO size, see drivers/mmc/host/mmci.c > in kernel sources: Yes, and my proposed fix for U-Boot will work with them all because it removes a dependency on the fifo size. -- Tixy