[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200930084258.25493-1-nicoleotsuka@gmail.com>
Date: Wed, 30 Sep 2020 01:42:55 -0700
From: Nicolin Chen <nicoleotsuka@...il.com>
To: thierry.reding@...il.com, joro@...tes.org, krzk@...nel.org,
digetx@...il.com
Cc: vdumpa@...dia.com, jonathanh@...dia.com,
linux-tegra@...r.kernel.org, iommu@...ts.linux-foundation.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/3] iommu/tegra-smmu: Add PCI support
This series is to add PCI support with three changes:
PATCH-1 adds a helper function to get mc pointer
PATCH-2 adds support for clients that don't exist in DTB
PATCH-3 adds PCI support accordingly
Changelog (Detail in each patch)
v2->v3
* Replaced with devm_tegra_get_memory_controller
* Updated changes by following Dmitry's comments
v1->v2
* Added PATCH-1 suggested by Dmitry
* Reworked PATCH-2 to unify certain code
Dmitry Osipenko (1):
memory: tegra: Add devm_tegra_get_memory_controller()
Nicolin Chen (2):
iommu/tegra-smmu: Rework .probe_device and .attach_dev
iommu/tegra-smmu: Add PCI support
drivers/iommu/tegra-smmu.c | 179 +++++++++++++------------------------
drivers/memory/tegra/mc.c | 39 ++++++++
include/soc/tegra/mc.h | 17 ++++
3 files changed, 118 insertions(+), 117 deletions(-)
--
2.17.1
Powered by blists - more mailing lists