From: Simon Horman <horms@verge.net.au>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Mark Brown <broonie@kernel.org>,
linux-spi@vger.kernel.org, linux-sh@vger.kernel.org,
linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH] spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH
Date: Thu, 1 Sep 2016 15:42:02 +0200 [thread overview]
Message-ID: <20160901134159.GA14300@verge.net.au> (raw)
In-Reply-To: <1472636225-27091-1-git-send-email-geert+renesas@glider.be>
On Wed, Aug 31, 2016 at 11:37:05AM +0200, Geert Uytterhoeven wrote:
> "spi_sh_msiof" is used on sh7723 and sh7724 only. As all of the above
> select ARCH_SHMOBILE, restrict its driver dependencies from SUPERH to
> ARCH_SHMOBILE.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> drivers/spi/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 5c8e51e96888cc53..96087e9fc998461c 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -556,7 +556,7 @@ config SPI_SC18IS602
> config SPI_SH_MSIOF
> tristate "SuperH MSIOF SPI controller"
> depends on HAVE_CLK && HAS_DMA
> - depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
> + depends on ARCH_SHMOBILE || ARCH_RENESAS || COMPILE_TEST
> help
> SPI driver for SuperH and SH Mobile MSIOF blocks.
>
> --
> 1.9.1
>
next prev parent reply other threads:[~2016-09-01 13:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-31 9:37 [PATCH] spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH Geert Uytterhoeven
2016-09-01 13:42 ` Simon Horman [this message]
2016-09-01 20:35 ` Applied "spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH" to the spi tree Mark Brown
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=20160901134159.GA14300@verge.net.au \
--to=horms@verge.net.au \
--cc=broonie@kernel.org \
--cc=geert+renesas@glider.be \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux-spi@vger.kernel.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 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).