1. 06 9月, 2008 1 次提交
    • R
      [ARM] omap: Fix IO_ADDRESS() macros · e8a91c95
      Russell King 提交于
      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: NRussell King <rmk+kernel@arm.linux.org.uk>
      e8a91c95
  2. 07 8月, 2008 2 次提交
  3. 03 7月, 2008 3 次提交
  4. 06 6月, 2008 1 次提交
  5. 10 5月, 2008 1 次提交
  6. 20 3月, 2008 2 次提交
  7. 06 3月, 2008 1 次提交
  8. 05 3月, 2008 1 次提交
  9. 09 2月, 2008 1 次提交
  10. 20 10月, 2007 1 次提交
  11. 21 9月, 2007 1 次提交
  12. 21 5月, 2007 1 次提交
  13. 11 5月, 2007 1 次提交
  14. 09 5月, 2007 1 次提交
  15. 02 3月, 2007 1 次提交
  16. 07 10月, 2006 1 次提交
  17. 25 9月, 2006 3 次提交
  18. 03 7月, 2006 1 次提交
  19. 02 7月, 2006 1 次提交
  20. 27 6月, 2006 3 次提交
  21. 03 4月, 2006 1 次提交
  22. 11 1月, 2006 1 次提交
  23. 10 11月, 2005 1 次提交
  24. 08 9月, 2005 1 次提交
    • T
      [ARM] 2887/1: OMAP 2/4: Update files common to omap1 and omap2, take 2 · 92105bb7
      Tony Lindgren 提交于
      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: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      92105bb7
  25. 11 7月, 2005 2 次提交