From: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
To: Andrew Bresticker <abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Cc: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>,
Ezequiel Garcia
<ezequiel.garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>,
James Hartley
<james.hartley-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] i2c: img-scb: Allow building for MIPS
Date: Wed, 19 Nov 2014 00:03:08 +0000 [thread overview]
Message-ID: <20141119000308.GL1739@jhogan-linux.le.imgtec.org> (raw)
In-Reply-To: <1416355113-8942-1-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
On Tue, Nov 18, 2014 at 03:58:33PM -0800, Andrew Bresticker wrote:
> The SCB is present on IMG SoCs other than the META-based TZ1090,
> such as the MIPS-based Pistachio SoC. Relax the Kconfig dependency
> so that it can be built on any MIPS or META machine.
>
> Signed-off-by: Andrew Bresticker <abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Looks good to me.
Acked-by: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
Cheers
James
> ---
> Based on i2c/for-next
> ---
> drivers/i2c/busses/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
> index 03c6119..16c649a 100644
> --- a/drivers/i2c/busses/Kconfig
> +++ b/drivers/i2c/busses/Kconfig
> @@ -526,10 +526,10 @@ config I2C_IBM_IIC
>
> config I2C_IMG
> tristate "Imagination Technologies I2C SCB Controller"
> - depends on SOC_TZ1090 || COMPILE_TEST
> + depends on MIPS || METAG || COMPILE_TEST
> help
> Say Y here if you want to use the IMG I2C SCB controller,
> - available on the TZ1090 SoC.
> + available on the TZ1090 and other IMG SoCs.
>
> This driver can also be built as a module. If so, the module
> will be called i2c-img-scb.
> --
> 2.1.0.rc2.206.gedb03e5
>
WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: Andrew Bresticker <abrestic@chromium.org>
Cc: Wolfram Sang <wsa@the-dreams.de>,
Ezequiel Garcia <ezequiel.garcia@imgtec.com>,
James Hartley <james.hartley@imgtec.com>,
<linux-i2c@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] i2c: img-scb: Allow building for MIPS
Date: Wed, 19 Nov 2014 00:03:08 +0000 [thread overview]
Message-ID: <20141119000308.GL1739@jhogan-linux.le.imgtec.org> (raw)
In-Reply-To: <1416355113-8942-1-git-send-email-abrestic@chromium.org>
On Tue, Nov 18, 2014 at 03:58:33PM -0800, Andrew Bresticker wrote:
> The SCB is present on IMG SoCs other than the META-based TZ1090,
> such as the MIPS-based Pistachio SoC. Relax the Kconfig dependency
> so that it can be built on any MIPS or META machine.
>
> Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Looks good to me.
Acked-by: James Hogan <james.hogan@imgtec.com>
Cheers
James
> ---
> Based on i2c/for-next
> ---
> drivers/i2c/busses/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
> index 03c6119..16c649a 100644
> --- a/drivers/i2c/busses/Kconfig
> +++ b/drivers/i2c/busses/Kconfig
> @@ -526,10 +526,10 @@ config I2C_IBM_IIC
>
> config I2C_IMG
> tristate "Imagination Technologies I2C SCB Controller"
> - depends on SOC_TZ1090 || COMPILE_TEST
> + depends on MIPS || METAG || COMPILE_TEST
> help
> Say Y here if you want to use the IMG I2C SCB controller,
> - available on the TZ1090 SoC.
> + available on the TZ1090 and other IMG SoCs.
>
> This driver can also be built as a module. If so, the module
> will be called i2c-img-scb.
> --
> 2.1.0.rc2.206.gedb03e5
>
next prev parent reply other threads:[~2014-11-19 0:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-18 23:58 [PATCH] i2c: img-scb: Allow building for MIPS Andrew Bresticker
[not found] ` <1416355113-8942-1-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2014-11-19 0:03 ` James Hogan [this message]
2014-11-19 0:03 ` James Hogan
[not found] ` <20141119000308.GL1739-4bYivNCBEGTR3KXKvIWQxtm+Uo4AYnCiHZ5vskTnxNA@public.gmane.org>
2014-11-19 9:07 ` Wolfram Sang
2014-11-19 9:07 ` Wolfram Sang
2014-11-20 10:18 ` Ezequiel Garcia
2014-11-20 10:18 ` Ezequiel Garcia
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=20141119000308.GL1739@jhogan-linux.le.imgtec.org \
--to=james.hogan-1axoqhu6uovqt0dzr+alfa@public.gmane.org \
--cc=abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
--cc=ezequiel.garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org \
--cc=james.hartley-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org \
/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.