1. 08 6月, 2011 1 次提交
    • B
      ARM: SAMSUNG: serial: Fix on handling of one clock source for UART · 470f2297
      Boojin Kim 提交于
      This patch fixes the way of comparison for handling of two or more
      clock sources for UART.
      
      For example, if just only one clock source is defined even though
      there are two clock sources for UART, the serial driver does not
      set proper clock up. Of course, it is problem.
      
      So this patch changes the condition of comparison to avoid useless
      setup clock and adds a flag 'NO_NEED_CHECK_CLKSRC' which means
      selection of source clock is not required.
      
      In addition, since the Exynos4210 has only one clock source for UART
      this patch adds the flag into its common_init_uarts().
      Signed-off-by: NBoojin Kim <boojin.kim@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      470f2297
  2. 12 5月, 2011 1 次提交
  3. 05 8月, 2010 1 次提交
  4. 23 2月, 2010 1 次提交
  5. 26 1月, 2010 1 次提交
  6. 01 12月, 2009 1 次提交
  7. 07 5月, 2009 1 次提交
    • B
      [ARM] S3C64XX: Add IRQ PM code · 966bcc14
      Ben Dooks 提交于
      Add support for saving the state of the IRQ registers over suspend.
      
      This requires moving the S3C64XX UART registers into <plat/regs-serial.h>
      and adding irq-pm.c which saves the state of all the IRQ registers.
      
      The irq-pm.c saves all the IRQ registers, including the IRQ_EINT and
      IRQ_EINT_GROUP registers as it was easier than adding three different
      files. Also ensuring that all the registers are restored to the same
      state as before suspend is considered to be the best thing to do.
      
      Note, we do not suspend the VIC here, this is done by the VIC driver
      itself.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      966bcc14
  8. 19 12月, 2008 1 次提交
  9. 16 12月, 2008 2 次提交
  10. 08 10月, 2008 1 次提交
  11. 07 8月, 2008 1 次提交
  12. 23 7月, 2007 1 次提交
  13. 22 7月, 2007 1 次提交
    • B
      [ARM] 4508/1: S3C: Move items to include/asm-arm/plat-s3c · 531b617c
      Ben Dooks 提交于
      This patch moves items of the s3c24xx support into
      a new plat-s3c directory for items that use the
      s3c24xx support but are not directly s3c24xx
      compatible, such as the s3c2400 and s3c6400.
      
      git mv commands:
      git mv include/asm-arm/arch-s3c2410/iic.h include/asm-arm/plat-s3c/iic.h
      git mv include/asm-arm/arch-s3c2410/nand.h include/asm-arm/plat-s3c/nand.h
      git mv include/asm-arm/arch-s3c2410/regs-iic.h include/asm-arm/plat-s3c/regs-iic.h
      git mv include/asm-arm/arch-s3c2410/regs-nand.h include/asm-arm/plat-s3c/regs-nand.h
      git mv include/asm-arm/arch-s3c2410/regs-rtc.h include/asm-arm/plat-s3c/regs-rtc.h
      git mv include/asm-arm/arch-s3c2410/regs-serial.h include/asm-arm/plat-s3c/regs-serial.h
      git mv include/asm-arm/arch-s3c2410/regs-timer.h include/asm-arm/plat-s3c/regs-timer.h
      git mv include/asm-arm/arch-s3c2410/regs-watchdog.h include/asm-arm/plat-s3c/regs-watchdog.h
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      531b617c
  14. 15 2月, 2007 1 次提交
  15. 18 12月, 2006 1 次提交
  16. 10 9月, 2006 1 次提交
  17. 25 6月, 2006 1 次提交
  18. 26 1月, 2006 1 次提交
  19. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4