On Wed, Dec 16, 2009 at 11:29:06AM +0100, Florian Fainelli wrote: > From: Florian Fainelli <ffainelli@xxxxxxxxxx> > Subject: [PATCH v3] MIPS: add readl/write_be accessors > > MIPS currently lacks the readl_be and writel_be accessors > which are required by BCM63xx for OHCI and EHCI support. > Let's define them globally for MIPS. This also fixes the > compilation of the bcm63xx defconfig against USB. Queued; I've added the b, w and q variants to make the patch feature complete even though there are probably no users atm. Ralf