1. 12 Feb, 2005 3 commits
    • Ben Dooks's avatar
      [ARM PATCH] 2471/1: S3C2440 - fix S3C2440_CAMDIVN register address · 383f117f
      Ben Dooks authored
      Patch from Ben Dooks
      
      Off by 4 error on S3C2440_CAMDVIN register address, and
      re-indented the pll calculation code to proper C style.
      Thanks to Guillaume Gourat for spotting the register mistake
      
      Signed-off-by: Guillaume Gourat
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      383f117f
    • Ben Dooks's avatar
      [ARM PATCH] 2468/1: S3C2440 - GPIOJ12 register fix · 4d436945
      Ben Dooks authored
      Patch from Ben Dooks
      
      GPIOJ12 alternate function is CAMRESET, not CAMCLKOUT
      as mis-copied on creation
      Patch from Guillaume Gourat
      
      Signed-off-by: Guillaume Gourat
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      4d436945
    • Lennert Buytenhek's avatar
      [ARM PATCH] 2473/1: fix alignment trap handler for big-endian · 7f6f4406
      Lennert Buytenhek authored
      Patch from Lennert Buytenhek
      
      The alignment trap handler in arch/arm/mm/alignment.c performs halfword
      and word accesses by translating them into byte accessing and then
      combining the pieces.  However, it assumes little-endian byte ordering
      in doing so, which causes unaligned accesses on big-endian platforms
      to erroneously load or store byteswapped data.
      This patch was pulled from an old 2.4 -ds tree, and appears to fix the
      issue.  It was submitted for 2.4 at the time (ARM patch ID 1205/1206),
      but rejected since big-endian ARM platforms are not supported in 2.4.
      
      Signed-off-by: Lennert Buytenhek
      Signed-off-by: Russell King
      7f6f4406
  2. 11 Feb, 2005 25 commits
  3. 10 Feb, 2005 12 commits