Re: [PATCH v2] PCI: exynos: refactor exynos pcie driver

2017-01-28 Thread Bjorn Helgaas
On Thu, Jan 05, 2017 at 09:23:38AM +0530, Pankaj Dubey wrote: > From: Niyas Ahmed S T > > Currently Exynos PCIe driver is only supported for Exynos5440 SoC. > This patch does refactoring of Exynos PCIe driver to extend support > for other Exynos SoC. > > Following are

Re: [PATCH v2] PCI: exynos: refactor exynos pcie driver

2017-01-28 Thread Bjorn Helgaas
On Thu, Jan 05, 2017 at 09:23:38AM +0530, Pankaj Dubey wrote: > From: Niyas Ahmed S T > > Currently Exynos PCIe driver is only supported for Exynos5440 SoC. > This patch does refactoring of Exynos PCIe driver to extend support > for other Exynos SoC. > > Following are the main changes done via

Re: [PATCH v2] PCI: exynos: refactor exynos pcie driver

2017-01-19 Thread pankaj.dubey
Hello Jingoo, Bjorn, On Thursday 05 January 2017 09:47 AM, Jaehoon Chung wrote: > On 01/05/2017 12:53 PM, Pankaj Dubey wrote: >> From: Niyas Ahmed S T >> >> Currently Exynos PCIe driver is only supported for Exynos5440 SoC. >> This patch does refactoring of Exynos PCIe

Re: [PATCH v2] PCI: exynos: refactor exynos pcie driver

2017-01-19 Thread pankaj.dubey
Hello Jingoo, Bjorn, On Thursday 05 January 2017 09:47 AM, Jaehoon Chung wrote: > On 01/05/2017 12:53 PM, Pankaj Dubey wrote: >> From: Niyas Ahmed S T >> >> Currently Exynos PCIe driver is only supported for Exynos5440 SoC. >> This patch does refactoring of Exynos PCIe driver to extend support

Re: [PATCH v2] PCI: exynos: refactor exynos pcie driver

2017-01-04 Thread Jaehoon Chung
On 01/05/2017 12:53 PM, Pankaj Dubey wrote: > From: Niyas Ahmed S T > > Currently Exynos PCIe driver is only supported for Exynos5440 SoC. > This patch does refactoring of Exynos PCIe driver to extend support > for other Exynos SoC. > > Following are the main changes

Re: [PATCH v2] PCI: exynos: refactor exynos pcie driver

2017-01-04 Thread Jaehoon Chung
On 01/05/2017 12:53 PM, Pankaj Dubey wrote: > From: Niyas Ahmed S T > > Currently Exynos PCIe driver is only supported for Exynos5440 SoC. > This patch does refactoring of Exynos PCIe driver to extend support > for other Exynos SoC. > > Following are the main changes done via this patch: > >

Re: [PATCH v2] PCI: exynos: refactor exynos pcie driver

2017-01-04 Thread Alim Akhtar
Hello Pankaj, On 01/05/2017 09:23 AM, Pankaj Dubey wrote: From: Niyas Ahmed S T Currently Exynos PCIe driver is only supported for Exynos5440 SoC. This patch does refactoring of Exynos PCIe driver to extend support for other Exynos SoC. Following are the main changes

Re: [PATCH v2] PCI: exynos: refactor exynos pcie driver

2017-01-04 Thread Alim Akhtar
Hello Pankaj, On 01/05/2017 09:23 AM, Pankaj Dubey wrote: From: Niyas Ahmed S T Currently Exynos PCIe driver is only supported for Exynos5440 SoC. This patch does refactoring of Exynos PCIe driver to extend support for other Exynos SoC. Following are the main changes done via this patch: 1)

[PATCH v2] PCI: exynos: refactor exynos pcie driver

2017-01-04 Thread Pankaj Dubey
From: Niyas Ahmed S T Currently Exynos PCIe driver is only supported for Exynos5440 SoC. This patch does refactoring of Exynos PCIe driver to extend support for other Exynos SoC. Following are the main changes done via this patch: 1) It adds separate structs for

[PATCH v2] PCI: exynos: refactor exynos pcie driver

2017-01-04 Thread Pankaj Dubey
From: Niyas Ahmed S T Currently Exynos PCIe driver is only supported for Exynos5440 SoC. This patch does refactoring of Exynos PCIe driver to extend support for other Exynos SoC. Following are the main changes done via this patch: 1) It adds separate structs for memory, clock resources.