output: Add display output class support
authorYu Luming <luming.yu@gmail.com>
Tue, 19 Dec 2006 20:56:17 +0000 (12:56 -0800)
committerLen Brown <len.brown@intel.com>
Wed, 20 Dec 2006 06:46:41 +0000 (01:46 -0500)
commit2dec3ba8d872aa3ffbcdb8f6f8a2c0bcd44e9910
tree6b732a1badfed8d1a9cf724ffca14d1c36ff678a
parentf238085415c56618e042252894f2fcc971add645
output: Add display output class support

Add generic abstract layer for display output switch control.  The output
sysfs class driver provides an abstract video output layer that can be used to
hook platform specific methods to enable/disable video output device through
common sysfs interface.

Signed-off-by: Luming Yu <Luming.yu@intel.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/video/output.c [new file with mode: 0644]
include/linux/video_output.h [new file with mode: 0644]