Documentation: Ask driver writers to provide PM support
authorRafael J. Wysocki <[email protected]>
Tue, 8 May 2007 07:24:07 +0000 (00:24 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: Pavel Machek <[email protected]>
Cc: David Brownell <[email protected]>
Cc: Nigel Cunningham <[email protected]>
Cc: Alan Cox <[email protected]>
Cc: Greg KH <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/SubmittingDrivers
Documentation/power/basic-pm-debugging.txt [new file with mode: 0644]
Documentation/power/drivers-testing.txt [new file with mode: 0644]