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);
>+
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(
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
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.
>
>
4 matches
Mail list logo