1. 24 3月, 2009 11 次提交
  2. 10 10月, 2008 1 次提交
  3. 09 10月, 2008 1 次提交
  4. 06 10月, 2008 1 次提交
    • T
      ARM: OMAP2: Misc updates from linux-omap tree · 646e3ed1
      Tony Lindgren 提交于
      Misc updates from linux-omap tree, mostly to update common
      device initialization and add missing defines from linux-omap
      tree. Also some changes to make room for adding 34xx in
      following patches.
      
      Note that the I2C resources are now set up in
      arch/arm/plat-omap/i2c.c helper, and can be removed
      from devices.c.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      646e3ed1
  5. 06 9月, 2008 1 次提交
  6. 07 8月, 2008 1 次提交
  7. 03 7月, 2008 1 次提交
  8. 23 5月, 2008 1 次提交
    • R
      [ARM] fix OMAP include loops · cfb41bf7
      Russell King 提交于
      OMAP has two include loops in its header files:
      
        asm-arm/hardware.h <- asm-arm/arch-omap/io.h <-
         asm-arm/arch-omap/hardware.h <- asm-arm/hardware.h
      
        asm-arm/arch-omap/board-palmte.h <-
         asm-arm/arch-omap/hardware.h <- asm-arm/hardware.h <-
         asm-arm/arch-omap/gpio.h <- asm-arm/arch-omap/board-palmte.h
      
      Circular include dependencies are dangerous since they can result in
      inconsistent definitions being provided to other code, especially if
      '#ifndef' constructs are used.
      
      Solve these by removing the offending includes, and add additional
      includes where necessary.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      cfb41bf7
  9. 21 9月, 2007 5 次提交
  10. 09 5月, 2007 1 次提交
  11. 27 6月, 2006 1 次提交
  12. 26 4月, 2006 1 次提交
  13. 03 4月, 2006 1 次提交
  14. 10 11月, 2005 1 次提交
  15. 08 9月, 2005 1 次提交
  16. 11 7月, 2005 1 次提交
  17. 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