pch_uart: Fix MSI setting issue
authorTomoya MORINAGA <tomoya.rohm@gmail.com>
Mon, 2 Apr 2012 05:36:22 +0000 (14:36 +0900)
committerLuis Henriques <luis.henriques@canonical.com>
Mon, 30 Apr 2012 18:15:08 +0000 (19:15 +0100)
commitb1e07ac97641def638bc7461cc189752a2d9d3cb
tree185a599ae80a1c36e6782319abad14f3c1ad6b43
parentf7b981111fbcd3ddf38f2d0042e05525803d12de
pch_uart: Fix MSI setting issue

BugLink: http://bugs.launchpad.net/bugs/987337

commit 867c902e07d5677e2a5b54c0435e589513abde48 upstream.

The following patch (MSI setting) is not enough.

commit e463595fd9c752fa4bf06b47df93ef9ade3c7cf0
Author: Alexander Stein <alexander.stein@systec-electronic.com>
Date:   Mon Jul 4 08:58:31 2011 +0200

    pch_uart: Add MSI support

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

To enable MSI mode, PCI bus-mastering must be enabled.
This patch enables the setting.

cc: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/tty/serial/pch_uart.c