1. 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
  2. 16 12月, 2008 1 次提交
    • B
      [ARM] S3C64XX: Update TCFG for new timer divider settings. · b09bcdd4
      Ben Dooks 提交于
      The S3C64XX series has a new TCFG divider setting to allow the clock
      directly through, which means that we need to update the pwm-clock
      code to cope with this.
      
      Add <mach/pwm-clock.h> containing the specific code to deal with the
      TCFG divider settings and provide any other per-arch data that the
      pwm-clock driver needs to function.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      b09bcdd4