Re: [PATCH v2 2/8] PCI: designware: refactor host init code to re-use on v3.65 DW pci hw

2014-06-22 Thread Pratyush Anand
On Sat, Jun 21, 2014 at 02:47:27AM +0800, Murali Karicheri wrote: On 6/18/2014 3:05 AM, Pratyush Anand wrote: Hi Murali, On Wed, Jun 11, 2014 at 02:51:21AM +0800, Murali Karicheri wrote: [...] Pratyush, Thanks for the comments. This is IP specific code and another driver that has

RE: [PATCH v2 2/8] PCI: designware: refactor host init code to re-use on v3.65 DW pci hw

2014-06-22 Thread Mohit KUMAR DCG
, Santosh; Russell King; Grant Likely; Rob Herring; Mohit KUMAR DCG; Jingoo Han; Bjorn Helgaas; Richard Zhu; ABRAHAM, KISHON VIJAY; Marek Vasut; Arnd Bergmann; Pawel Moll; Mark Rutland; Ian Campbell; Kumar Gala; Randy Dunlap Subject: Re: [PATCH v2 2/8] PCI: designware: refactor host init code to re

Re: [PATCH v2 2/8] PCI: designware: refactor host init code to re-use on v3.65 DW pci hw

2014-06-20 Thread Murali Karicheri
On 6/18/2014 3:05 AM, Pratyush Anand wrote: Hi Murali, On Wed, Jun 11, 2014 at 02:51:21AM +0800, Murali Karicheri wrote: Current DW PCI host init code has code specific to newer hw such as ATU port specific resource parsing and map. v3.65 DW PCI host has OK, Older version did not had standard

Re: [PATCH v2 2/8] PCI: designware: refactor host init code to re-use on v3.65 DW pci hw

2014-06-20 Thread Murali Karicheri
On 6/18/2014 3:05 AM, Pratyush Anand wrote: Hi Murali, On Wed, Jun 11, 2014 at 02:51:21AM +0800, Murali Karicheri wrote: Current DW PCI host init code has code specific to newer hw such as ATU port specific resource parsing and map. v3.65 DW PCI host has OK, Older version did not had standard

Re: [PATCH v2 2/8] PCI: designware: refactor host init code to re-use on v3.65 DW pci hw

2014-06-18 Thread Pratyush Anand
Hi Murali, On Wed, Jun 11, 2014 at 02:51:21AM +0800, Murali Karicheri wrote: Current DW PCI host init code has code specific to newer hw such as ATU port specific resource parsing and map. v3.65 DW PCI host has OK, Older version did not had standard viewport implementation, so patch 1 of this

[PATCH v2 2/8] PCI: designware: refactor host init code to re-use on v3.65 DW pci hw

2014-06-10 Thread Murali Karicheri
Current DW PCI host init code has code specific to newer hw such as ATU port specific resource parsing and map. v3.65 DW PCI host has MSI controller in application space and requires different controller initialization code. So refactor the msi host controller code into a separate function. Other