1. 07 7月, 2009 1 次提交
  2. 16 6月, 2009 1 次提交
    • M
      [S390] pm: power management support for SCLP drivers. · 62b74942
      Michael Holzheu 提交于
      The SCLP base driver defines a new notifier call back for all upper level SCLP
      drivers, like the SCLP console, etc. This guarantees that in suspend first the
      upper level drivers are suspended and afterwards the SCLP base driver. For
      resume it is the other way round. The SCLP base driver itself registers a
      new platform device at the platform bus and gets PM notifications via
      the dev_pm_ops.
      
      In suspend, the SCLP base driver switches off the receiver and sender mask
      This is done in sclp_deactivate(). After suspend all new requests will be
      rejected with -EIO and no more interrupts will be received, because the masks
      are switched off. For resume the sender and receiver masks are reset in
      the sclp_reactivate() function.
      
      When the SCLP console is suspended, all new messages are cached in the
      sclp console buffers. In resume, all the cached messages are written to the
      console. In addition to that we have an early resume function that removes
      the cached messages from the suspend image.
      Signed-off-by: NMichael Holzheu <holzheu@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      62b74942
  3. 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