From: Tomasz Figa <t.figa@samsung.com>
To: Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
Cc: broonie@kernel.org, linux-spi@vger.kernel.org,
linux-kernel@vger.kernel.org, m.szyprowski@samsung.com,
Kyungmin Park <kyungmin.park@samsung.com>
Subject: Re: [PATCH] Spi s3c64xx fix for s5pv210
Date: Mon, 23 Sep 2013 14:30:15 +0200 [thread overview]
Message-ID: <4120929.6ZpEed2iin@amdc1227> (raw)
In-Reply-To: <1379929379-27245-1-git-send-email-m.krawczuk@partner.samsung.com>
Hi Mateusz,
On Monday 23 of September 2013 11:42:59 Mateusz Krawczuk wrote:
> Signed-off-by: Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> drivers/spi/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 734eaa5..124d7fa 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -394,7 +394,7 @@ config SPI_S3C24XX_FIQ
>
> config SPI_S3C64XX
> tristate "Samsung S3C64XX series type SPI"
> - depends on (ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5P64X0 ||
> ARCH_EXYNOS) + depends on (ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PV210
> || ARCH_S5P64X0 || ARCH_EXYNOS) select S3C64XX_DMA if ARCH_S3C64XX
Please replace all these symbols above with a simple dependency on
PLAT_SAMSUNG, since this driver covers all the Samsung ARCHs anyway.
Best regards,
Tomasz
prev parent reply other threads:[~2013-09-23 12:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-23 9:42 [PATCH] Spi s3c64xx fix for s5pv210 Mateusz Krawczuk
2013-09-23 12:30 ` Tomasz Figa [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=4120929.6ZpEed2iin@amdc1227 \
--to=t.figa@samsung.com \
--cc=broonie@kernel.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=m.krawczuk@partner.samsung.com \
--cc=m.szyprowski@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