pm.c (7a9787e1eba95a166265e6a260cf30af04ef0a99) | pm.c (2f82af08fcc7dc01a7e98a49a5995a77e32a2925) |
---|---|
1/* 2 * SA1100 Power Management Routines 3 * 4 * Copyright (c) 2001 Cliff Brake <cbrake@accelent.com> 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License. 8 * 9 * History: 10 * 11 * 2001-02-06: Cliff Brake Initial code 12 * 13 * 2001-02-25: Sukjae Cho <sjcho@east.isi.edu> & 14 * Chester Kuo <chester@linux.org.tw> 15 * Save more value for the resume function! Support 16 * Bitsy/Assabet/Freebird board 17 * | 1/* 2 * SA1100 Power Management Routines 3 * 4 * Copyright (c) 2001 Cliff Brake <cbrake@accelent.com> 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License. 8 * 9 * History: 10 * 11 * 2001-02-06: Cliff Brake Initial code 12 * 13 * 2001-02-25: Sukjae Cho <sjcho@east.isi.edu> & 14 * Chester Kuo <chester@linux.org.tw> 15 * Save more value for the resume function! Support 16 * Bitsy/Assabet/Freebird board 17 * |
18 * 2001-08-29: Nicolas Pitre <nico@cam.org> | 18 * 2001-08-29: Nicolas Pitre <nico@fluxnic.net> |
19 * Cleaned up, pushed platform dependent stuff 20 * in the platform specific files. 21 * 22 * 2002-05-27: Nicolas Pitre Killed sleep.h and the kmalloced save array. 23 * Storage is local on the stack now. 24 */ 25#include <linux/init.h> 26#include <linux/suspend.h> --- 108 unchanged lines hidden --- | 19 * Cleaned up, pushed platform dependent stuff 20 * in the platform specific files. 21 * 22 * 2002-05-27: Nicolas Pitre Killed sleep.h and the kmalloced save array. 23 * Storage is local on the stack now. 24 */ 25#include <linux/init.h> 26#include <linux/suspend.h> --- 108 unchanged lines hidden --- |