1. 05 1月, 2012 2 次提交
  2. 21 11月, 2011 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. 18 5月, 2009 1 次提交
  5. 20 3月, 2009 1 次提交
    • R
      [ARM] pass reboot command line to arch_reset() · be093beb
      Russell King 提交于
      OMAP wishes to pass state to the boot loader upon reboot in order to
      instruct it whether to wait for USB-based reflashing or not.  There is
      already a facility to do this via the reboot() syscall, except we ignore
      the string passed to machine_restart().
      
      This patch fixes things to pass this string to arch_reset().  This means
      that we keep the reboot mode limited to telling the kernel _how_ to
      perform the reboot which should be independent of what we request the
      boot loader to do.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      be093beb
  6. 16 12月, 2008 1 次提交
    • B
      [ARM] S3C64XX: Initial arch header files · d521f87e
      Ben Dooks 提交于
      Add the initial header files for the S3C64XX support to satisfy the
      minimal requirements to build a kernel. Some definitions will therefore
      be placeholders or empty functions that will ensure that the system can
      build and have base functionality. These will be filled in at a later
      date.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      d521f87e