|
Re: [PATCH 4.19.y-cip 1/6] PCI: rcar: Move shareable code to a common file
Hi!
I have merged the patches, but this should be cleaned up IMO...
Kind of fun. We test the PHYRDY, not ready, so we wait (now phy
becomes ready).. and we time out.
What about
while (1) {
if
Hi!
I have merged the patches, but this should be cleaned up IMO...
Kind of fun. We test the PHYRDY, not ready, so we wait (now phy
becomes ready).. and we time out.
What about
while (1) {
if
|
By
Pavel Machek
·
#5666
·
|
|
Re: [PATCH 4.19.y-cip 0/6] Add PCIe EP driver to Renesas R-Car Gen3 and RZ/G2x
Hi!
Thanks, patches look good and CIP testing did not find any problems,
so I applied them and pushed out.
I'll have some additional comments, but those can be solved
post-merge.
Best
Hi!
Thanks, patches look good and CIP testing did not find any problems,
so I applied them and pushed out.
I'll have some additional comments, but those can be solved
post-merge.
Best
|
By
Pavel Machek
·
#5665
·
|
|
[PATCH 4.19.y-cip 6/6] misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controller
commit b03025c57396b23fe2423384c25aa580000e9883 upstream.
Add Renesas R8A774C0 in pci_device_id table so that pci-epf-test can be
used for testing PCIe EP on RZ/G2E.
Signed-off-by: Lad Prabhakar
commit b03025c57396b23fe2423384c25aa580000e9883 upstream.
Add Renesas R8A774C0 in pci_device_id table so that pci-epf-test can be
used for testing PCIe EP on RZ/G2E.
Signed-off-by: Lad Prabhakar
|
By
Lad Prabhakar
·
#5664
·
|
|
[PATCH 4.19.y-cip 5/6] arm64: defconfig: Enable R-Car PCIe endpoint driver
commit cd8bc7d4eb6608afe78ac51422ef94b7824f1646 upstream.
Enable R-Car PCIe endpoint driver on RZ/G2E board, including enabling
endpoint configurations CONFIG_PCI_ENDPOINT,
commit cd8bc7d4eb6608afe78ac51422ef94b7824f1646 upstream.
Enable R-Car PCIe endpoint driver on RZ/G2E board, including enabling
endpoint configurations CONFIG_PCI_ENDPOINT,
|
By
Lad Prabhakar
·
#5663
·
|
|
[PATCH 4.19.y-cip 4/6] PCI: rcar: Add endpoint mode support
commit 2a6d0d63d99956a66f6605832f11755d74a41951 upstream.
Add support for R-Car PCIe controller to work in endpoint mode.
Link:
commit 2a6d0d63d99956a66f6605832f11755d74a41951 upstream.
Add support for R-Car PCIe controller to work in endpoint mode.
Link:
|
By
Lad Prabhakar
·
#5662
·
|
|
[PATCH 4.19.y-cip 3/6] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller
commit 4c0f80920923f1033e9fe048f44b6e1ffe18c58d upstream.
This patch adds the bindings for the R-Car PCIe endpoint driver.
Link:
commit 4c0f80920923f1033e9fe048f44b6e1ffe18c58d upstream.
This patch adds the bindings for the R-Car PCIe endpoint driver.
Link:
|
By
Lad Prabhakar
·
#5661
·
|
|
[PATCH 4.19.y-cip 2/6] PCI: rcar: Fix calculating mask for PCIEPAMR register
commit 328263687148bebf0d5daf5d06bcc2a46f3d7b0a upstream.
The mask value was calculated incorrectly for PCIEPAMR register if the
size was less than 128 bytes. Fix this issue by adding a check on
commit 328263687148bebf0d5daf5d06bcc2a46f3d7b0a upstream.
The mask value was calculated incorrectly for PCIEPAMR register if the
size was less than 128 bytes. Fix this issue by adding a check on
|
By
Lad Prabhakar
·
#5660
·
|
|
[PATCH 4.19.y-cip 1/6] PCI: rcar: Move shareable code to a common file
commit 78a0d7f2f5a31357bce68012d886507b4cf33598 upstream.
Move shareable code to common file pcie-rcar.c and the #defines to
pcie-rcar.h so that the common code can be reused with endpoint
commit 78a0d7f2f5a31357bce68012d886507b4cf33598 upstream.
Move shareable code to common file pcie-rcar.c and the #defines to
pcie-rcar.h so that the common code can be reused with endpoint
|
By
Lad Prabhakar
·
#5659
·
|
|
[PATCH 4.19.y-cip 0/6] Add PCIe EP driver to Renesas R-Car Gen3 and RZ/G2x
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)
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)
|
By
Lad Prabhakar
·
#5658
·
|
|
Re: [RFC PATCH 4.19.y-cip 38/50] PCI: rcar: Move shareable code to a common file
Hi!
I'm not 100% sure what you are proposing, but let's do that. We should
not end with two copies of the identical code in -cip, right?
I believe we are ready for rest of the patches.
Best
Hi!
I'm not 100% sure what you are proposing, but let's do that. We should
not end with two copies of the identical code in -cip, right?
I believe we are ready for rest of the patches.
Best
|
By
Pavel Machek
·
#5657
·
|
|
Re: [RFC PATCH 4.19.y-cip 41/50] PCI: rcar: Add endpoint mode support
I mean "fix it upstream first" is good strategy here. This is just
cosmetics. You don't even have to backport it.. just fix it upstream.
Best regards,
Pavel
--
DENX Software Engineering
I mean "fix it upstream first" is good strategy here. This is just
cosmetics. You don't even have to backport it.. just fix it upstream.
Best regards,
Pavel
--
DENX Software Engineering
|
By
Pavel Machek
·
#5656
·
|
|
Re: Direct Pushes for cip-kernel-sec
[...]
I was going to suggest you do that, for other reasons. I didn't
realise you weren't able to do so. It looks you have been granted that
permission now, is that right?
Ben.
--
Ben Hutchings,
[...]
I was going to suggest you do that, for other reasons. I didn't
realise you weren't able to do so. It looks you have been granted that
permission now, is that right?
Ben.
--
Ben Hutchings,
|
By
Ben Hutchings <ben.hutchings@...>
·
#5655
·
|
|
Re: [PATCH 4.19.y-cip 00/13] Enhancements to PCIe EPF
Hi!
Thanks, applied and pushed out.
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194
Hi!
Thanks, applied and pushed out.
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194
|
By
Pavel Machek
·
#5654
·
|
|
[PATCH 4.19.y-cip 13/13] arm64: defconfig: Enable CONFIG_PCIE_RCAR_HOST
commit fecc5cfcd55f7aacc483726c405a951bd6aaaf2e upstream.
config option PCIE_RCAR internally selects PCIE_RCAR_HOST which builds
the same driver. So this patch renames CONFIG_PCIE_RCAR
commit fecc5cfcd55f7aacc483726c405a951bd6aaaf2e upstream.
config option PCIE_RCAR internally selects PCIE_RCAR_HOST which builds
the same driver. So this patch renames CONFIG_PCIE_RCAR
|
By
Lad Prabhakar
·
#5653
·
|
|
[PATCH 4.19.y-cip 12/13] PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c
commit a18f4b6ea50b81e28bd05381883a531ab345f753 upstream.
This commit renames pcie-rcar.c to pcie-rcar-host.c in preparation for
adding support for endpoint mode. CONFIG_PCIE_RCAR is kept so that
commit a18f4b6ea50b81e28bd05381883a531ab345f753 upstream.
This commit renames pcie-rcar.c to pcie-rcar-host.c in preparation for
adding support for endpoint mode. CONFIG_PCIE_RCAR is kept so that
|
By
Lad Prabhakar
·
#5652
·
|
|
[PATCH 4.19.y-cip 11/13] PCI: endpoint: functions/pci-epf-test: Print throughput information
From: Kishon Vijay Abraham I <kishon@...>
commit 5893c2e5353bb9a723d862d8b6ba8028a8f6a6eb upstream.
Print throughput information in KB/s after every completed transfer,
including information on
From: Kishon Vijay Abraham I <kishon@...>
commit 5893c2e5353bb9a723d862d8b6ba8028a8f6a6eb upstream.
Print throughput information in KB/s after every completed transfer,
including information on
|
By
Lad Prabhakar
·
#5651
·
|
|
[PATCH 4.19.y-cip 10/13] PCI: endpoint: Add support to handle multiple base for mapping outbound memory
commit d45e3c1a5979efd40dbbac9a5c3586f4fa41f734 upstream.
R-Car PCIe controller has support to map multiple memory regions for
mapping the outbound memory in local system also the controller
commit d45e3c1a5979efd40dbbac9a5c3586f4fa41f734 upstream.
R-Car PCIe controller has support to map multiple memory regions for
mapping the outbound memory in local system also the controller
|
By
Lad Prabhakar
·
#5650
·
|
|
[PATCH 4.19.y-cip 09/13] PCI: endpoint: Pass page size as argument to pci_epc_mem_init()
commit 975cf23e3aa89588cbfc9ad6f2b23bd32af4edc7 upstream.
pci_epc_mem_init() internally used page size equal to *PAGE_SIZE* to
manage the address space so instead just pass the page size as
commit 975cf23e3aa89588cbfc9ad6f2b23bd32af4edc7 upstream.
pci_epc_mem_init() internally used page size equal to *PAGE_SIZE* to
manage the address space so instead just pass the page size as
|
By
Lad Prabhakar
·
#5649
·
|
|
[PATCH 4.19.y-cip 08/13] PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
From: Kishon Vijay Abraham I <kishon@...>
commit 83153d9f36e24978c6211d246cb6f532bf54e5dc upstream.
commit 8963106eabdc ("PCI: endpoint: Add MSI-X interfaces") while
adding support to raise MSI-X
From: Kishon Vijay Abraham I <kishon@...>
commit 83153d9f36e24978c6211d246cb6f532bf54e5dc upstream.
commit 8963106eabdc ("PCI: endpoint: Add MSI-X interfaces") while
adding support to raise MSI-X
|
By
Lad Prabhakar
·
#5648
·
|
|
[PATCH 4.19.y-cip 07/13] PCI: pci-epf-test: Add support to defer core initialization
From: Vidya Sagar <vidyas@...>
commit 5e50ee27d4a52a817ab152128c48690ec7c5cdf1 upstream.
Add support to defer core initialization for the endpoint mode of
operation.
This would enable
From: Vidya Sagar <vidyas@...>
commit 5e50ee27d4a52a817ab152128c48690ec7c5cdf1 upstream.
Add support to defer core initialization for the endpoint mode of
operation.
This would enable
|
By
Lad Prabhakar
·
#5647
·
|