* [PATCH] iommu: tegra: depend on ARCH_TEGRA, not ARCH_TEGRA_*
@ 2013-07-16 22:20 Stephen Warren
2013-07-18 17:00 ` Stephen Warren
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2013-07-16 22:20 UTC (permalink / raw)
To: linux-arm-kernel
From: Stephen Warren <swarren@nvidia.com>
I'm planning to remove CONFIG_ARCH_TEGRA_*_SOC, leaving just ARCH_TEGRA.
This will reduce the number of configurations that need to be supported
by core Tegra code, e.g. CPU idle, hotplug. As a precursor, we need to
update Kconfig for all Tegra drivers not to reference ARCH_TEGRA_*_SOC.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
drivers/iommu/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index 820d85c..0da7938 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -148,7 +148,7 @@ config OMAP_IOMMU_DEBUG
config TEGRA_IOMMU_GART
bool "Tegra GART IOMMU Support"
- depends on ARCH_TEGRA_2x_SOC
+ depends on ARCH_TEGRA
select IOMMU_API
help
Enables support for remapping discontiguous physical memory
--
1.8.1.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] iommu: tegra: depend on ARCH_TEGRA, not ARCH_TEGRA_*
2013-07-16 22:20 [PATCH] iommu: tegra: depend on ARCH_TEGRA, not ARCH_TEGRA_* Stephen Warren
@ 2013-07-18 17:00 ` Stephen Warren
2013-07-20 7:15 ` Joerg Roedel
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2013-07-18 17:00 UTC (permalink / raw)
To: linux-arm-kernel
On 07/16/2013 04:20 PM, Stephen Warren wrote:
> I'm planning to remove CONFIG_ARCH_TEGRA_*_SOC, leaving just ARCH_TEGRA.
> This will reduce the number of configurations that need to be supported
> by core Tegra code, e.g. CPU idle, hotplug. As a precursor, we need to
> update Kconfig for all Tegra drivers not to reference ARCH_TEGRA_*_SOC.
I'd like to defer actually applying this patch. There is some discussion
(in the thread for the equivalent ASoC patches) re: the best way to
handle the ARCH_TEGRA_*_SOC Kconfig options which might affect this
patch. Any review comment is still appreciated.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] iommu: tegra: depend on ARCH_TEGRA, not ARCH_TEGRA_*
2013-07-18 17:00 ` Stephen Warren
@ 2013-07-20 7:15 ` Joerg Roedel
0 siblings, 0 replies; 3+ messages in thread
From: Joerg Roedel @ 2013-07-20 7:15 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jul 18, 2013 at 11:00:19AM -0600, Stephen Warren wrote:
> I'd like to defer actually applying this patch. There is some discussion
> (in the thread for the equivalent ASoC patches) re: the best way to
> handle the ARCH_TEGRA_*_SOC Kconfig options which might affect this
> patch. Any review comment is still appreciated.
Okay, not much to review here. Just let me know if it is still required.
Joerg
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-20 7:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16 22:20 [PATCH] iommu: tegra: depend on ARCH_TEGRA, not ARCH_TEGRA_* Stephen Warren
2013-07-18 17:00 ` Stephen Warren
2013-07-20 7:15 ` Joerg Roedel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).