[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1630290158-31264-1-git-send-email-hayashi.kunihiko@socionext.com>
Date: Mon, 30 Aug 2021 11:22:36 +0900
From: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
To: Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Rob Herring <robh@...nel.org>,
Krzysztof Wilczyński <kw@...ux.com>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Pali Rohár <pali@...nel.org>,
Marc Zyngier <maz@...nel.org>
Cc: Masami Hiramatsu <mhiramat@...nel.org>, linux-pci@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
Subject: [PATCH v2 0/2] PCI: uniphier: Fix INTx masking/unmasking
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
Powered by blists - more mailing lists