[RFC PATCH v2 0/4] bus: fsl-mc: Add ACPI support for fsl-mc

From: laurentiu . tudor
Date: Tue Mar 24 2020 - 07:30:44 EST


From: Laurentiu Tudor <laurentiu.tudor@xxxxxxx>

This patch adds ACPI support for the fsl-mc bus driver. First 2 patches
are prerequsite that remove dependencies on device tree. Third patch
adds the actual ACPI support and the final one drops some fsl-mc
specific code in the generic device tree handling code.

Changes in v2:
- add missing of_xlate call in custom .dma_configure (patch 1)
- added a cover letter

Diana Craciun (1):
irqchip/fsl-mc: Change the way the IRQ domain is set for MC devices

Laurentiu Tudor (2):
bus: fsl-mc: add custom .dma_configure implementation
iommu/of: get rid of fsl-mc specific code

Makarand Pawagi (1):
bus: fsl-mc: Add ACPI support for fsl-mc

drivers/bus/fsl-mc/fsl-mc-bus.c | 85 ++++++++++++++++-----
drivers/bus/fsl-mc/fsl-mc-msi.c | 11 ++-
drivers/iommu/of_iommu.c | 20 -----
drivers/irqchip/irq-gic-v3-its-fsl-mc-msi.c | 69 ++++++++++++++++-
4 files changed, 145 insertions(+), 40 deletions(-)

--
2.17.1