]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/tegra: gart: Do not register with bus
authorThierry Reding <treding@nvidia.com>
Fri, 23 Jan 2015 15:37:51 +0000 (16:37 +0100)
committerJoerg Roedel <jroedel@suse.de>
Mon, 26 Jan 2015 12:41:07 +0000 (13:41 +0100)
commitadbd879b7574790d499f3d6fafb1840da265b351
tree9a6d4b6b4c421cc38d242035ca236006a8913f1a
parent595bd192f596cf6aa525fc6fbe21ccdb8dab0aa1
iommu/tegra: gart: Do not register with bus

The driver currently doesn't work as expected and causes existing setups
with Tegra20 to break after commit 890a948b9f19 ("drm/tegra: Add IOMMU
support"). To restore these setups, do not register the operations with
the platform bus for now. Fixing this properly will involve non-trivial
changes to the DRM driver, which are unlikely to be accepted at this
point in the release cycle.

Reported-by: Misha Komarovskiy <zombah@gmail.com>
Reported-by: Nicolas Chauvet <kwizart@gmail.com>
Tested-by: Misha Komarovskiy <zombah@gmail.com>
Tested-by: Dmitry Osipenko <digetx@gmail.com>
Cc: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/tegra-gart.c