public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH 4.19.y-cip 0/6] Add PCIe EP driver to Renesas R-Car Gen3 and RZ/G2x
@ 2020-10-23 16:57 Lad Prabhakar
  2020-10-23 16:58 ` [cip-dev] [PATCH 4.19.y-cip 1/6] PCI: rcar: Move shareable code to a common file Lad Prabhakar
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Lad Prabhakar @ 2020-10-23 16:57 UTC (permalink / raw)
  To: cip-dev, Nobuhiro Iwamatsu, Pavel Machek; +Cc: Biju Das

[-- Attachment #1: Type: text/plain, Size: 1820 bytes --]

Hi All,

This patch series is part of RFC series [1] ("Add PCIe EP support for
Renesas R-Car Gen3 and RZ/G2x").

* Patches 38-42 and 47 from the RFC are included in this series.
* Patch 1/6 (== 38/50) now have changes to pcie-rcar-host.c driver which
  were dropped earlier in RFC series as per suggestion from Pavel.
* Rest of the patches are unchanged
* I have dropped patches 43-46 and 48 from the RFC series and will re-send
  them once it hits the -rc (currently they are present in -next)

[1] https://patchwork.kernel.org/project/cip-dev/list/
    ?series=363279&archive=both&state=*

Cheers,
Prabhakar

Lad Prabhakar (6):
  PCI: rcar: Move shareable code to a common file
  PCI: rcar: Fix calculating mask for PCIEPAMR register
  dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint
    controller
  PCI: rcar: Add endpoint mode support
  arm64: defconfig: Enable R-Car PCIe endpoint driver
  misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controller

 .../devicetree/bindings/pci/rcar-pci-ep.yaml  |  77 +++
 arch/arm64/configs/defconfig                  |   5 +
 drivers/misc/pci_endpoint_test.c              |   4 +
 drivers/pci/controller/Kconfig                |   8 +
 drivers/pci/controller/Makefile               |   3 +-
 drivers/pci/controller/pcie-rcar-ep.c         | 563 ++++++++++++++++++
 drivers/pci/controller/pcie-rcar-host.c       | 373 +++---------
 drivers/pci/controller/pcie-rcar.c            | 120 ++++
 drivers/pci/controller/pcie-rcar.h            | 140 +++++
 9 files changed, 1014 insertions(+), 279 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pci/rcar-pci-ep.yaml
 create mode 100644 drivers/pci/controller/pcie-rcar-ep.c
 create mode 100644 drivers/pci/controller/pcie-rcar.c
 create mode 100644 drivers/pci/controller/pcie-rcar.h

-- 
2.17.1


[-- Attachment #2: Type: text/plain, Size: 420 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5658): https://lists.cip-project.org/g/cip-dev/message/5658
Mute This Topic: https://lists.cip-project.org/mt/77756292/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


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

end of thread, other threads:[~2020-10-23 20:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-23 16:57 [cip-dev] [PATCH 4.19.y-cip 0/6] Add PCIe EP driver to Renesas R-Car Gen3 and RZ/G2x Lad Prabhakar
2020-10-23 16:58 ` [cip-dev] [PATCH 4.19.y-cip 1/6] PCI: rcar: Move shareable code to a common file Lad Prabhakar
2020-10-23 19:40   ` Pavel Machek
2020-10-23 19:58     ` Lad Prabhakar
2020-10-23 20:32       ` Pavel Machek
2020-10-23 16:58 ` [cip-dev] [PATCH 4.19.y-cip 2/6] PCI: rcar: Fix calculating mask for PCIEPAMR register Lad Prabhakar
2020-10-23 16:58 ` [cip-dev] [PATCH 4.19.y-cip 3/6] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller Lad Prabhakar
2020-10-23 16:58 ` [cip-dev] [PATCH 4.19.y-cip 4/6] PCI: rcar: Add endpoint mode support Lad Prabhakar
2020-10-23 19:41   ` Pavel Machek
2020-10-23 20:16     ` Lad Prabhakar
2020-10-23 20:34       ` Pavel Machek
2020-10-23 16:58 ` [cip-dev] [PATCH 4.19.y-cip 5/6] arm64: defconfig: Enable R-Car PCIe endpoint driver Lad Prabhakar
2020-10-23 16:58 ` [cip-dev] [PATCH 4.19.y-cip 6/6] misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controller Lad Prabhakar
2020-10-23 19:36 ` [cip-dev] [PATCH 4.19.y-cip 0/6] Add PCIe EP driver to Renesas R-Car Gen3 and RZ/G2x Pavel Machek
2020-10-23 19:46   ` Lad Prabhakar

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