[PATCH v2 10/12] of/irq: Make of_msi_map_rid() PCI bus agnostic
Rob Herring
robh+dt at kernel.org
Tue Jun 30 17:56:44 EDT 2020
On Fri, Jun 19, 2020 at 2:20 AM Lorenzo Pieralisi
<lorenzo.pieralisi at arm.com> wrote:
>
> There is nothing PCI bus specific in the of_msi_map_rid()
> implementation other than the requester ID tag for the input
> ID space. Rename requester ID to a more generic ID so that
> the translation code can be used by all busses that require
> input/output ID translations.
>
> No functional change intended.
>
> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi at arm.com>
> Cc: Bjorn Helgaas <bhelgaas at google.com>
> Cc: Rob Herring <robh+dt at kernel.org>
> Cc: Marc Zyngier <maz at kernel.org>
> ---
> drivers/of/irq.c | 28 ++++++++++++++--------------
> drivers/pci/msi.c | 2 +-
> include/linux/of_irq.h | 8 ++++----
> 3 files changed, 19 insertions(+), 19 deletions(-)
Reviewed-by: Rob Herring <robh at kernel.org>
More information about the linux-arm-kernel
mailing list