Merge branch 'remotes/lorenzo/pci/microchip'
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 24 May 2022 21:42:25 +0000 (16:42 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 24 May 2022 21:42:25 +0000 (16:42 -0500)
commit5ae34e8f9e9aaf11baff6ef828109fea214f0ad7
tree403cefea5c72f5224252b011ca9fc7afa86d0064
parent979db15b4a7124a8a2c5198426d5aa9176b1fdc6
parent7013654af694f6e1a2e699a6450ea50d309dd0e5
Merge branch 'remotes/lorenzo/pci/microchip'

- Add missing semicolon after MODULE_DEVICE_TABLE() (Uwe Kleine-König)

- Add chained_irq_enter()/chained_irq_exit() calls to mc_handle_msi() and
  mc_handle_intx() to avoid lost interrupts (Conor Dooley)

- Fix interrupt handling race (Daire McNamara)

* remotes/lorenzo/pci/microchip:
  PCI: microchip: Fix potential race in interrupt handling
  PCI: microchip: Add missing chained_irq_enter()/exit() calls
  PCI: microchip: Add a missing semicolon