[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <042101ccdfe1$11ec0d60$35c42820$%kim@samsung.com>
Date: Tue, 31 Jan 2012 15:25:04 +0900
From: Kukjin Kim <kgene.kim@...sung.com>
To: 'Kukjin Kim' <kgene.kim@...sung.com>,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: 'Thomas Abraham' <thomas.abraham@...aro.org>,
'Greg KH' <gregkh@...e.de>
Subject: RE: [PATCH] serial: samsung: Add support serial for EXYNOS4212 and
EXYNOS4412
Kukjin Kim wrote:
>
>
> This should be added for EXYNOS4212 and EXYNOS4412 SoCs.
>
> Cc: Thomas Abraham <thomas.abraham@...aro.org>
> Cc: Greg Kroah-Hartman <gregkh@...e.de>
> Cc: stable@...ne.org
Oops, should be 'Cc: stable@...nel.org'
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@...sung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
> Signed-off-by: Kukjin Kim <kgene.kim@...sung.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists