public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] PCI: intel-gw: Fixes to make the driver working again
@ 2026-03-17 10:12 Florian Eckert
  2026-03-17 10:12 ` [PATCH 1/5] PCI: intel-gw: Move interrupt enable to own function Florian Eckert
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Florian Eckert @ 2026-03-17 10:12 UTC (permalink / raw)
  To: Chuanhua Lei, Lorenzo Pieralisi, Krzysztof Wilczyński,
	Manivannan Sadhasivam, Rob Herring, Bjorn Helgaas, Johan Hovold,
	Sajid Dalvi, Ajay Agarwal
  Cc: linux-pci, linux-kernel, Florian Eckert

This patch series fixes the 'intel-gw' driver to work again with the
current pcie framework. The following changes are:

* Move interrupt 'enable' to its own function to improve readability.
* Enable clock for the PHY before PHY init call.
* Add missing 'start_link' callback that was added to the PCIe dwc
  framework.
* Read ATU base assignment from the DTS rather than specifying it in the
  source.
* Remove unused preprocessor define.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
---
Florian Eckert (5):
      PCI: intel-gw: Move interrupt enable to own function
      PCI: intel-gw: Enable clock before phy init
      PCI: intel-gw: Add start_link callback function
      PCI: intel-gw: Remove atu base assignment
      PCI: intel-gw: Remove unused define

 drivers/pci/controller/dwc/pcie-intel-gw.c | 47 +++++++++++++++---------------
 1 file changed, 24 insertions(+), 23 deletions(-)
---
base-commit: f338e77383789c0cae23ca3d48adcc5e9e137e3c
change-id: 20260317-pcie-intel-gw-50902113f9e1

Best regards,
-- 
Florian Eckert <fe@dev.tdt.de>


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

end of thread, other threads:[~2026-03-30  7:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17 10:12 [PATCH 0/5] PCI: intel-gw: Fixes to make the driver working again Florian Eckert
2026-03-17 10:12 ` [PATCH 1/5] PCI: intel-gw: Move interrupt enable to own function Florian Eckert
2026-03-26 14:00   ` Manivannan Sadhasivam
2026-03-27  8:18     ` Florian Eckert
2026-03-27 10:00       ` Manivannan Sadhasivam
2026-03-17 10:12 ` [PATCH 2/5] PCI: intel-gw: Enable clock before phy init Florian Eckert
2026-03-26 16:08   ` Manivannan Sadhasivam
2026-03-27  7:42     ` Florian Eckert
2026-03-27 10:02       ` Manivannan Sadhasivam
2026-03-17 10:12 ` [PATCH 3/5] PCI: intel-gw: Add start_link callback function Florian Eckert
2026-03-26 16:13   ` Manivannan Sadhasivam
2026-03-17 10:12 ` [PATCH 4/5] PCI: intel-gw: Remove atu base assignment Florian Eckert
2026-03-26 16:15   ` Manivannan Sadhasivam
2026-03-27 11:44     ` Florian Eckert
2026-03-30  7:14       ` Manivannan Sadhasivam
2026-03-17 10:12 ` [PATCH 5/5] PCI: intel-gw: Remove unused define Florian Eckert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox