All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] PCI: uniphier: Fix INTx masking/unmasking
@ 2021-08-30  2:22 ` Kunihiko Hayashi
  0 siblings, 0 replies; 14+ messages in thread
From: Kunihiko Hayashi @ 2021-08-30  2:22 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Rob Herring, Krzysztof Wilczyński,
	Bjorn Helgaas, Pali Rohár, Marc Zyngier
  Cc: Masami Hiramatsu, linux-pci, linux-arm-kernel, linux-kernel,
	Kunihiko Hayashi

This series includes some fixes to INTx masking/unmasking for UniPhier PCIe
host controller driver.

- Remove unnecessary bit clears to INTX mask field
- Remove unnecessary irq_ack() function because write access to status field
  doesn't work
- Add lock into callback functions to avoid race condition

Kunihiko Hayashi (2):
  PCI: uniphier: Fix INTx mask/unmask bit operation and remove ack
    function
  PCI: uniphier: Serialize INTx masking/unmasking

 drivers/pci/controller/dwc/pcie-uniphier.c | 26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-09-17 23:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30  2:22 [PATCH v2 0/2] PCI: uniphier: Fix INTx masking/unmasking Kunihiko Hayashi
2021-08-30  2:22 ` Kunihiko Hayashi
2021-08-30  2:22 ` [PATCH v2 1/2] PCI: uniphier: Fix INTx mask/unmask bit operation and remove ack function Kunihiko Hayashi
2021-08-30  2:22   ` Kunihiko Hayashi
2021-08-30 15:59   ` Pali Rohár
2021-08-30 15:59     ` Pali Rohár
2021-08-30  2:22 ` [PATCH v2 2/2] PCI: uniphier: Serialize INTx masking/unmasking Kunihiko Hayashi
2021-08-30  2:22   ` Kunihiko Hayashi
2021-09-16 11:30 ` [PATCH v2 0/2] PCI: uniphier: Fix " Kunihiko Hayashi
2021-09-16 11:30   ` Kunihiko Hayashi
2021-09-17 13:54   ` Marc Zyngier
2021-09-17 13:54     ` Marc Zyngier
2021-09-17 23:48     ` Kunihiko Hayashi
2021-09-17 23:48       ` Kunihiko Hayashi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.