Re: [PATCH V2 2/2] PCI: generic: Add msi_parent DT binding

2014-11-12 Thread Suravee Suthikulpanit
On 11/12/14 13:56, Srikanth Thokala wrote: @@ -122,9 +123,19 @@ static int gen_pci_config_write(struct pci_bus *bus, unsigned int devfn, > return PCIBIOS_SUCCESSFUL; > } > >+static int gen_pci_set_msi_parent(struct pci_bus *bus) >+{ >+ struct gen_pci *pci = bus_to_gen_pci(bus); >+

Re: [PATCH V2 2/2] PCI: generic: Add msi_parent DT binding

2014-11-12 Thread Suravee Suthikulpanit
On 11/12/14 14:09, Srikanth Thokala wrote: @@ -122,9 +123,19 @@ static int gen_pci_config_write(struct pci_bus *bus, unsigned int devfn, >> return PCIBIOS_SUCCESSFUL; >> } >> >>+static int gen_pci_set_msi_parent(struct pci_bus *bus) >>+{ >>+ struct gen_pci *pci = bus_to_gen_pci(

Re: [PATCH V2 2/2] PCI: generic: Add msi_parent DT binding

2014-11-11 Thread Srikanth Thokala
Hi, On Wed, Nov 12, 2014 at 12:26 PM, Srikanth Thokala wrote: > Hi, > > On Wed, Nov 12, 2014 at 12:47 AM, wrote: >> From: Suravee Suthikulpanit >> >> This patch introduces a new DT binding, msi-parent, which can >> be used to specify MSI-parent phandle for a particular PCI >> generic host cont

Re: [PATCH V2 2/2] PCI: generic: Add msi_parent DT binding

2014-11-11 Thread Srikanth Thokala
Hi, On Wed, Nov 12, 2014 at 12:47 AM, wrote: > From: Suravee Suthikulpanit > > This patch introduces a new DT binding, msi-parent, which can > be used to specify MSI-parent phandle for a particular PCI > generic host controller. > > Also, it implements and registers set_msi_parent callback. > >