03 Nov, 2009

1 commit

  • Commit 0c570cdeb8fdfcb354a3e9cd81bfc6a09c19de0c
    (PM / yenta: Fix cardbus suspend/resume regression) caused resume to
    fail on systems with two CardBus bridges. While the exact nature
    of the failure is not known at the moment, it can be worked around by
    splitting the yenta resume into an early part, executed during the
    early phase of resume, that will only resume the socket and power it
    up if there was a card in it during suspend, and a late part,
    executed during "regular" resume, that will carry out all of the
    remaining yenta resume operations.

    Fixes http://bugzilla.kernel.org/show_bug.cgi?id=14334, which is a
    listed regression from 2.6.31.

    Signed-off-by: Rafael J. Wysocki
    Acked-by: Dominik Brodowski
    Reported-by: Stephen J. Gowdy
    Tested-by: Jose Marino

    Rafael J. Wysocki
     

29 Sep, 2009

1 commit


16 Sep, 2009

1 commit

  • Physical addresses are currently represented as int or long types.
    However, this does not work for processors like the PPC440EPx, which
    is a 32-bit processor with a 36-bit address space. This patch uses
    the phys_addr_t type, which correctly holds a 36-bit address on
    this processor.

    Signed-off-by: Steven A. Falco
    Signed-off-by: Wolfram Sang
    Signed-off-by: Greg Kroah-Hartman

    Steven A. Falco
     

31 Aug, 2008

4 commits


29 Aug, 2008

3 commits


26 Aug, 2008

1 commit


23 Aug, 2008

22 commits


03 Aug, 2008

1 commit


24 Jun, 2008

6 commits