1. 17 8月, 2011 1 次提交
    • T
      ARM: i.MX53: clean up iomux-mx53.h · 4ab37153
      Troy Kisky 提交于
      Delete about 1,000 symbols used only once
      
      I used the following script to clean up the file.
      
      cp iomux-mx53.h iomux-mx53.h.cpy
      
      sed -n iomux-mx53.h.cpy \
      -e 's/#define[ \x09]\+\(_MX5[0-9a-zA-Z_]*\)[ \x09]\+\(.\+\)/s@\1@\2@g/p' >t.tmp
      
      sed iomux-mx53.h.cpy \
      -e '/define[ \x09]\+_MX5/d' \
      -f t.tmp \
      -e 's/,[ \x09]*\([^,]\+\)/, \1/g' \
      -e 's/, 0)[ \x09]*|[ \x09]*MUX_PAD_CTRL(/, /' \
      -e 's/(IOMUX_PAD(\(.*\)))/IOMUX_PAD(\1)/' \
      -e 's/0x\([0-9a-fA-F]\{2\}\)[ \x09]*,/0x0\1,/' \
      -e 's/NON_PAD_I/__NA_/' \
      -e 's/0x0,/__NA_,/' \
      -e 's/#define[ \x09]\+\(MX5[0-9a-zA-Z_]*\)[ \x09]\+\(IOMUX_PAD.\+\)/#define \1\x09\2/' \
      -e 's/\(#define MX5[^\x09]\{5,12\}\)\x09\(IOMUX_PAD.\+\)/\1\x09\x09\x09\x09\x09\2/' \
      -e 's/\(#define MX5[^\x09]\{13,20\}\)\x09\(IOMUX_PAD.\+\)/\1\x09\x09\x09\x09\2/' \
      -e 's/\(#define MX5[^\x09]\{21,28\}\)\x09\(IOMUX_PAD.\+\)/\1\x09\x09\x09\2/' \
      -e 's/\(#define MX5[^\x09]\{29,36\}\)\x09\(IOMUX_PAD.\+\)/\1\x09\x09\2/' \
      -e 's/\(#define MX5[^\x09]\{45,\}\)\x09\(IOMUX_PAD.\+\)/\1\x09\\\n\x09\x09\x09\x09\x09\x09\x09\2/' \
      -e 's/, IOMUX_CONFIG_SION,/, 0 | IOMUX_CONFIG_SION,/' >iomux-mx53.h
      Signed-off-by: NTroy Kisky <troy.kisky@boundarydevices.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      4ab37153
  2. 26 7月, 2011 1 次提交
  3. 15 7月, 2011 4 次提交
  4. 07 7月, 2011 2 次提交
  5. 28 2月, 2011 1 次提交
  6. 21 1月, 2011 1 次提交
  7. 13 1月, 2011 1 次提交
  8. 07 1月, 2011 1 次提交
  9. 04 1月, 2011 1 次提交
  10. 24 11月, 2010 1 次提交