14 May, 2012

5 commits


13 May, 2012

2 commits


12 May, 2012

10 commits


10 May, 2012

3 commits


09 May, 2012

4 commits


08 May, 2012

3 commits


07 May, 2012

5 commits


06 May, 2012

1 commit


05 May, 2012

3 commits

  • Before this patch, ACPI_STATE_D3 incorrectly referenced D3hot
    in some places, but D3cold in other places.

    After this patch, ACPI_STATE_D3 always means ACPI_STATE_D3_COLD;
    and all references to D3hot use ACPI_STATE_D3_HOT.

    ACPI's _PR3 method is used to enter both D3hot and D3cold states.
    What distinguishes D3hot from D3cold is the presence _PR3
    (Power Resources for D3hot) If these resources are all ON,
    then the state is D3hot. If _PR3 is not present,
    or all _PR0 resources for the devices are OFF,
    then the state is D3cold.

    This patch applies after Linux-3.4-rc1.
    A future syntax cleanup may remove ACPI_STATE_D3
    to emphasize that it always means ACPI_STATE_D3_COLD.

    Signed-off-by: Lin Ming
    Acked-by: Rafael J. Wysocki
    Reviewed-by: Aaron Lu
    Signed-off-by: Len Brown

    Lin Ming
     
  • Pull timer fix from Thomas Gleixner.

    * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
    rtc: Fix possible null pointer dereference in rtc-mpc5121.c

    Linus Torvalds
     
  • So that the power button still wakes up the platform.

    Signed-off-by: Pierre Tardy
    Link: http://lkml.kernel.org/r/20120504210244.F2EA5A018B@akpm.mtv.corp.google.com
    Tested-by: Kangkai Yin
    Tested-by: Yong Wang
    Signed-off-by: Kirill A. Shutemov
    Signed-off-by: Alan Cox
    Cc: Matthew Garrett
    Signed-off-by: Andrew Morton
    Signed-off-by: H. Peter Anvin

    Yong Wang
     

04 May, 2012

4 commits