]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
authorKai-Heng Feng <kai.heng.feng@canonical.com>
Thu, 13 Jun 2019 17:31:00 +0000 (01:31 +0800)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 28 Jun 2019 04:13:44 +0000 (00:13 -0400)
commit3769a8898c63f2c94aafab5266c03950d8194296
tree7b87940b73ed511ccc88bb966f458fbdef778d86
parente75146d732f9f6828e0b07a76f2a68cc6ce19e16
sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79

Some sky2 chips fire IRQ after S3, before the driver is fully resumed:
[ 686.804877] do_IRQ: 1.37 No irq handler for vector

This is likely a platform bug that device isn't fully quiesced during
S3. Use MSI-X, maskable MSI or INTx can prevent this issue from
happening.

Since MSI-X and maskable MSI are not supported by this device, fallback
to use INTx on affected platforms.

BugLink: https://bugs.launchpad.net/bugs/1807259
BugLink: https://bugs.launchpad.net/bugs/1809843
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit b33b7cd6fd86478dd2890a9abeb6f036aa01fdf7)
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Acked-by: Khalid Elmously <khalid.elmously@canonical.com>
Acked-by: Kleber Souza <kleber.souza@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/net/ethernet/marvell/sky2.c