]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
intel_mid_powerbtn: use MSIC read/write instead of ipc_scu
authorMichael Demeter <michael.demeter@intel.com>
Thu, 26 Jan 2012 17:40:27 +0000 (17:40 +0000)
committerMatthew Garrett <mjg@redhat.com>
Tue, 20 Mar 2012 16:02:26 +0000 (12:02 -0400)
commit7714567c87f43862d3d7049ed2907567be3e50c3
tree10124759f2e8515333ed65eae316912352c274a7
parentf39eaa674bc3747c94abadbc46b6d389953e64b8
intel_mid_powerbtn: use MSIC read/write instead of ipc_scu

In the 2.6.36 kernel we did not have the MSIC driver. Changed
all ipc_scu_reads/writes to use the MSIC driver and defines.
Added a fix from the 2.6.36 kernel where the SCU FW could send
a power button interrupt to the IA32 FW and the kernel was not
running yet. This resulted in the interrupt not getting cleared
and the power button was ignored. this fix just clears the
interrupt on start-up.

Signed-off-by: Michael Demeter <michael.demeter@intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Revert style-only changes. Remove unused variable. Fix comment style.]
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/intel_mid_powerbtn.c