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

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

2019-10-21 Thread Kishon Vijay Abraham I
Tom, On 17/10/19 12:38 AM, Tom Joseph wrote: > 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 simu

[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 --- d