An error occurred fetching the project authors.
  1. 19 Jun, 2006 1 commit
  2. 09 Apr, 2006 1 commit
  3. 03 Apr, 2006 2 commits
  4. 02 Apr, 2006 1 commit
  5. 15 Feb, 2006 1 commit
  6. 09 Feb, 2006 2 commits
  7. 17 Jan, 2006 1 commit
  8. 16 Jan, 2006 1 commit
  9. 12 Jan, 2006 2 commits
  10. 07 Jan, 2006 1 commit
  11. 18 Nov, 2005 1 commit
  12. 10 Nov, 2005 1 commit
  13. 31 Oct, 2005 1 commit
    • Tim Schmielau's avatar
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau authored
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: default avatarTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      4e57b681
  14. 26 Sep, 2005 1 commit
  15. 21 Sep, 2005 1 commit
  16. 20 Sep, 2005 1 commit
  17. 19 Sep, 2005 1 commit
    • Tony Lindgren's avatar
      ARM: OMAP: Split clocks.c into plat-omap/clock.c and mach-omap1/clock.c · dc6aaa57
      Tony Lindgren authored
      This patch contains the following changes:
      
      - Move omap1 specific clock code into mach-omap1/clock.c leaving only
        common code shared between omap1 and omap2 to plat-omap/clock.c.
      
      - Move clock.h and sram.h header files to include/asm-arm/arch-omap/
      
      - Change clock init to register omap1 specific functions with
        plat-omap/clock.c
      
      - Some clean-up of code
      
      This patch makes no functional changes to omap1 clocks.
      dc6aaa57
  18. 16 Sep, 2005 1 commit
  19. 14 Sep, 2005 1 commit
  20. 07 Sep, 2005 1 commit
    • Tony Lindgren's avatar
      [ARM] 2887/1: OMAP 2/4: Update files common to omap1 and omap2, take 2 · 92105bb7
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch syncs the mainline kernel with linux-omap tree.
      The highlights of the patch are:
      - Clock updates by Tuukka Tikkanen, Juha Yrjola,
        Daniel Petrini and Tony Lindgren
      - DMA fixes by Imre Deak, Juha Yrjola and Daniel Petrini
      - Add support to dual-mode hardware timers by Lauri Leukkunen
      - GPIO support for 24xx by Paul Mundt
      - GPIO wake-up support by Tony Lindgren
      - Better GPIO interrupt handler to not lose interrupts by
        Ralph Walden and Ladislav Michl
      - Power Management updates by Tuukka Tikkanen
      - Make Power Management code use new SRAM functions by
        Tony Lindgren
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      92105bb7
  21. 11 Aug, 2005 1 commit
  22. 28 Jul, 2005 1 commit
  23. 10 Jul, 2005 2 commits
  24. 07 Jul, 2005 1 commit
  25. 13 Jun, 2005 3 commits
  26. 10 Jun, 2005 1 commit
  27. 09 Jun, 2005 1 commit
  28. 02 Jun, 2005 1 commit
  29. 24 May, 2005 1 commit
    • Tony Lindgren's avatar
      ARM: OMAP: Fix dsp clocks in clock framework · c8e15fb9
      Tony Lindgren authored
      OMAP DSP control registers DSP_CKCTL, DSP_IDLECT1, etc
      are not in the IO area, so omap_readw() and omap_writew()
      cannot be used with these registers.
      
      Instead __raw_readw() and __raw_writew() must be used.
      The DSP virt addr = phys addr.
      
      This fixes audio problems in the recent kernels as pointed
      out by Nishant Menon.
      c8e15fb9
  30. 09 May, 2005 1 commit
  31. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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