]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Mark Ceton InfiniTV4 INTx masking as broken
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Dec 2017 20:51:44 +0000 (14:51 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 19 Dec 2017 05:09:09 +0000 (23:09 -0600)
commit9dd2fa674b368793765f8fd151f24f5cb71b8531
treefec8314cb8b5f37849c3e2645f34c4950fa5d2d0
parentb4c8d9dc2c0382991d315557aca4cbb53e0114a0
PCI: Mark Ceton InfiniTV4 INTx masking as broken

PCI_COMMAND_INTX_DISABLE is writable on the Ceton InfiniTV4, indicating
that the device supports disabling the INTx# signal, but it apparently
doesn't work.

Mark the device so we know we can't use PCI_COMMAND_INTX_DISABLE to disable
its interrupts.

Link: https://lkml.kernel.org/r/92a65068-60b2-c1a8-9e17-ac41fe3c5c93@code.jackst.com
Reported-by: John Strader <strader.john@code.jackst.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/quirks.c