All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iommu: tegra: remove include of <mach/iomap.h>
@ 2012-10-02 22:15 ` Stephen Warren
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Warren @ 2012-10-02 22:15 UTC (permalink / raw)
  To: Joerg Roedel
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Nothing from this file is used, and the file will hopefully be deleted
soon.

Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
Joerg, if this patch can get into 3.7 (it's late, I know) then that
would be great. If not, may I please request an ack so I can take the
change through the Tegra tree in 3.8, since I will probably have cleanup
patches that depend on this change. Thanks.

This is based on the IOMMU arm/tegra branch.
---
 drivers/iommu/tegra-smmu.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c
index e1d17fe..e7b56da 100644
--- a/drivers/iommu/tegra-smmu.c
+++ b/drivers/iommu/tegra-smmu.c
@@ -38,7 +38,6 @@
 #include <asm/page.h>
 #include <asm/cacheflush.h>
 
-#include <mach/iomap.h>
 #include <mach/tegra-ahb.h>
 
 enum smmu_hwgrp {
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] iommu: tegra: remove include of <mach/iomap.h>
@ 2012-10-02 22:15 ` Stephen Warren
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Warren @ 2012-10-02 22:15 UTC (permalink / raw)
  To: Joerg Roedel; +Cc: linux-kernel, linux-tegra, Stephen Warren

From: Stephen Warren <swarren@nvidia.com>

Nothing from this file is used, and the file will hopefully be deleted
soon.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
Joerg, if this patch can get into 3.7 (it's late, I know) then that
would be great. If not, may I please request an ack so I can take the
change through the Tegra tree in 3.8, since I will probably have cleanup
patches that depend on this change. Thanks.

This is based on the IOMMU arm/tegra branch.
---
 drivers/iommu/tegra-smmu.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c
index e1d17fe..e7b56da 100644
--- a/drivers/iommu/tegra-smmu.c
+++ b/drivers/iommu/tegra-smmu.c
@@ -38,7 +38,6 @@
 #include <asm/page.h>
 #include <asm/cacheflush.h>
 
-#include <mach/iomap.h>
 #include <mach/tegra-ahb.h>
 
 enum smmu_hwgrp {
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] iommu: tegra: remove include of <mach/iomap.h>
  2012-10-02 22:15 ` Stephen Warren
@ 2012-10-15 17:42     ` Stephen Warren
  -1 siblings, 0 replies; 8+ messages in thread
From: Stephen Warren @ 2012-10-15 17:42 UTC (permalink / raw)
  To: Joerg Roedel
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

On 10/02/2012 04:15 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> 
> Nothing from this file is used, and the file will hopefully be deleted
> soon.
> 
> Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
> Joerg, if this patch can get into 3.7 (it's late, I know) then that
> would be great. If not, may I please request an ack so I can take the
> change through the Tegra tree in 3.8, since I will probably have cleanup
> patches that depend on this change. Thanks.

Joerg, given 3.7-rc1 is now out, I'd like to take this through the Tegra
tree due to other patches depending on it.

Given the patch is so trivial, I'll probably just apply it anyway soon -
this is more of a heads-up to avoid it being taken through the IOMMU tree.

Thanks.

> This is based on the IOMMU arm/tegra branch.
> ---
>  drivers/iommu/tegra-smmu.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c
> index e1d17fe..e7b56da 100644
> --- a/drivers/iommu/tegra-smmu.c
> +++ b/drivers/iommu/tegra-smmu.c
> @@ -38,7 +38,6 @@
>  #include <asm/page.h>
>  #include <asm/cacheflush.h>
>  
> -#include <mach/iomap.h>
>  #include <mach/tegra-ahb.h>
>  
>  enum smmu_hwgrp {

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] iommu: tegra: remove include of <mach/iomap.h>
@ 2012-10-15 17:42     ` Stephen Warren
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Warren @ 2012-10-15 17:42 UTC (permalink / raw)
  To: Joerg Roedel; +Cc: linux-kernel, linux-tegra, Stephen Warren

On 10/02/2012 04:15 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> Nothing from this file is used, and the file will hopefully be deleted
> soon.
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> Joerg, if this patch can get into 3.7 (it's late, I know) then that
> would be great. If not, may I please request an ack so I can take the
> change through the Tegra tree in 3.8, since I will probably have cleanup
> patches that depend on this change. Thanks.

Joerg, given 3.7-rc1 is now out, I'd like to take this through the Tegra
tree due to other patches depending on it.

Given the patch is so trivial, I'll probably just apply it anyway soon -
this is more of a heads-up to avoid it being taken through the IOMMU tree.

Thanks.

> This is based on the IOMMU arm/tegra branch.
> ---
>  drivers/iommu/tegra-smmu.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c
> index e1d17fe..e7b56da 100644
> --- a/drivers/iommu/tegra-smmu.c
> +++ b/drivers/iommu/tegra-smmu.c
> @@ -38,7 +38,6 @@
>  #include <asm/page.h>
>  #include <asm/cacheflush.h>
>  
> -#include <mach/iomap.h>
>  #include <mach/tegra-ahb.h>
>  
>  enum smmu_hwgrp {


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] iommu: tegra: remove include of <mach/iomap.h>
  2012-10-15 17:42     ` Stephen Warren
@ 2012-10-16 12:35       ` Joerg Roedel
  -1 siblings, 0 replies; 8+ messages in thread
From: Joerg Roedel @ 2012-10-16 12:35 UTC (permalink / raw)
  To: Stephen Warren; +Cc: linux-kernel, linux-tegra, Stephen Warren

Hi Stephen,

On Mon, Oct 15, 2012 at 11:42:44AM -0600, Stephen Warren wrote:

> Joerg, given 3.7-rc1 is now out, I'd like to take this through the Tegra
> tree due to other patches depending on it.
> 
> Given the patch is so trivial, I'll probably just apply it anyway soon -
> this is more of a heads-up to avoid it being taken through the IOMMU tree.

I will start merging patches soon. This one is already on my list :)


	Joerg

-- 
AMD Operating System Research Center

Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach
General Managers: Alberto Bozzo
Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen, HRB Nr. 43632

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] iommu: tegra: remove include of <mach/iomap.h>
@ 2012-10-16 12:35       ` Joerg Roedel
  0 siblings, 0 replies; 8+ messages in thread
From: Joerg Roedel @ 2012-10-16 12:35 UTC (permalink / raw)
  To: Stephen Warren; +Cc: linux-kernel, linux-tegra, Stephen Warren

Hi Stephen,

On Mon, Oct 15, 2012 at 11:42:44AM -0600, Stephen Warren wrote:

> Joerg, given 3.7-rc1 is now out, I'd like to take this through the Tegra
> tree due to other patches depending on it.
> 
> Given the patch is so trivial, I'll probably just apply it anyway soon -
> this is more of a heads-up to avoid it being taken through the IOMMU tree.

I will start merging patches soon. This one is already on my list :)


	Joerg

-- 
AMD Operating System Research Center

Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach
General Managers: Alberto Bozzo
Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen, HRB Nr. 43632


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] iommu: tegra: remove include of <mach/iomap.h>
  2012-10-15 17:42     ` Stephen Warren
@ 2012-10-16 12:49         ` Joerg Roedel
  -1 siblings, 0 replies; 8+ messages in thread
From: Joerg Roedel @ 2012-10-16 12:49 UTC (permalink / raw)
  To: Stephen Warren
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

On Mon, Oct 15, 2012 at 11:42:44AM -0600, Stephen Warren wrote:

> Joerg, given 3.7-rc1 is now out, I'd like to take this through the Tegra
> tree due to other patches depending on it.
> 
> Given the patch is so trivial, I'll probably just apply it anyway soon -
> this is more of a heads-up to avoid it being taken through the IOMMU tree.

Ignore my other mail. Feel free to take this through the Tegra tree.

Acked-by: Joerg Roedel <joerg.roedel-5C7GfCeVMHo@public.gmane.org>

-- 
AMD Operating System Research Center

Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach
General Managers: Alberto Bozzo
Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen, HRB Nr. 43632

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] iommu: tegra: remove include of <mach/iomap.h>
@ 2012-10-16 12:49         ` Joerg Roedel
  0 siblings, 0 replies; 8+ messages in thread
From: Joerg Roedel @ 2012-10-16 12:49 UTC (permalink / raw)
  To: Stephen Warren; +Cc: linux-kernel, linux-tegra, Stephen Warren

On Mon, Oct 15, 2012 at 11:42:44AM -0600, Stephen Warren wrote:

> Joerg, given 3.7-rc1 is now out, I'd like to take this through the Tegra
> tree due to other patches depending on it.
> 
> Given the patch is so trivial, I'll probably just apply it anyway soon -
> this is more of a heads-up to avoid it being taken through the IOMMU tree.

Ignore my other mail. Feel free to take this through the Tegra tree.

Acked-by: Joerg Roedel <joerg.roedel@amd.com>

-- 
AMD Operating System Research Center

Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach
General Managers: Alberto Bozzo
Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen, HRB Nr. 43632


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-10-16 12:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 22:15 [PATCH] iommu: tegra: remove include of <mach/iomap.h> Stephen Warren
2012-10-02 22:15 ` Stephen Warren
     [not found] ` <1349216149-858-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-10-15 17:42   ` Stephen Warren
2012-10-15 17:42     ` Stephen Warren
2012-10-16 12:35     ` Joerg Roedel
2012-10-16 12:35       ` Joerg Roedel
     [not found]     ` <507C4B14.4070809-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-10-16 12:49       ` Joerg Roedel
2012-10-16 12:49         ` Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.