1. 03 Mar, 2005 7 commits
    • cbrake@com.rmk.(none)'s avatar
      [ARM PATCH] 2488/1: Update Vibren PXA255 IDP support · 55935dfd
      cbrake@com.rmk.(none) authored
      Patch from Cliff Brake
      
      Changes to machine specific files and add defconfig so the CONFIG_ARCH_PXA_IDP machine will build and run.  Changes are mostly related to the 2.6 driver model.  Also removed code that is no longer required -- support for older versions of hardware, etc.
      
      Signed-off-by: Cliff Brake
      Signed-off-by: Russell King
      55935dfd
    • Ben Dooks's avatar
      [ARM PATCH] 2483/1: S3C2410 - serial sparse error · 8e845880
      Ben Dooks authored
      Patch from Ben Dooks
      
      Eliminate NULL initiated fields in the port structures
      which where causing errors from sparse.
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      8e845880
    • Ben Dooks's avatar
      [ARM PATCH] 2482/1: IXP2000 - header cleanup · 5063dd9d
      Ben Dooks authored
      Patch from Ben Dooks
      
      fix the following problems:
      lib/iomap.c:140: warning: passing arg 1 of `__raw_readsb' makes pointer from integer without a cast
      lib/iomap.c:156: warning: passing arg 1 of `__raw_writesb' makes pointer from integer without a cast
      include/asm-arm/arch-ixp2000/io.h modified to have (void __iomem *) in front of the alignment code
      include/asm/arch/system.h:22: warning: `cli' is deprecated (declared at include/linux/interrupt.h:65)
      cli() replace by local_irq_disable
      arch/arm/mach-ixp2000/ixdp2x01.c:116: warning: passing arg 1 of `ixp2000_reg_write' from incompatible pointer type
      arch/arm/mach-ixp2000/ixdp2x01.c:117: warning: passing arg 1 of `ixp2000_reg_write' from incompatible pointer type
      fixed definition of the cpld registers IXDP2X01_CPLD_VIRT_REG()
      
      Signed-off-by: Ben DooksLooks okay.  Test-booted on ENP-2611, no problem.
      Signed-off-by: default avatarLennert Buytenhek <buytenh@wantstofly.org>
      Signed-off-by: Russell King
      5063dd9d
    • Ben Dooks's avatar
      [ARM PATCH] 2470/1: S3C2410 Documentation - add Guillaume Gourat · 09674ad0
      Ben Dooks authored
      Patch from Ben Dooks
      
      Add Guillaume Gourat to list of port contributors
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      09674ad0
    • Ben Dooks's avatar
      [ARM PATCH] 2469/1: S3C2410 - add S3C2410_TCFG1_MUX4_SHIFT definition · ff21ec42
      Ben Dooks authored
      Patch from Ben Dooks
      
      Add missing S3C2410_TCFG1_MUX4_SHIFT
      Patch from Guillaume Gourat
      
      Signed-off-by: Guillaume GOURAT
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      ff21ec42
    • Ben Dooks's avatar
      [ARM PATCH] 2467/1: S3C2440 - camera interface device · 6d5611bb
      Ben Dooks authored
      Patch from Ben Dooks
      
      Add s3c2440 camera interface device definition
      Patch from Guillaume GOURAT
      
      Signed-off-by: Guillaume GOURAT
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      6d5611bb
    • Ben Dooks's avatar
      [ARM PATCH] 2465/1: VR1000 - add power-off hook · f6da93e9
      Ben Dooks authored
      Patch from Ben Dooks
      
      Add PM hook to power board down when requested
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      f6da93e9
  2. 02 Mar, 2005 16 commits
  3. 01 Mar, 2005 14 commits
  4. 28 Feb, 2005 3 commits
    • Ben Dooks's avatar
      [ARM PATCH] 2505/1: Remove FTVPCI from debug code · 1c97eab8
      Ben Dooks authored
      Patch from Ben Dooks
      
      Remove the currently #if'ed out FTVPCI debug code
      from arch/arm/kernel/debug.S as FTVPCI has no current
      build candidate.
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      1c97eab8
    • Ben Dooks's avatar
      [ARM PATCH] 2498/1: CREDITS - add Ben Dooks · 5a421fa6
      Ben Dooks authored
      Patch from Ben Dooks
      
      Add Ben Dooks to the credits file
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      5a421fa6
    • Sascha Hauer's avatar
      [ARM PATCH] 2497/1: i.MX pll decode · 82b38812
      Sascha Hauer authored
      Patch from Sascha Hauer
      
      This patch provided by Pavel Pisa fixes a wrong bitmask in
      imx_decode_pll.
      Sascha Hauer
      
      Signed-off-by: Pavel Pisa
      
      Signed-off-by: Sascha Hauer
      Signed-off-by: Russell King
      82b38812