linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
	spi-devel-general@lists.sourceforge.net, kgene.kim@samsung.com,
	riverful.kim@samsung.com, sw0312.kim@samsung.com,
	m.szyprowski@samsung.com,
	Jaswinder Singh <jassi.brar@samsung.com>,
	Kyungmin Park <kyungmin.park@samsung.com>
Subject: Re: [PATCH] spi: Add spi-s3c64xx driver dependency on ARCH_EXYNOS4
Date: Wed, 25 Jan 2012 11:31:21 -0700	[thread overview]
Message-ID: <20120125183121.GB3192@ponder.secretlab.ca> (raw)
In-Reply-To: <1327508459-30814-1-git-send-email-s.nawrocki@samsung.com>

On Wed, Jan 25, 2012 at 05:20:59PM +0100, Sylwester Nawrocki wrote:
> The spi-s3c64xx driver is also used on Exynos4 so update the dependency
> to enable build on those platforms.
> 
> Cc: Jaswinder Singh <jassi.brar@samsung.com>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

Applied, thanks.

> ---
>  drivers/spi/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 3f9a47e..a9f8faf 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -299,7 +299,7 @@ config SPI_S3C24XX_FIQ
>  
>  config SPI_S3C64XX
>  	tristate "Samsung S3C64XX series type SPI"
> -	depends on (ARCH_S3C64XX || ARCH_S5P64X0)
> +	depends on (ARCH_S3C64XX || ARCH_S5P64X0 || ARCH_EXYNOS4)
>  	select S3C64XX_DMA if ARCH_S3C64XX
>  	help
>  	  SPI driver for Samsung S3C64XX and newer SoCs.
> -- 
> 1.7.8.3
> 

      parent reply	other threads:[~2012-01-25 18:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-25 16:20 [PATCH] spi: Add spi-s3c64xx driver dependency on ARCH_EXYNOS4 Sylwester Nawrocki
2012-01-25 17:34 ` [PATCH v2] " Sylwester Nawrocki
2012-01-25 18:31 ` Grant Likely [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=20120125183121.GB3192@ponder.secretlab.ca \
    --to=grant.likely@secretlab.ca \
    --cc=jassi.brar@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=riverful.kim@samsung.com \
    --cc=s.nawrocki@samsung.com \
    --cc=spi-devel-general@lists.sourceforge.net \
    --cc=sw0312.kim@samsung.com \
    /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).