1. 26 9月, 2011 1 次提交
    • J
      picoxcell: support for Picochip picoxcell devices · af75655c
      Jamie Iles 提交于
      picoXcell is a family of femtocell devices with an ARM application
      processor and picoArray DSP processor array.
      
      This patch adds support for picoXcell boards to be booted using the
      device tree registering the VIC's, UART's and timers.
      
      v3:	- fixup vic compatible string in binding
      v2:	- cleanup empty mach headers
      	- convert to of_platform_populate()
      	- simplify uncompress.h
      	- split vic node into 2 devices
      	- add missing __initconst attributes
      Signed-off-by: NJamie Iles <jamie@jamieiles.com>
      af75655c
  2. 21 2月, 2010 1 次提交
  3. 26 1月, 2010 1 次提交
    • B
      ARM: S3C64XX: Merge mach-s3c6400 and mach-s3c6410 · 431107ea
      Ben Dooks 提交于
      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: NBen Dooks <ben-linux@fluff.org>
      431107ea
  4. 15 1月, 2010 1 次提交
    • B
      ARM: Add common entry code for system with two VICs · 5b39be46
      Ben Dooks 提交于
      Add a common entry-macro-vic2.S for systems where there are two VICs
      so that the machine or platform directories just need to setup the
      correct information before including <asm/entry-macro-vic2.S> into
      their own entry-macro.S file.
      
      Since this code is from the S3C64XX project, we update the S3C64XX
      machine entry code to use this new header.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      5b39be46
  5. 16 12月, 2008 1 次提交