1. 08 10月, 2009 2 次提交
  2. 29 8月, 2009 1 次提交
  3. 29 5月, 2009 2 次提交
    • K
      OMAP1: PM: update and decouple from OMAP2/3 PM core · c912f7e1
      Kevin Hilman 提交于
      Update OMAP1-specific PM infrastructure.  This is a sync of what is in
      linux-omap for OMAP1.
      
      This mostly de-couples OMAP1 PM from OMAP2/3 PM and renames things
      accordingly, and removes omap2/3 specific code from OMAP1 specific
      headers.
      
      Original OMAP1 decoupling patch for OMAP PM branch by Paul Walmsley.
      
      Cc: Paul Walmsley <paul@pwsan.com>
      Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
      c912f7e1
    • K
      OMAP2/3: PM: push core PM code from linux-omap · 8bd22949
      Kevin Hilman 提交于
      This patch is to sync the core linux-omap PM code with mainline.  This
      code has evolved and been used for a while the linux-omap tree, but
      the attempt here is to finally get this into mainline.
      
      Following this will be a series of patches from the 'PM branch' of the
      linux-omap tree to add full PM hardware support from the linux-omap
      tree.
      
      Much of this PM core code was written by Jouni Hogander with
      significant contributions from Paul Walmsley as well as many others
      from Nokia, Texas Instruments and linux-omap community.
      Signed-off-by: NJouni Hogander <jouni.hogander@nokia.com>
      Cc: Paul Walmsley <paul@pwsan.com>
      Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
      8bd22949
  4. 05 3月, 2009 1 次提交
  5. 09 2月, 2009 1 次提交
  6. 26 11月, 2008 1 次提交
  7. 06 10月, 2008 1 次提交
    • T
      ARM: OMAP2: Move sleep.S into sleep24xx.S · 1835f1d7
      Tony Lindgren 提交于
      Some register offsets are different for 242x and 243x. This
      will allow compiling sleep code for both chips into the same
      kernel. Pass the addresses for SDRC_DDLA_CTRL and SDRC_POWER to the
      omap24xx_cpu_suspend instead of loading the values since the only.
      
      Also fix a bug to call omap2_sram_suspend with the value of SDRC_DLLA_CTRL
      instead of the address as that's what omap24xx_cpu_suspend expects to
      determine between DDR and SDR. This bug has not been noticed as
      the boards seem to have DDR instead of SDR.
      
      Note that some PM patches are still missing. The PM patches will
      be added later on once the base files are in sync with linux-omap
      tree.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      1835f1d7
  8. 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
  9. 07 8月, 2008 1 次提交
  10. 04 10月, 2006 1 次提交
  11. 27 6月, 2006 1 次提交
  12. 03 4月, 2006 1 次提交
  13. 10 11月, 2005 1 次提交
  14. 08 9月, 2005 1 次提交
  15. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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