From patchwork Thu Jun 6 11:01:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chander Kashyap X-Patchwork-Id: 2679081 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 984E6DF23A for ; Thu, 6 Jun 2013 11:05:33 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UkXz1-0002HD-P5; Thu, 06 Jun 2013 11:03:56 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UkXyb-0004xk-CN; Thu, 06 Jun 2013 11:03:29 +0000 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UkXyO-0004t8-Lm for linux-arm-kernel@lists.infradead.org; Thu, 06 Jun 2013 11:03:17 +0000 Received: by mail-pa0-f42.google.com with SMTP id rl6so1657761pac.29 for ; Thu, 06 Jun 2013 04:02:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=2rOgJRJ9m6w3qxu+Hot7p4mGgBx9vZ+RdtTBhtTXyc4=; b=pPWkv4ak5nLFDtPYaoZHJzO128+YvBhmvGMZ1rAqWAknW2DCy3Vlaa9u8BC2NCjXam BMHKfR2y+nPRBl1KuSAcAYuAwVT6M3Yo/lPsHKG8yL+K//GsYcxgVnTZ+Qgstw8l34PW Zqh9YQYvRcm6Qhz0Z83qiy4pH51rRwkmIDk7iDCwql++QjVe7FmQNTmd2HUobCadKaaw zVA5UxNfXktmc33LExL3KpAp82NZM9eV4ZnCdIE3xYRdxcPOZYNem/BVSXjIgQdLrr9l PUZsaXsW1y63gyGnK0JJH6ki9nNYXfFDYB+eeAInpTe1SUI0499o7OapTZIAsk2NNBz6 F79Q== X-Received: by 10.68.237.106 with SMTP id vb10mr37207727pbc.131.1370516574429; Thu, 06 Jun 2013 04:02:54 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPSA id qh4sm77248213pac.8.2013.06.06.04.02.50 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Jun 2013 04:02:53 -0700 (PDT) From: Chander Kashyap To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 06/13] serial: samsung: add support for Exynos5420 Date: Thu, 6 Jun 2013 16:31:20 +0530 Message-Id: <1370516488-25860-6-git-send-email-chander.kashyap@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1370516488-25860-1-git-send-email-chander.kashyap@linaro.org> References: <1370516488-25860-1-git-send-email-chander.kashyap@linaro.org> X-Gm-Message-State: ALoCoQl/SO097oJrScSd3Y2wLJSbb9RZLLXMwIe8lzgvBQOGjin+RbcoQHIsySdDca3mO4ZeCfMY X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130606_070316_786571_9E464218 X-CRM114-Status: GOOD ( 12.59 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: kgene.kim@samsung.com, linux-serial@vger.kernel.org, t.figa@samsung.com, Chander Kashyap , linux-samsung-soc@vger.kernel.org, thomas.ab@samsung.com, s.nawrocki@samsung.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org The serial port used in Exynos5420 is similar to the serial ports used in the other Exynos SoC. Hence, extend the serial driver support for Exynos5420. Signed-off-by: Chander Kashyap --- drivers/tty/serial/samsung.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c index 3cda4ed..841221c 100644 --- a/drivers/tty/serial/samsung.c +++ b/drivers/tty/serial/samsung.c @@ -1716,7 +1716,7 @@ static struct s3c24xx_serial_drv_data s5pv210_serial_drv_data = { #if defined(CONFIG_CPU_EXYNOS4210) || defined(CONFIG_SOC_EXYNOS4212) || \ defined(CONFIG_SOC_EXYNOS4412) || defined(CONFIG_SOC_EXYNOS5250) || \ - defined(CONFIG_SOC_EXYNOS5440) + defined(CONFIG_SOC_EXYNOS5420) || defined(CONFIG_SOC_EXYNOS5440) static struct s3c24xx_serial_drv_data exynos4210_serial_drv_data = { .info = &(struct s3c24xx_uart_info) { .name = "Samsung Exynos4 UART",