1. 02 3月, 2010 14 次提交
  2. 01 3月, 2010 12 次提交
  3. 28 2月, 2010 13 次提交
  4. 27 2月, 2010 1 次提交
    • M
      MIPS: Alchemy: use 36bit addresses for PCMCIA resources. · 11b897cf
      Manuel Lauss 提交于
      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
      demo board 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: NManuel Lauss <manuel.lauss@gmail.com>
      To: Linux-MIPS <linux-mips@linux-mips.org>
      Cc: Manuel Lauss <manuel.lauss@gmail.com>
      Patchwork: http://patchwork.linux-mips.org/patch/994/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      11b897cf