An error occurred fetching the project authors.
  1. 24 Feb, 2012 1 commit
  2. 13 Dec, 2011 1 commit
    • Hemant Pedanekar's avatar
      ARM: OMAP: TI81XX: Prepare for addition of TI814X support · a920360f
      Hemant Pedanekar authored
      This patch updates existing macros, functions used for TI816X, to enable
      addition of other SoCs belonging to TI81XX family (e.g., TI814X).
      
      The approach taken is to use TI81XX/ti81xx for code/data going to be common
      across all TI81XX devices.
      
      cpu_is_ti81xx() is introduced to handle code common across TI81XX devices.
      
      In addition, ti8168_evm_map_io() is now replaced with ti81xx_map_io() and moved
      in mach-omap2/common.c as same will be used for TI814X and is not board
      specific.
      Signed-off-by: default avatarHemant Pedanekar <hemantp@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      a920360f
  3. 15 Nov, 2011 2 commits
  4. 03 Oct, 2011 1 commit
  5. 16 Jun, 2011 1 commit
  6. 16 May, 2011 1 commit
    • Tony Lindgren's avatar
      arm: omap2/3: Use generic irq chip · 667a11fa
      Tony Lindgren authored
      Use generic irq chip for omap2 & 3.
      
      Note that this patch also leaves out the spurious IRQ warning
      for omap3.
      
      This warning should no longer be needed as the interrupt handlers
      for various devices have implemented the necessayr read-back of
      the posted write.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      667a11fa
  7. 29 Mar, 2011 2 commits
  8. 16 Feb, 2011 1 commit
  9. 28 Jan, 2011 1 commit
  10. 13 Jan, 2011 1 commit
  11. 18 Dec, 2010 1 commit
  12. 08 Oct, 2010 1 commit
  13. 03 Feb, 2010 1 commit
  14. 21 Jan, 2010 2 commits
  15. 11 Nov, 2009 2 commits
  16. 19 Oct, 2009 1 commit
  17. 28 May, 2009 1 commit
  18. 26 May, 2009 1 commit
  19. 23 Apr, 2009 1 commit
  20. 29 Jan, 2009 1 commit
  21. 11 Dec, 2008 1 commit
  22. 16 Oct, 2008 1 commit
  23. 09 Oct, 2008 2 commits
    • Syed Mohammed, Khasim's avatar
      ARM: OMAP3: Add minimal omap3430 support · cc26b3b0
      Syed Mohammed, Khasim authored
      Add minimal omap3430 support based on earlier patches from
      Syed Mohammed Khasim. Also merge in omap34xx SRAM support
      from Karthik Dasu and use consistent naming for sram init
      functions.
      
      Also do following changes that make 34xx support usable:
      
      - Remove unused sram.c functions for 34xx
      
      - Rename IRQ_SIR_IRQ to INTCPS_SIR_IRQ and define it locally
        in entry-macro.S
      
      - Update mach-omap2/io.c to support 2420, 2430, and 34xx
      
      - Also merge in 34xx GPMC changes to add fields wr_access and
        wr_data_mux_bus from Adrian Hunter
      
      - Remove memory initialization call omap2_init_memory() until
        until more generic memory initialization patches are posted.
        It's OK to rely on bootloader initialization until then.
      Signed-off-by: default avatarSyed Mohammed, Khasim <khasim@ti.com>
      Signed-off-by: Karthik Dasu<karthik-dp@ti.com>
      Signed-off-by: default avatarAdrian Hunter <ext-adrian.hunter@nokia.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      
      
      
      cc26b3b0
    • Paul Walmsley's avatar
      ARM: OMAP2: Fix sparse, checkpatch warnings in OMAP2/3 IRQ code · 2e7509e5
      Paul Walmsley authored
      Fix sparse warnings in mach-omap2/irq.c. Fix by defining
      intc_bank_write_reg() and intc_bank_read_reg(), and convert INTC module
      register access to use them rather than __raw_{read,write}l.
      
      Also clear up some checkpatch warnings involving includes from asm/
      rather than linux/.
      Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      
      
      
      2e7509e5
  24. 06 Oct, 2008 1 commit
    • Tony Lindgren's avatar
      ARM: OMAP2: Misc updates from linux-omap tree · 646e3ed1
      Tony Lindgren authored
      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: default avatarTony Lindgren <tony@atomide.com>
      646e3ed1
  25. 06 Sep, 2008 1 commit
  26. 05 Sep, 2008 1 commit
    • Russell King's avatar
      [ARM] omap: Fix IO_ADDRESS() macros · e8a91c95
      Russell King authored
      OMAP1_IO_ADDRESS(), OMAP2_IO_ADDRESS() and IO_ADDRESS() returns cookies
      for use with __raw_{read|write}* for accessing registers.  Therefore,
      these macros should return (void __iomem *) cookies, not integer values.
      
      Doing this improves typechecking, and means we can find those places
      where, eg, DMA controllers are incorrectly given virtual addresses to
      DMA to, or physical addresses are thrown through a virtual to physical
      address translation.
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      e8a91c95
  27. 07 Aug, 2008 2 commits
  28. 20 Sep, 2007 1 commit
  29. 30 Nov, 2006 1 commit
  30. 03 Oct, 2006 1 commit
  31. 25 Sep, 2006 1 commit
  32. 01 Aug, 2006 1 commit
  33. 30 Jun, 2006 1 commit
  34. 10 Nov, 2005 1 commit
    • Tony Lindgren's avatar
      [ARM] 3145/1: OMAP 3a/5: Add support for omap24xx · 1dbae815
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch adds support for omap24xx series of processors.
      The files live in arch/arm/mach-omap2, and share common
      files with omap15xx and omap16xx processors in
      arch/arm/plat-omap.
      
      Omap24xx support was originally added for 2.6.9 by TI.
      This code was then improved and integrated to share common
      code with omap15xx and omap16xx processors by various
      omap developers, such as Paul Mundt, Juha Yrjola, Imre Deak,
      Tony Lindgren, Richard Woodruff, Nishant Menon, Komal Shah
      et al.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      1dbae815