1. 28 6月, 2016 1 次提交
  2. 17 6月, 2013 1 次提交
    • S
      ARM: imx: move clk_prepare() out from mxc_restart() · 18cb680f
      Shawn Guo 提交于
      It's inappropriate to call clk_prepare() in mxc_restart(), because the
      restart routine could be called in atomic context.  Move clk_get() and
      clk_prepare() into mxc_arch_reset_init() and only have the atomic part
      clk_enable() be called in mxc_restart().
      
      As a result, mxc_arch_reset_init() needs to be called after clk gets
      initialized.
      
      While there, it also changes printk(KERN_ERR ...) to pr_err() and adds
      __init annotation for mxc_arch_reset_init().
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      18cb680f
  3. 12 4月, 2013 1 次提交
  4. 15 10月, 2012 5 次提交
  5. 01 7月, 2012 1 次提交
  6. 08 5月, 2012 1 次提交
  7. 09 7月, 2011 1 次提交
  8. 07 7月, 2011 1 次提交
  9. 07 6月, 2011 1 次提交
  10. 08 3月, 2011 2 次提交
  11. 10 2月, 2011 1 次提交
  12. 17 11月, 2010 1 次提交
  13. 26 7月, 2010 1 次提交
  14. 30 6月, 2010 2 次提交
  15. 24 6月, 2010 2 次提交
  16. 07 8月, 2009 2 次提交
  17. 07 5月, 2009 2 次提交
  18. 16 12月, 2008 1 次提交
  19. 06 9月, 2008 1 次提交
  20. 07 8月, 2008 2 次提交
  21. 04 1月, 2006 1 次提交
    • R
      [ARM] Cleanup ARM includes · 78ff18a4
      Russell King 提交于
      arch/arm/kernel/entry-armv.S has contained a comment suggesting
      that asm/hardware.h and asm/arch/irqs.h should be moved into the
      asm/arch/entry-macro.S include.  So move the includes to these
      two files as required.
      
      Add missing includes (asm/hardware.h, asm/io.h) to asm/arch/system.h
      includes which use those facilities, and remove asm/io.h from
      kernel/process.c.
      
      Remove other unnecessary includes from arch/arm/kernel, arch/arm/mm
      and arch/arm/mach-footbridge.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      78ff18a4
  22. 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