2022-10-21 15:04:58

by Alexandre Mergnat

[permalink] [raw]
Subject: [PATCH v5 0/3] iommu/mediatek: Add mt8365 iommu support

Hi,

This series contains patches related to the support of mt8365 iommu.
Thanks for your feedback so far.

Regards,
Alex

Changes in v5:
- Fix name file in mediatek,iommu.yaml
- Rename defines to be more consistent
- Rework INT_ID_PORT_WIDTH_6 check
- Link to v4: https://lore.kernel.org/r/[email protected]

Changes in v4:
- Typo
- Rebase
- Link to v3: https://lore.kernel.org/r/[email protected]

Changes in v3:
- Rename "mt8365-larb-port.h" to "mediatek,mt8365-larb-port.h"
- Rework the macros which retrieve larb/port ID to improve human readability
- Link to v2: https://lore.kernel.org/r/[email protected]

Changes in v2:
- Rebase.
- Change M4U_PORT_APU_READ & M4U_PORT_APU_WRITE port to avoid display
conflict in larb0. These definitions are used for vpu0 device node.
- Add dual license.
- Retitle commit.
- Rename to int_id_port_width for more detail.
- Fix typo.
- Set banks_enable and banks_num in mt8365_data to fix kernel panic at boot.
- Link to v1 - https://lore.kernel.org/lkml/[email protected]/

To: Yong Wu <[email protected]>
To: Joerg Roedel <[email protected]>
To: Will Deacon <[email protected]>
To: Robin Murphy <[email protected]>
To: Rob Herring <[email protected]>
To: Krzysztof Kozlowski <[email protected]>
To: Matthias Brugger <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Fabien Parent <[email protected]>
Cc: Markus Schneider-Pargmann <[email protected]>
Cc: Amjad Ouled-Ameur <[email protected]>
Cc: AngeloGioacchino Del Regno <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Alexandre Mergnat <[email protected]>

---
Fabien Parent (3):
dt-bindings: iommu: mediatek: add binding documentation for MT8365 SoC
iommu/mediatek: add support for 6-bit encoded port IDs
iommu/mediatek: add support for MT8365 SoC

.../devicetree/bindings/iommu/mediatek,iommu.yaml | 2 +
drivers/iommu/mtk_iommu.c | 25 +++++-
.../dt-bindings/memory/mediatek,mt8365-larb-port.h | 90 ++++++++++++++++++++++
3 files changed, 116 insertions(+), 1 deletion(-)
---
base-commit: 11082343e3bf2953a937509f0316cabf69dbf908
change-id: 20221001-iommu-support-f409c7e094e6

Best regards,
--
Alexandre Mergnat <[email protected]>


2022-10-25 07:31:00

by Yong Wu (吴勇)

[permalink] [raw]
Subject: Re: [PATCH v5 0/3] iommu/mediatek: Add mt8365 iommu support

On Fri, 2022-10-21 at 15:42 +0200, Alexandre Mergnat wrote:
> Hi,
>
> This series contains patches related to the support of mt8365 iommu.
> Thanks for your feedback so far.
>
> Regards,
> Alex
>
> Changes in
> v5:
> - Fix name file in
> mediatek,iommu.yaml
> - Rename defines to be more
> consistent
> - Rework INT_ID_PORT_WIDTH_6
> check
> - Link to v4:
> https://lore.kernel.org/r/[email protected]


For this series,

Reviewed-by: Yong Wu <[email protected]>