11 Nov, 2009

1 commit

  • This patch adds the support for cpuidle on AT91 SoCs, taken from the
    cpuidle support in mach-kirkwood.
    cpuidle needs sdram_selfrefresh_enable and _disable, so move their
    definition to a separate header file instead of duplicating the code
    already used in pm.c.

    Tested-by: Nicolas Ferre
    Signed-off-by: Albin Tonnerre
    Acked-by: Andrew Victor
    Signed-off-by: Russell King

    Albin Tonnerre