On Wed, Feb 24, 2010 at 12:06 AM, Ralf Baechle <ralf@xxxxxxxxxxxxxx> wrote: > On Tue, Feb 23, 2010 at 09:22:14PM +0100, Manuel Lauss wrote: > >> On Alchemy the PCMCIA area lies at the end of the chips 36bit system >> bus area. Currently, addresses at the far end of the 32bit area >> are assumed to belong to the PCMCIA area and fixed up to the real >> 36bit address before being passed to ioremap(). >> >> A previous commit enabled 64 bit physical size for the resource >> datatype on Alchemy and this allows to use the correct >> 36bit addresses when registering the PCMCIA sockets. >> >> This patch removes the 32-to-36bit address fixup and registers the >> Alchemy demoboard pcmcia socket with the correct 36bit physical >> addresses. >> >> Tested on DB1200, with a CF card (ide-cs driver) and a 3c589 pcmcia >> ethernet card. >> >> Signed-off-by: Manuel Lauss <manuel.lauss@xxxxxxxxx> > > Thanks, queued for 2.6.34. Please drop this one for now, I forgot to change the XXS1500 board and driver code. I'll resend an updated version. Thanks, Manuel Lauss