Documentation: Ask driver writers to provide PM support
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 8 May 2007 07:24:07 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:14:59 +0000 (11:14 -0700)
commit5b7952021289b6d04d8c62c0f13acce570730dcd
tree57bb1363826b41bb2809a0a980f2bf78555bbf73
parent8e2c20023f34b652605a5fb7c68bb843d2b100a8
Documentation: Ask driver writers to provide PM support

Add a paragraph in Documentation/SubmittingDrivers requesting that the
basic PM support be provided by new device drivers.

Add two new documents in Documentation/power/ giving general instructions
on debugging the suspend/resume functionality and testing the suspend and
resume support in device drivers.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: David Brownell <david-b@pacbell.net>
Cc: Nigel Cunningham <ncunningham@linuxmail.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/SubmittingDrivers
Documentation/power/basic-pm-debugging.txt [new file with mode: 0644]
Documentation/power/drivers-testing.txt [new file with mode: 0644]