1. 26 4月, 2005 6 次提交
    • D
      [PATCH] ARM: 2653/1: Fix memset and memzero macro double-reference of parameters · 2fac6f3f
      Deepak Saxena 提交于
      Patch from Deepak Saxena
      
      The current memset() and memzero() macros on ARM reference the
      incoming parameters more than once and this can cause uninted
      side-effects. The issue was found while debugging SCTP protocol
      and with the specific usage of memzero(skb_put(skb,size),size).
      This call would call skb_put(skb,size) twice leading to badness.
      The fixed version copies the incoming parameters into local
      variables and uses those instead.
      
      Signed-off-by: Deepak Saxena
      Signed-off-by: Russell King
      2fac6f3f
    • J
      [PATCH] ARM: 2650/1: PXA27x sleep - workaround Errata 39 & 50 (Patch 2667) · 41130d37
      Jeff Lackey 提交于
      Patch from Jeff Lackey
      
      This patch updates arch/arm/mach-pxa/sleep.S to support
      the PXA270 CPU.  It works around Errata 39 & 50 from the
      Intel(R) PXA27x Processor Family Specification Update.
      
      Signed-off-by: Jeff Lackey
      Signed-off-by: Russell King
      41130d37
    • L
      [PATCH] ARM: 2645/1: Adds IIS definitions for the S3C2400 · eec99e34
      Lucas Correia Villa Real 提交于
      Patch from Lucas Correia Villa Real
      
      Adds IISFCON definitions for the S3C2400 at
      include/asm-arm/arch-s3c2400/regs-iis.h.
      
      Signed-off-by: Lucas Correia Villa Real
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      eec99e34
    • L
      [PATCH] ARM: 2644/1: Adds S3C2400 support to uncompress.h · bd7b1702
      Lucas Correia Villa Real 提交于
      Patch from Lucas Correia Villa Real
      
      The S3C2400 doesn't have a cpuid information stored anywhere. This patch adds
      support to the S3C2400 at include/asm-arm/arch-s3c2400/uncompress.h by
      initializing the cpuid variable to the S3C2410, as they share the same
      routine. The GSTATUS1 pin is then used only if not compiling for the S3C2400.
      
      Signed-off-by: Lucas Correia Villa Real
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      bd7b1702
    • L
      [PATCH] ARM: 2641/1: Adds S3C2400_SPPIN_nCS to arch-s3c2410/regs-spi.h · b7ebcc10
      Lucas Correia Villa Real 提交于
      Patch from Lucas Correia Villa Real
      
      Adds a define to the SPI Card Select bit on the S3C2400 into
      include/asm-arm/arch-s3c2410/regs-spi.h
      
      Signed-off-by: Lucas Correia Villa Real
      Signed-off-by: Russell King
      b7ebcc10
    • L
      [PATCH] ARM: 2640/1: Adds DRAM/BANKSIZE_MASK definitions for S3C2400 · a3342421
      Lucas Correia Villa Real 提交于
      Patch from Lucas Correia Villa Real
      
      Adds DRAM refresh definitions and sets the BANKSIZE_MASK for the S3C2400 on
      include/asm-arm/arch-s3c2400/regs-mem.h
      
      Signed-off-by: Lucas Correia Villa Real
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      a3342421
  2. 25 4月, 2005 13 次提交
  3. 23 4月, 2005 5 次提交
  4. 22 4月, 2005 16 次提交