1. 27 4月, 2011 10 次提交
  2. 20 4月, 2011 13 次提交
  3. 18 4月, 2011 3 次提交
  4. 12 4月, 2011 3 次提交
    • K
      powerpc/book3e: Fix CPU feature handling on 64-bit e5500 · 11ed0db9
      Kumar Gala 提交于
      The CPU_FTRS_POSSIBLE and CPU_FTRS_ALWAYS defines did not encompass
      e5500 CPU features when built for 64-bit.  This causes issues with
      cpu_has_feature() as it utilizes the POSSIBLE & ALWAYS defines as part
      of its check.
      
      Create a unique CPU_FTRS_E5500 (as its different from CPU_FTRS_E500MC),
      created a new group for 64-bit Book3e based CPUs and add CPU_FTRS_E5500
      to that group.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      11ed0db9
    • P
      powerpc: Check device status before adding serial device · 07d9fce2
      Prabhakar Kushwaha 提交于
      serial port nodes with the property status="disabled" are not usable and so
      avoid adding "disabled" port with the system.
      Signed-off-by: NPrabhakar Kushwaha <prabhakar@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      07d9fce2
    • R
      PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS · 1f112cee
      Rafael J. Wysocki 提交于
      Xen save/restore is going to use hibernate device callbacks for
      quiescing devices and putting them back to normal operations and it
      would need to select CONFIG_HIBERNATION for this purpose.  However,
      that also would cause the hibernate interfaces for user space to be
      enabled, which might confuse user space, because the Xen kernels
      don't support hibernation.  Moreover, it would be wasteful, as it
      would make the Xen kernels include a substantial amount of code that
      they would never use.
      
      To address this issue introduce new power management Kconfig option
      CONFIG_HIBERNATE_CALLBACKS, such that it will only select the code
      that is necessary for the hibernate device callbacks to work and make
      CONFIG_HIBERNATION select it.  Then, Xen save/restore will be able to
      select CONFIG_HIBERNATE_CALLBACKS without dragging the entire
      hibernate code along with it.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Tested-by: NShriram Rajagopalan <rshriram@cs.ubc.ca>
      1f112cee
  5. 05 4月, 2011 2 次提交
  6. 01 4月, 2011 9 次提交