All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add Stratix 10 PCIe Root Port support
@ 2019-01-02  6:16 Ley Foon Tan
  2019-01-02  6:16 ` [PATCH v3 1/2] PCI: altera: Add Stratix 10 PCIe support Ley Foon Tan
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ley Foon Tan @ 2019-01-02  6:16 UTC (permalink / raw)
  To: Bjorn Helgaas, Lorenzo Pieralisi
  Cc: linux-kernel, linux-pci, devicetree, lftan.linux, Ley Foon Tan

Add PCIe Root Port support for Stratix 10 device and also update
device tree binding documentation.

v2 -> v3:
---------
- Rename Stratix10 to Stratix 10.
- Change bool s10_flag to enum version.

v1 -> v2:
---------
- Add define S10_TLP_FMTTYPE_* macros.
- Remove initialize structure members to NULL/zero.
- Rename *_funcs to *_data.
- Update comment and fix coding style warning from checkpatch.pl.
- Rename StratixXX to stratix10.

History:
--------
[v1]: https://lkml.org/lkml/2018/12/26/68
[v2]: https://lkml.org/lkml/2018/12/31/46

Ley Foon Tan (2):
  PCI: altera: Add Stratix 10 PCIe support
  dt-bindings: PCI: altera: Add altr,pcie-root-port-2.0

 .../devicetree/bindings/pci/altera-pcie.txt        |    4 +-
 drivers/pci/controller/Kconfig                     |    2 +-
 drivers/pci/controller/pcie-altera.c               |  246 ++++++++++++++++++--
 3 files changed, 226 insertions(+), 26 deletions(-)


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

end of thread, other threads:[~2019-02-11  7:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-02  6:16 [PATCH v3 0/2] Add Stratix 10 PCIe Root Port support Ley Foon Tan
2019-01-02  6:16 ` [PATCH v3 1/2] PCI: altera: Add Stratix 10 PCIe support Ley Foon Tan
2019-02-08 16:29   ` Lorenzo Pieralisi
2019-02-11  7:29     ` Ley Foon Tan
2019-01-02  6:16 ` [PATCH v3 2/2] dt-bindings: PCI: altera: Add altr,pcie-root-port-2.0 Ley Foon Tan
2019-01-11 14:59   ` Rob Herring
2019-01-11 14:59     ` Rob Herring
2019-01-11  6:00 ` [PATCH v3 0/2] Add Stratix 10 PCIe Root Port support Ley Foon Tan

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.