1. 20 6月, 2011 2 次提交
    • T
      omap: Move dmtimer defines to dmtimer.h · ec97489d
      Tony Lindgren 提交于
      These will be needed when dmtimer platform init code gets split
      for omap1 and omap2+. These will also be needed for separate
      sys_timer init and driver init for the rest of the hardware timers
      in the following patches. No functional changes.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Reviewed-by: NKevin Hilman <khilman@ti.com>
      ec97489d
    • T
      omap: Set separate timer init functions to avoid cpu_is_omap tests · e74984e4
      Tony Lindgren 提交于
      This is needed for the following patches so we can initialize the
      rest of the hardware timers later on.
      
      As with the init_irq calls, there's no need to do cpu_is_omap calls
      during the timer init as we only care about the major omap generation.
      This means that we can initialize the sys_timer with the .timer
      entries alone.
      
      Note that for now we just set stubs for the various sys_timer entries
      that will get populated in a later patch. The following patches will
      also remove the omap_dm_timer_init calls and change the init for the
      rest of the hardware timers to happen with an arch_initcall.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Reviewed-by: NKevin Hilman <khilman@ti.com>
      e74984e4
  2. 16 6月, 2011 1 次提交
  3. 01 6月, 2011 2 次提交
  4. 31 5月, 2011 2 次提交
    • S
      OMAP: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int' · 26a510ba
      Santosh Shilimkar 提交于
      Fix below build warning.
      
       CC	arch/arm/plat-omap/sram.o
      	arch/arm/plat-omap/sram.c: In function 'omap_map_sram':
      	arch/arm/plat-omap/sram.c:224: warning: format '%08lx' expects
      	type 'long unsigned int', but argument 2 has type 'unsigned int'
      
      While at this, convert SRAM printk(* "") to pr_*("").
      Signed-off-by: NSantosh Shilimkar <santosh.shilimkar@ti.com>
      Acked-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      26a510ba
    • J
      OMAP: fix compilation error · 046d886d
      Janusz Krzysztofik 提交于
      Forward-declare platform_device structure in
      arch/arm/plat-omap/include/plat/flash.h, otherwise compilation may break
      with:
      
      In file included from arch/arm/mach-omap1/flash.c:15:
      arch/arm/plat-omap/include/plat/flash.h:14: warning: 'struct platform_device' declared inside parameter list
      arch/arm/plat-omap/include/plat/flash.h:14: warning: its scope is only this definition or declaration, which is probably not what you want
      arch/arm/mach-omap1/flash.c:16: warning: 'struct platform_device' declared inside parameter list
      arch/arm/mach-omap1/flash.c:17: error: conflicting types for 'omap1_set_vpp'
      arch/arm/plat-omap/include/plat/flash.h:14: error: previous declaration of 'omap1_set_vpp' was here
      
      Detected and corrected while building for Amstrad Delta, confirmed with
      omap1_defconfig.
      Signed-off-by: NJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      046d886d
  5. 27 5月, 2011 2 次提交
  6. 24 5月, 2011 1 次提交
  7. 23 5月, 2011 2 次提交
  8. 21 5月, 2011 1 次提交
  9. 18 5月, 2011 1 次提交
  10. 13 5月, 2011 1 次提交
  11. 12 5月, 2011 1 次提交
  12. 11 5月, 2011 4 次提交
  13. 07 5月, 2011 1 次提交
  14. 03 5月, 2011 1 次提交
  15. 29 4月, 2011 1 次提交
  16. 25 4月, 2011 1 次提交
  17. 20 4月, 2011 1 次提交
  18. 04 4月, 2011 1 次提交
  19. 31 3月, 2011 1 次提交
  20. 29 3月, 2011 3 次提交
  21. 22 3月, 2011 1 次提交
  22. 19 3月, 2011 1 次提交
    • B
      ARM: OMAP2+: Fix warnings for GPMC interrupt · 77aded2f
      Balaji T K 提交于
      Commit db97eb7d
      (omap: gpmc: enable irq mode in gpmc) enabled interrupts for
      GPMC (General Purpose Memory Controller). However, looks like
      this patch only works on omap3. Fix the issues to avoid warnings
      on omap4 during the boot.
      
      GPMC: number of chip select is 8, CS0 to CS7. One less IRQ
      allocated throws below warning at boot:
      
      [    0.429290] Trying to install type control for IRQ409
      [    0.429290] Trying to set irq flags for IRQ409
      
      Resolve following warning messages in boot when irq chip is not set:
      
      [    0.429229] Trying to install interrupt handler for IRQ402
      [    0.429229] Trying to install interrupt handler for IRQ403
      [    0.429229] Trying to install interrupt handler for IRQ404
      [    0.429260] Trying to install interrupt handler for IRQ405
      [    0.429260] Trying to install interrupt handler for IRQ406
      [    0.429260] Trying to install interrupt handler for IRQ407
      [    0.429290] Trying to install interrupt handler for IRQ408
      
      Resolve following warning in OMAP4:
      [    0.429290] gpmc: irq-20 could not claim: err -22
      Signed-off-by: NBalaji T K <balajitk@ti.com>
      [tony@atomide.com: combined patches into one, updated comments]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      77aded2f
  23. 16 3月, 2011 1 次提交
  24. 15 3月, 2011 3 次提交
  25. 12 3月, 2011 1 次提交
  26. 11 3月, 2011 3 次提交