linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412
@ 2012-01-31  6:25 Kukjin Kim
  2012-01-31  6:32 ` Joe Perches
  2012-01-31  6:36 ` Namhyung Kim
  0 siblings, 2 replies; 5+ messages in thread
From: Kukjin Kim @ 2012-01-31  6:25 UTC (permalink / raw)
  To: 'Kukjin Kim', linux-samsung-soc, linux-kernel
  Cc: 'Thomas Abraham', 'Greg KH'

Kukjin Kim wrote:
> 
> 
> This should be added for EXYNOS4212 and EXYNOS4412 SoCs.
> 
> Cc: Thomas Abraham <thomas.abraham@linaro.org>
> Cc: Greg Kroah-Hartman <gregkh@suse.de>
> Cc: stable@kerne.org

Oops, should be 'Cc: stable@kernel.org'

Thanks.

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

> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> ---
>  drivers/tty/serial/samsung.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c
> index f96f37b..ce632da 100644
> --- a/drivers/tty/serial/samsung.c
> +++ b/drivers/tty/serial/samsung.c
> @@ -1593,7 +1593,8 @@ static struct s3c24xx_serial_drv_data
s5pv210_serial_drv_data = {
>  #define S5PV210_SERIAL_DRV_DATA	(kernel_ulong_t)NULL
>  #endif
> 
> -#ifdef CONFIG_CPU_EXYNOS4210
> +#if defined(CONFIG_CPU_EXYNOS4210) || defined(CONFIG_SOC_EXYNOS4212) || \
> +	defined(CONFIG_CPU_EXYNOS4412)
>  static struct s3c24xx_serial_drv_data exynos4210_serial_drv_data = {
>  	.info = &(struct s3c24xx_uart_info) {
>  		.name		= "Samsung Exynos4 UART",
> --
> 1.7.1



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

* RE: [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412
  2012-01-31  6:25 [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412 Kukjin Kim
@ 2012-01-31  6:32 ` Joe Perches
  2012-01-31  6:36 ` Namhyung Kim
  1 sibling, 0 replies; 5+ messages in thread
From: Joe Perches @ 2012-01-31  6:32 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-samsung-soc, linux-kernel, 'Thomas Abraham',
	'Greg KH'

On Tue, 2012-01-31 at 15:25 +0900, Kukjin Kim wrote:
> Kukjin Kim wrote:
> > This should be added for EXYNOS4212 and EXYNOS4412 SoCs.
> > 
> > Cc: Thomas Abraham <thomas.abraham@linaro.org>
> > Cc: Greg Kroah-Hartman <gregkh@suse.de>
> > Cc: stable@kerne.org
> 
> Oops, should be 'Cc: stable@kernel.org'

You mean it should be 'cc: stable@vger.kernel.org'



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

* Re: [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412
  2012-01-31  6:25 [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412 Kukjin Kim
  2012-01-31  6:32 ` Joe Perches
@ 2012-01-31  6:36 ` Namhyung Kim
  2012-01-31 14:59   ` Kukjin Kim
  1 sibling, 1 reply; 5+ messages in thread
From: Namhyung Kim @ 2012-01-31  6:36 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-samsung-soc, linux-kernel, 'Thomas Abraham',
	'Greg KH'

Hello,

2012-01-31 3:25 PM, Kukjin Kim wrote:
> Kukjin Kim wrote:
>>
>>
>> This should be added for EXYNOS4212 and EXYNOS4412 SoCs.
>>
>> Cc: Thomas Abraham<thomas.abraham@linaro.org>
>> Cc: Greg Kroah-Hartman<gregkh@suse.de>
>> Cc: stable@kerne.org
>
> Oops, should be 'Cc: stable@kernel.org'
>

No, it should be 'Cc: stable@vger.kernel.org' :)
Please see below:

https://lkml.org/lkml/2012/1/9/418

Thanks,
Namhyung

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

* Re: [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412
  2012-01-31  6:36 ` Namhyung Kim
@ 2012-01-31 14:59   ` Kukjin Kim
  0 siblings, 0 replies; 5+ messages in thread
From: Kukjin Kim @ 2012-01-31 14:59 UTC (permalink / raw)
  To: Namhyung Kim
  Cc: Kukjin Kim, linux-samsung-soc, linux-kernel,
	'Thomas Abraham', 'Greg KH'

On 01/31/12 15:36, Namhyung Kim wrote:
> Hello,
>
> 2012-01-31 3:25 PM, Kukjin Kim wrote:
>> Kukjin Kim wrote:
>>>
>>>
>>> This should be added for EXYNOS4212 and EXYNOS4412 SoCs.
>>>
>>> Cc: Thomas Abraham<thomas.abraham@linaro.org>
>>> Cc: Greg Kroah-Hartman<gregkh@suse.de>
>>> Cc: stable@kerne.org
>>
>> Oops, should be 'Cc: stable@kernel.org'
>>
>
> No, it should be 'Cc: stable@vger.kernel.org' :)
> Please see below:
>
> https://lkml.org/lkml/2012/1/9/418
>
Thanks for your pointing out.

I thought, seems there were discussions about this and I thought again 
the result is that we should use 'Cc: stabel@kernel.org' instead of 'Cc: 
stable@vger.kernel.org'...

And according to the url, simply 'Cc: stable <stable@vger.kernel.org>'?

Anyway, thanks.

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

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

* [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412
@ 2012-01-27  1:45 Kukjin Kim
  0 siblings, 0 replies; 5+ messages in thread
From: Kukjin Kim @ 2012-01-27  1:45 UTC (permalink / raw)
  To: linux-samsung-soc, linux-kernel
  Cc: 'Thomas Abraham', 'Greg KH'


This should be added for EXYNOS4212 and EXYNOS4412 SoCs.

Cc: Thomas Abraham <thomas.abraham@linaro.org>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: stable@kerne.org
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
---
 drivers/tty/serial/samsung.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c
index f96f37b..ce632da 100644
--- a/drivers/tty/serial/samsung.c
+++ b/drivers/tty/serial/samsung.c
@@ -1593,7 +1593,8 @@ static struct s3c24xx_serial_drv_data s5pv210_serial_drv_data = {
 #define S5PV210_SERIAL_DRV_DATA	(kernel_ulong_t)NULL
 #endif
 
-#ifdef CONFIG_CPU_EXYNOS4210
+#if defined(CONFIG_CPU_EXYNOS4210) || defined(CONFIG_SOC_EXYNOS4212) || \
+	defined(CONFIG_CPU_EXYNOS4412)
 static struct s3c24xx_serial_drv_data exynos4210_serial_drv_data = {
 	.info = &(struct s3c24xx_uart_info) {
 		.name		= "Samsung Exynos4 UART",
-- 
1.7.1



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

end of thread, other threads:[~2012-01-31 15:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-31  6:25 [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412 Kukjin Kim
2012-01-31  6:32 ` Joe Perches
2012-01-31  6:36 ` Namhyung Kim
2012-01-31 14:59   ` Kukjin Kim
  -- strict thread matches above, loose matches on Subject: below --
2012-01-27  1:45 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).