linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: "'Kukjin Kim'" <kgene.kim@samsung.com>,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: "'Thomas Abraham'" <thomas.abraham@linaro.org>,
	"'Greg KH'" <gregkh@suse.de>
Subject: RE: [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412
Date: Tue, 31 Jan 2012 15:25:04 +0900	[thread overview]
Message-ID: <042101ccdfe1$11ec0d60$35c42820$%kim@samsung.com> (raw)
In-Reply-To: 

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



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

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-31  6:25 Kukjin Kim [this message]
2012-01-31  6:32 ` [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412 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

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='042101ccdfe1$11ec0d60$35c42820$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=thomas.abraham@linaro.org \
    /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).