All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joerg.roedel@amd.com>
To: David Brown <davidb@codeaurora.org>
Cc: Daniel Walker <dwalker@fifo99.com>,
	Bryan Huntsman <bryanh@codeaurora.org>,
	Russell King <linux@arm.linux.org.uk>,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] iommu/msm: Fix compile error in mach-msm/devices-iommu.c
Date: Wed, 7 Dec 2011 19:12:56 +0100	[thread overview]
Message-ID: <20111207181256.GA2181@amd.com> (raw)
In-Reply-To: <20111207170024.GA23621@huya.qualcomm.com>

On Wed, Dec 07, 2011 at 09:00:24AM -0800, David Brown wrote:
> On Tue, Dec 06, 2011 at 11:25:27AM +0100, Joerg Roedel wrote:
> 
> > I just added a patch to my iommu/fixes branch to fix a compile error
> > with IOMMU enabled. If there is another fix for this already somewhere
> > please let me know the commit-id so that I can add it to my out-of-tree
> > branch. If there is no other fix yet I will push this upstream soon with
> > the next round of iommu-fixes.
> 
> You can go ahead and push this fix through your tree.  I'll enable the
> iommu in my defconfigs so that I start catching things like this as
> well.

Great, Thanks.

-- 
AMD Operating System Research Center

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

WARNING: multiple messages have this Message-ID (diff)
From: joerg.roedel@amd.com (Joerg Roedel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] iommu/msm: Fix compile error in mach-msm/devices-iommu.c
Date: Wed, 7 Dec 2011 19:12:56 +0100	[thread overview]
Message-ID: <20111207181256.GA2181@amd.com> (raw)
In-Reply-To: <20111207170024.GA23621@huya.qualcomm.com>

On Wed, Dec 07, 2011 at 09:00:24AM -0800, David Brown wrote:
> On Tue, Dec 06, 2011 at 11:25:27AM +0100, Joerg Roedel wrote:
> 
> > I just added a patch to my iommu/fixes branch to fix a compile error
> > with IOMMU enabled. If there is another fix for this already somewhere
> > please let me know the commit-id so that I can add it to my out-of-tree
> > branch. If there is no other fix yet I will push this upstream soon with
> > the next round of iommu-fixes.
> 
> You can go ahead and push this fix through your tree.  I'll enable the
> iommu in my defconfigs so that I start catching things like this as
> well.

Great, Thanks.

-- 
AMD Operating System Research Center

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

WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joerg.roedel@amd.com>
To: David Brown <davidb@codeaurora.org>
Cc: Daniel Walker <dwalker@fifo99.com>,
	Bryan Huntsman <bryanh@codeaurora.org>,
	Russell King <linux@arm.linux.org.uk>,
	<linux-arm-msm@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] iommu/msm: Fix compile error in mach-msm/devices-iommu.c
Date: Wed, 7 Dec 2011 19:12:56 +0100	[thread overview]
Message-ID: <20111207181256.GA2181@amd.com> (raw)
In-Reply-To: <20111207170024.GA23621@huya.qualcomm.com>

On Wed, Dec 07, 2011 at 09:00:24AM -0800, David Brown wrote:
> On Tue, Dec 06, 2011 at 11:25:27AM +0100, Joerg Roedel wrote:
> 
> > I just added a patch to my iommu/fixes branch to fix a compile error
> > with IOMMU enabled. If there is another fix for this already somewhere
> > please let me know the commit-id so that I can add it to my out-of-tree
> > branch. If there is no other fix yet I will push this upstream soon with
> > the next round of iommu-fixes.
> 
> You can go ahead and push this fix through your tree.  I'll enable the
> iommu in my defconfigs so that I start catching things like this as
> well.

Great, Thanks.

-- 
AMD Operating System Research Center

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


  reply	other threads:[~2011-12-07 18:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-06 10:25 [PATCH] iommu/msm: Fix compile error in mach-msm/devices-iommu.c Joerg Roedel
2011-12-06 10:25 ` Joerg Roedel
2011-12-06 10:25 ` Joerg Roedel
2011-12-07 17:00 ` David Brown
2011-12-07 17:00   ` David Brown
2011-12-07 18:12   ` Joerg Roedel [this message]
2011-12-07 18:12     ` Joerg Roedel
2011-12-07 18:12     ` Joerg Roedel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111207181256.GA2181@amd.com \
    --to=joerg.roedel@amd.com \
    --cc=bryanh@codeaurora.org \
    --cc=davidb@codeaurora.org \
    --cc=dwalker@fifo99.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.