public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] PCI: intel-gw: Fixes to make the driver working again
@ 2026-04-01  9:31 Florian Eckert
  2026-04-01  9:31 ` [PATCH v3 1/7] MAINTAINERS: Remove bouncing intel-gw maintainer Florian Eckert
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Florian Eckert @ 2026-04-01  9:31 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Krzysztof Wilczyński,
	Manivannan Sadhasivam, Rob Herring, Bjorn Helgaas, Johan Hovold,
	Sajid Dalvi, Ajay Agarwal, Krzysztof Kozlowski, Conor Dooley,
	Rahul Tanwar
  Cc: linux-pci, linux-kernel, devicetree, Florian Eckert,
	Eckert.Florian, ms

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

* Move interrupt 'enable' to its own function to improve readability,
  and add additional register writes just as the Maxlinear kernel does in
  their SDK.
* Enable clock for the PHY before PHY init call.
* Add missing 'start_link' callback. That was added to the PCIe dwc
  framework.
* Move ATU base address assignment to the probe function and also add the
  the possibility to read it from the devicetree by dwc core.
* Update devicetree documentation for intel-gw-pcie.yaml
* Remove unused preprocessor define.
* Mark driver as orphaned as the maitainer's email no longer works

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
---
Changes in v3:
- Update commit messages.
- Correct the sample code for dt bindings by adding the missing quotation
  marks. Add 'minItems: 3' to avoid ABI issues.
- Move driver atu base assignment to probe function and keep backward
  compatibility.
- Link to v2: https://lore.kernel.org/r/20260330-pcie-intel-gw-v2-0-8bd07367a298@dev.tdt.de

Changes in v2:
- Added additional information to the commit descriptions
- Add additional patch to mark driver as orphaned as the maintainer's
  email no longer works.
- Fix wrong error path for enable clock before phy init.
- Add new patch to update the devicetree documentation for the 'atu'
  resource
- Add additional recipients responsible for documenting the dervicetree
  bindings.
- Link to v1: https://lore.kernel.org/r/20260317-pcie-intel-gw-v1-0-7fe13726ad4f@dev.tdt.de

---
Florian Eckert (7):
      MAINTAINERS: Remove bouncing intel-gw maintainer
      PCI: intel-gw: Remove unused define
      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: Move driver atu base assignment to probe function
      dt-bindings: PCI: intel,lgm-pcie: Add atu resource

 .../devicetree/bindings/pci/intel-gw-pcie.yaml     |  6 +-
 MAINTAINERS                                        |  3 +-
 drivers/pci/controller/dwc/pcie-intel-gw.c         | 73 +++++++++++++++-------
 3 files changed, 56 insertions(+), 26 deletions(-)
---
base-commit: ae6bbabc313433c724e15465c8b2341e02e2f0d7
change-id: 20260317-pcie-intel-gw-50902113f9e1

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


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

end of thread, other threads:[~2026-04-01 13:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-01  9:31 [PATCH v3 0/7] PCI: intel-gw: Fixes to make the driver working again Florian Eckert
2026-04-01  9:31 ` [PATCH v3 1/7] MAINTAINERS: Remove bouncing intel-gw maintainer Florian Eckert
2026-04-01  9:31 ` [PATCH v3 2/7] PCI: intel-gw: Remove unused define Florian Eckert
2026-04-01  9:31 ` [PATCH v3 3/7] PCI: intel-gw: Move interrupt enable to own function Florian Eckert
2026-04-01  9:31 ` [PATCH v3 4/7] PCI: intel-gw: Enable clock before phy init Florian Eckert
2026-04-01  9:31 ` [PATCH v3 5/7] PCI: intel-gw: Add start_link callback function Florian Eckert
2026-04-01  9:31 ` [PATCH v3 6/7] PCI: intel-gw: Move driver atu base assignment to probe function Florian Eckert
2026-04-01  9:31 ` [PATCH v3 7/7] dt-bindings: PCI: intel,lgm-pcie: Add atu resource Florian Eckert
2026-04-01 10:37   ` Rob Herring (Arm)
2026-04-01 13:07     ` Rob Herring
2026-04-01 13:49       ` Florian Eckert

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