Re: [PATCH v3 2/4] of/irq: Add new function of_msi_map_rid()

2015-10-01 Thread Rob Herring
On Wed, Sep 30, 2015 at 5:47 PM, David Daney wrote: > From: David Daney > > The device tree property "msi-map" specifies how to create the PCI > requester id used in some MSI controllers. Add a new function > of_msi_map_rid() that finds the msi-map property and applies its > translation to a giv

[PATCH v3 2/4] of/irq: Add new function of_msi_map_rid()

2015-09-30 Thread David Daney
From: David Daney The device tree property "msi-map" specifies how to create the PCI requester id used in some MSI controllers. Add a new function of_msi_map_rid() that finds the msi-map property and applies its translation to a given requester id. Reviewed-by: Marc Zyngier Signed-off-by: Davi