linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] spi: Enable SPI driver for S5P6440 and S5P6450
@ 2011-01-12  5:20 Kukjin Kim
  2011-01-12  6:16 ` Jassi Brar
  0 siblings, 1 reply; 3+ messages in thread
From: Kukjin Kim @ 2011-01-12  5:20 UTC (permalink / raw)
  To: linux-samsung-soc, spi-devel-general
  Cc: ben-linux, dbrownell, grant.likely, Abhilash Kesavan,
	Sangbeom Kim, Jassi Brar, Kukjin Kim

From: Abhilash Kesavan <a.kesavan@samsung.com>

This patch enables the existing S3C64XX series SPI driver for S5P64X0
and removed dependency on EXPERIMENTAL because we don't need it now.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Cc: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
---
Changes since v1:
- Removed dependency on EXPERIMENTAL

Hi David and Grant,

I missed that send to you when I have got this via Linux Samsung SoC mailing list.
Hmm...I know, it's 38 merge winodw...so I'm not sure can be handled now.

Anyway if any problems, please let me know.

Thanks and Happy New year :)

Best regards,
Kgene.

 drivers/spi/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 1906840..37aec5e 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -310,8 +310,8 @@ config SPI_S3C24XX_GPIO
 
 config SPI_S3C64XX
 	tristate "Samsung S3C64XX series type SPI"
-	depends on ARCH_S3C64XX && EXPERIMENTAL
-	select S3C64XX_DMA
+	depends on (ARCH_S3C64XX || ARCH_S5P64X0)
+	select S3C64XX_DMA if !ARCH_S5P64X0
 	help
 	  SPI driver for Samsung S3C64XX and newer SoCs.
 
-- 
1.6.2.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-12  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12  5:20 [PATCH V2] spi: Enable SPI driver for S5P6440 and S5P6450 Kukjin Kim
2011-01-12  6:16 ` Jassi Brar
2011-01-12  6:19   ` Kukjin Kim

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).