From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Paul Bolle <pebolle@tiscali.nl>,
Simon Horman <horms+renesas@verge.net.au>
Cc: Joerg Roedel <joro@8bytes.org>,
iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] iommu: shmobile: depend on ARCH_SHMOBILE
Date: Mon, 10 Feb 2014 13:51:56 +0100 [thread overview]
Message-ID: <2633349.EWmK6n4A5k@avalon> (raw)
In-Reply-To: <1391894514.19595.5.camel@x220>
Hi Paul,
Thank you for the patch.
On Saturday 08 February 2014 22:21:54 Paul Bolle wrote:
> Commit 78a2e12f51d9 ("iommu: shmobile: Enable driver compilation with
> COMPILE_TEST") added an optional dependency on SH_MOBILE. But that
> Kconfig symbol doesn't exist. It seems ARCH_SHMOBILE was intended. Use
> that.
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Joerg, could you please pick this patch up ?
> ---
> Completely untested.
>
> drivers/iommu/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
> index 79bbc21..df56e4c 100644
> --- a/drivers/iommu/Kconfig
> +++ b/drivers/iommu/Kconfig
> @@ -207,7 +207,7 @@ config SHMOBILE_IOMMU
> bool "IOMMU for Renesas IPMMU/IPMMUI"
> default n
> depends on ARM
> - depends on SH_MOBILE || COMPILE_TEST
> + depends on ARCH_SHMOBILE || COMPILE_TEST
> select IOMMU_API
> select ARM_DMA_USE_IOMMU
> select SHMOBILE_IPMMU
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2014-02-10 12:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-08 21:21 Paul Bolle
2014-02-10 12:51 ` Laurent Pinchart [this message]
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=2633349.EWmK6n4A5k@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=horms+renesas@verge.net.au \
--cc=iommu@lists.linux-foundation.org \
--cc=joro@8bytes.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pebolle@tiscali.nl \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome