]> Gentwo Git Trees - linux/.git/commit
Merge branch 'pci/controller/rcar-host'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:22 +0000 (12:13 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:22 +0000 (12:13 -0500)
commit2ee6181ffdb8cad074a26465433fe8f9e9bef923
treeb7c2b04db8bb4b2fa788ddc923cec49f9a79e741
parent86a3f3db9a0f4f5b9a6f77a63d063b57c146306b
parent5ed35b4d490d8735021cce9b715b62a418310864
Merge branch 'pci/controller/rcar-host'

- Pass the correct IRQ domain to generic_handle_domain_irq() to fix a
  regression when converting to msi_create_parent_irq_domain() (Claudiu
  Beznea)

- Drop the spinlock protecting the PMSR register; it's no longer required
  since pci_lock already serializes accesses (Marek Vasut)

- Convert struct rcar_msi mask_lock to raw spinlock to avoid a lock nesting
  error (Marek Vasut)

* pci/controller/rcar-host:
  PCI: rcar-host: Convert struct rcar_msi mask_lock into raw spinlock
  PCI: rcar-host: Drop PMSR spinlock
  PCI: rcar-host: Pass proper IRQ domain to generic_handle_domain_irq()