]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
platform/x86: add MXM WMI driver.
authorDave Airlie <airlied@redhat.com>
Mon, 6 Dec 2010 02:43:33 +0000 (12:43 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 May 2011 03:38:33 +0000 (13:38 +1000)
commit99b38b4acc0d7dbbab443273577cff60080fcfad
treef9eea8812d35db76e80d56489c4c0cab18032910
parentd4a3b10c16a1bdb09483233bd7aeac684ccc160a
platform/x86: add MXM WMI driver.

MXM is a laptop graphics card form-factor + interface specification,
this adds an initial stub driver to talk to the MXM WMI interface.

The only method used is the MUX switching method needed to do switchable
graphics on the nvidia chipsets.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Acked-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/mxm-wmi.c [new file with mode: 0644]
include/linux/mxm-wmi.h [new file with mode: 0644]