An error occurred fetching the project authors.
  1. 12 May, 2012 1 commit
  2. 08 May, 2012 1 commit
  3. 05 Jan, 2012 1 commit
  4. 23 Dec, 2011 1 commit
  5. 15 Nov, 2011 1 commit
  6. 04 Oct, 2011 1 commit
  7. 21 Aug, 2011 1 commit
  8. 20 Jul, 2011 1 commit
  9. 20 Oct, 2010 1 commit
    • Nicolas Pitre's avatar
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre authored
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  10. 11 Aug, 2010 1 commit
  11. 20 Feb, 2010 2 commits
  12. 26 Jan, 2010 1 commit
    • Ben Dooks's avatar
      ARM: S3C64XX: Merge mach-s3c6400 and mach-s3c6410 · 431107ea
      Ben Dooks authored
      As per discussions with Russell King on linux-arm-kernel, it appears that
      both mach-s3c6400 and mach-s3c6410 are so close together that they should
      simply be merged into mach-s3c64xx.
      
      Note, this patch does not eliminate any of the bits that are still common,
      it is simply a move of the two directories together, any further common
      code will be eliminated or moved in further patches.
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      431107ea
  13. 01 May, 2009 1 commit