An error occurred fetching the project authors.
  1. 04 Apr, 2007 2 commits
  2. 02 Mar, 2007 2 commits
    • Matthew Percival's avatar
      ARM: OMAP: dmtimer.c omap1 register fix · 53037f4c
      Matthew Percival authored
      When I went to use dmtimer7 it did not seem to work.  I noticed that
      the base addresses for dmtimers 7 and 8 were set wrong.  A simple patch
      to correct a small error.  Confirmed to fix the problem on an OSK.
      Signed-off-by: default avatarMatthew Percival <matthew@capgo.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      53037f4c
    • Dirk Behme's avatar
      ARM: OMAP: Fix warnings in plat-omap · 2121880e
      Dirk Behme authored
      Fix warnings
      
      arch/arm/plat-omap/dmtimer.c: In function
      'omap_dm_timer_modify_idlect_mask':
      arch/arm/plat-omap/dmtimer.c:317: warning: no return
      statement in function returning non-void
      
      arch/arm/plat-omap/mailbox.c: In function 'omap_mbox_init':
      arch/arm/plat-omap/mailbox.c:231: warning: ignoring return
      value of 'class_device_create_file', declared with attribute
      warn_unused_result
      
      Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      2121880e
  3. 25 Sep, 2006 3 commits
  4. 01 Jul, 2006 1 commit
  5. 26 Jun, 2006 3 commits
  6. 02 Apr, 2006 1 commit
  7. 16 Nov, 2005 1 commit
  8. 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