RE: [PATCH V3] spi: Enable SPI driver for S5P6440 and S5P6450

2011-01-16 Thread Kukjin Kim
Grant Likely wrote:
 
 On Wed, Jan 12, 2011 at 03:00:23PM +0900, Kukjin Kim wrote:
  From: Abhilash Kesavan a.kesa...@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.kesa...@samsung.com
  Signed-off-by: Sangbeom Kim sbki...@samsung.com
  Cc: Jassi Brar jassi.b...@samsung.com
  Signed-off-by: Kukjin Kim kgene@samsung.com
 
 Merged, thanks.
 
Hi Grant, thanks.

As a note, I mis-used David's e-mail :-(
David, sorry and will use your right e-mail address from now on.

Thanks again.

Best regards,
Kgene.
--
Kukjin Kim kgene@samsung.com, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general


Re: [PATCH V3] spi: Enable SPI driver for S5P6440 and S5P6450

2011-01-14 Thread Grant Likely
On Wed, Jan 12, 2011 at 03:00:23PM +0900, Kukjin Kim wrote:
 From: Abhilash Kesavan a.kesa...@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.kesa...@samsung.com
 Signed-off-by: Sangbeom Kim sbki...@samsung.com
 Cc: Jassi Brar jassi.b...@samsung.com
 Signed-off-by: Kukjin Kim kgene@samsung.com

Merged, thanks.

g.

 ---
 Changes since v2:
 - Changed dependency of S3C64XX_DMA
 
 Changes since v1:
 - Removed dependency on EXPERIMENTAL
 
 (Following is same with previous patch v2)
 
 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_S3C64XX
   help
 SPI driver for Samsung S3C64XX and newer SoCs.
  
 -- 
 1.6.2.5
 

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general


Re: [PATCH V3] spi: Enable SPI driver for S5P6440 and S5P6450

2011-01-11 Thread Jassi Brar
On Wed, Jan 12, 2011 at 3:00 PM, Kukjin Kim kgene@samsung.com wrote:
 From: Abhilash Kesavan a.kesa...@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.kesa...@samsung.com
 Signed-off-by: Sangbeom Kim sbki...@samsung.com
 Cc: Jassi Brar jassi.b...@samsung.com
 Signed-off-by: Kukjin Kim kgene@samsung.com
 ---
 Changes since v2:
 - Changed dependency of S3C64XX_DMA

 Changes since v1:
 - Removed dependency on EXPERIMENTAL

 (Following is same with previous patch v2)

 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_S3C64XX
        help
          SPI driver for Samsung S3C64XX and newer SoCs.

 --
 1.6.2.5

Acked-by: Jassi Brar jassi.b...@samsung.com

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general