Skip to content
Snippets Groups Projects
  1. Nov 13, 2009
  2. Nov 11, 2009
  3. Nov 10, 2009
    • Ben Warren's avatar
      Fix SMC91111 regression: lpd7a40x build failures · d14c7ec2
      Ben Warren authored
      
      Both lpd7a400 and lpd7a404 failed to compile because they had
      CONFIG_SMC_USE_IOFUNCS defined:
      
      examples/standalone/smc91111_eeprom.c:388: undefined reference to `SMC_outw'
      
      Also removed an orphaned paren in lpd7a404.h
      
      Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
      d14c7ec2
    • Ben Warren's avatar
      SMC91111: Clean up SMC_inx macros on xsengine and xaeniax · 1031ae96
      Ben Warren authored
      
      This patch fixes the following warnings:
      
      Configuring for xaeniax board...
      smc91111_eeprom.c: In function 'print_macaddr':
      smc91111_eeprom.c:278: warning: suggest parentheses around + or - in operand of &
      smc91111_eeprom.c:281: warning: suggest parentheses around + or - in operand of &
      ...
      Configuring for xsengine board...
      smc91111_eeprom.c: In function 'print_macaddr':
      smc91111_eeprom.c:278: warning: suggest parentheses around + or - inside shift
      smc91111_eeprom.c:281: warning: suggest parentheses around + or - inside shift
      
      Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
      1031ae96
  4. Nov 09, 2009
  5. Nov 07, 2009
    • Remy Bohmer's avatar
      ARM: Use Linux version for unaligned access code · 25793f76
      Remy Bohmer authored
      
      The asm-arm/unaligned.h includes linux/unaligned/access_ok.h
      This file is unsafe to be used on ARM, since it does an unaligned memory
      accesses which fails on ARM.
      
      Lookin at Linux the basic difference seems to be the header
      "include/asm-arm/unaligned.h". The Linux version of "unaligned.h"
      does *not* include "access_ok.h" at all. It includes "le_byteshift.h"
      and "be_byteshift.h" instead.
      
      Signed-off-by: default avatarRemy Bohmer <linux@bohmer.net>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      --
       include/asm-arm/unaligned.h            |    3 -
       include/linux/unaligned/be_byteshift.h |   70 +++++++++++++++++++++++++++++++++
       include/linux/unaligned/le_byteshift.h |   70 +++++++++++++++++++++++++++++++++
       3 files changed, 142 insertions(+), 1 deletion(-)
       create mode 100644 include/linux/unaligned/be_byteshift.h
       create mode 100644 include/linux/unaligned/le_byteshift.h
      25793f76
  6. Nov 05, 2009
  7. Nov 04, 2009
  8. Oct 31, 2009
  9. Oct 30, 2009
  10. Oct 29, 2009
  11. Oct 28, 2009
  12. Oct 27, 2009
Loading