1. 24 Mar, 2007 1 commit
    • Guennadi Liakhovetski's avatar
      [ARM] 4278/1: configure pxa27x I2C SCL as "input" · 53698d25
      Guennadi Liakhovetski authored
      It has been reported by Julian Deng that configuring the pxa27x i2c SCL line as output generates a short negative pulse on it during the call to pxa_gpio_mode(GPIO117_I2CSCL_MD); as it first switches it to output and then configures it for the alternate function. The SCL line is in fact bidirectional and can also be configured as 117 | GPIO_ALT_FN_1_IN, in which case the pulse is not generated. This is exactly what this patch does.
      
      Author: Julian Deng <dengtj@sitek.cn>
      Signed-off-by: default avatarG. Liakhovetski <gl@dsa-ac.de>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      53698d25
  2. 20 Mar, 2007 2 commits
  3. 17 Mar, 2007 2 commits
  4. 15 Mar, 2007 1 commit
    • Stelian Pop's avatar
      [ARM] 4264/1: ldrex/strex syntax errors with recent compilers · 0803c30c
      Stelian Pop authored
      Trying to build some code using atomic_clear_mask() on a ARM v6
      processor with a recent compiler (tried with gcc version 4.1.1
      (CodeSourcery ARM Sourcery G++ 2006q3-26), but
      all gcc > 4.1 might be affected) results in the following:
      
      /tmp/ccWKLJV8.s: Assembler messages:
      /tmp/ccWKLJV8.s:581: Error: instruction does not accept this addressing
      mode -- `ldrex r0,r3'
      /tmp/ccWKLJV8.s:583: Error: instruction does not accept this addressing
      mode -- `strex r1,r0,r3'
      
      Older gcc (like gcc version 4.0.0 (DENX ELDK 4.1 4.0.0)) have no problem
      with this.
      
      The patch below fixes the compile error. I also verified that gcc-4.0.0 generates identical code using both forms.
      Signed-off-by: default avatarStelian Pop <stelian@popies.net>
      Acked-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      0803c30c
  5. 13 Mar, 2007 8 commits
  6. 12 Mar, 2007 16 commits
  7. 10 Mar, 2007 10 commits