RE: [PATCH v4 5/7] PCI: cadence: Add support to configure virtual functions

2021-04-06 Thread Tom Joseph
aham I > --- > .../pci/controller/cadence/pcie-cadence-ep.c | 207 -- > drivers/pci/controller/cadence/pcie-cadence.h | 7 + > 2 files changed, 197 insertions(+), 17 deletions(-) > Acked-by: Tom Joseph

RE: [PATCH v7 0/2] PCI: cadence: Retrain Link to work around Gen2

2021-02-02 Thread Tom Joseph
> -Original Message- > From: Nadeem Athani > Sent: 30 December 2020 12:05 > To: Tom Joseph ; lorenzo.pieral...@arm.com; > r...@kernel.org; bhelg...@google.com; kis...@ti.com; linux- > o...@vger.kernel.org; linux-...@vger.kernel.org; linux-arm- > ker...@lists.infrad

RE: [PATCH v8 11/18] PCI: cadence: Implement ->msi_map_irq() ops

2020-12-14 Thread Tom Joseph
| 53 +++ > 1 file changed, 53 insertions(+) > Reviewed-by: Tom Joseph

RE: [PATCH v8 12/18] PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_map

2020-12-14 Thread Tom Joseph
already have the > configured functions information (irrespective of whether the endpoint > controller is associated with primary or secondary interface). > > Signed-off-by: Kishon Vijay Abraham I > --- > drivers/pci/controller/cadence/pcie-cadence-ep.c | 7 +-- > 1 file

RE: [PATCH v2 0/4] PCI: cadence: Deprecate inbound/outbound specific bindings

2020-05-06 Thread Tom Joseph
> -Original Message- > From: Kishon Vijay Abraham I > Sent: 17 April 2020 12:43 > To: Tom Joseph ; Bjorn Helgaas > ; Rob Herring ; Lorenzo > Pieralisi ; Andrew Murray > > Cc: linux-...@vger.kernel.org; devicet...@vger.kernel.org; linux- > ker...@vger.kernel.o

RE: [PATCH v2] PCI: cadence: Refactor driver to use as a core library

2019-10-22 Thread Tom Joseph
Hi Kishon, > -Original Message- > From: Kishon Vijay Abraham I > Sent: 21 October 2019 13:13 > To: Tom Joseph ; linux-...@vger.kernel.org > Cc: Lorenzo Pieralisi ; Bjorn Helgaas > ; linux-kernel@vger.kernel.org > Subject: Re: [PATCH v2] PCI: cadence: Refactor dr

[PATCH v2] PCI: cadence: Refactor driver to use as a core library

2019-10-16 Thread Tom Joseph
All the platform related APIs/Structures in the driver is extracted out to a separate file (pcie-cadence-plat.c). This enables the driver to be used as a core library, which could now be used by other platform drivers. Testing done using simulation environment. Signed-off-by: Tom Joseph

RE: [PATCH] PCI:cadence:Driver refactored to use as a core library.

2019-10-16 Thread Tom Joseph
Hi Kishon, > -Original Message- > From: Kishon Vijay Abraham I > Sent: 15 October 2019 12:23 > To: Tom Joseph ; linux-...@vger.kernel.org > Cc: Lorenzo Pieralisi ; Bjorn Helgaas > ; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] PCI:cadence:Driver refactored to

RE: [PATCH] PCI:cadence:Driver refactored to use as a core library.

2019-10-01 Thread Tom Joseph
Hi Andrew, Thanks for the kind review. > -Original Message- > From: Andrew Murray > Sent: 01 October 2019 11:07 > To: Tom Joseph > Cc: linux-...@vger.kernel.org; Lorenzo Pieralisi ; > Bjorn Helgaas ; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] PCI:cade

[PATCH] PCI:cadence:Driver refactored to use as a core library.

2019-09-30 Thread Tom Joseph
t_driver); diff --git a/drivers/pci/controller/pcie-cadence-plat.c b/drivers/pci/controller/pcie-cadence-plat.c new file mode 100644 index 000..274615d --- /dev/null +++ b/drivers/pci/controller/pcie-cadence-plat.c @@ -0,0 +1,154 @@ +// SPDX-License-Identifier: GPL-2.0 +// Copyright (c) 2019

[PATCH] MAINTAINERS: pci/cadence: Updating maintainer information. Removing Alan and adding myself(tjos...@cadence.com) as the maintainer.

2019-02-19 Thread Tom Joseph
Signed-off-by: Tom Joseph --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 41ce5f4..7938e3f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11592,7 +11592,7 @@ F: Documentation/devicetree/bindings/pci/pci-armada8k.txt F

[PATCH] MAINTAINERS: pci/cadence: Updating maintainer information

2019-02-19 Thread Tom Joseph
Removing Alan Douglas and adding Tom Joseph as the current maintainer. Tom Joseph (1): MAINTAINERS: pci/cadence: Updating maintainer information. Removing Alan and adding myself(tjos...@cadence.com) as the maintainer. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1