2020-09-17 11:53:06

by Nicolin Chen

[permalink] [raw]
Subject: [RESEND][PATCH 0/2] iommu/tegra-smmu: Fix TLB line for Tegra210

These two patches fix ACTIVE_TLB_LINES field setting in tegra-smmu
driver for Tegra210 platforms.

This resend in series groups two previous seperate changes that're
corelated, being pointed out by Thierry. Also adding his Acked-by.

Nicolin Chen (2):
iommu/tegra-smmu: Fix tlb_mask
memory: tegra: Correct num_tlb_lines for tegra210

drivers/iommu/tegra-smmu.c | 2 +-
drivers/memory/tegra/tegra210.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

--
2.17.1


2020-09-18 09:09:31

by Joerg Roedel

[permalink] [raw]
Subject: Re: [RESEND][PATCH 0/2] iommu/tegra-smmu: Fix TLB line for Tegra210

On Thu, Sep 17, 2020 at 04:31:53AM -0700, Nicolin Chen wrote:
> These two patches fix ACTIVE_TLB_LINES field setting in tegra-smmu
> driver for Tegra210 platforms.
>
> This resend in series groups two previous seperate changes that're
> corelated, being pointed out by Thierry. Also adding his Acked-by.
>
> Nicolin Chen (2):
> iommu/tegra-smmu: Fix tlb_mask
> memory: tegra: Correct num_tlb_lines for tegra210
>
> drivers/iommu/tegra-smmu.c | 2 +-
> drivers/memory/tegra/tegra210.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.