From patchwork Mon Dec 19 06:17:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chander Kashyap X-Patchwork-Id: 5859 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id E04F123E33 for ; Mon, 19 Dec 2011 06:17:27 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id D6D4FA18027 for ; Mon, 19 Dec 2011 06:17:27 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id c11so1539480eaa.11 for ; Sun, 18 Dec 2011 22:17:27 -0800 (PST) Received: by 10.205.120.14 with SMTP id fw14mr1002908bkc.53.1324275447632; Sun, 18 Dec 2011 22:17:27 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.204.40.4 with SMTP id i4cs117027bke; Sun, 18 Dec 2011 22:17:27 -0800 (PST) Received: by 10.50.36.225 with SMTP id t1mr25140038igj.92.1324275446897; Sun, 18 Dec 2011 22:17:26 -0800 (PST) Received: from mail-iy0-f178.google.com (mail-iy0-f178.google.com [209.85.210.178]) by mx.google.com with ESMTPS id cv5si5473949igc.45.2011.12.18.22.17.26 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 18 Dec 2011 22:17:26 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of chander.kashyap@linaro.org) client-ip=209.85.210.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of chander.kashyap@linaro.org) smtp.mail=chander.kashyap@linaro.org Received: by mail-iy0-f178.google.com with SMTP id f6so9767859iag.37 for ; Sun, 18 Dec 2011 22:17:26 -0800 (PST) Received: by 10.50.236.5 with SMTP id uq5mr26338164igc.47.1324275446196; Sun, 18 Dec 2011 22:17:26 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id py4sm18235908igc.2.2011.12.18.22.17.22 (version=SSLv3 cipher=OTHER); Sun, 18 Dec 2011 22:17:25 -0800 (PST) From: Chander Kashyap To: u-boot@lists.denx.de Cc: mk7.kang@samsung.com, bjlee@samsung.com, patches@linaro.org, samsung@lists.linaro.org, linaro-dev@lists.linaro.org, Chander Kashyap Subject: [PATCH 1/2] Exynos: PWM: Add TCMPB3 field in pwm structure Date: Mon, 19 Dec 2011 11:47:03 +0530 Message-Id: <1324275424-29468-2-git-send-email-chander.kashyap@linaro.org> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1324275424-29468-1-git-send-email-chander.kashyap@linaro.org> References: <1324275424-29468-1-git-send-email-chander.kashyap@linaro.org> Add TCMPB3 field in pwm structure, earliar this was res1. Signed-off-by: Chander Kashyap --- arch/arm/include/asm/arch-exynos/pwm.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/pwm.h b/arch/arm/include/asm/arch-exynos/pwm.h index d0cf3cb..3e95160 100644 --- a/arch/arm/include/asm/arch-exynos/pwm.h +++ b/arch/arm/include/asm/arch-exynos/pwm.h @@ -57,7 +57,7 @@ struct s5p_timer { unsigned int tcmpb2; unsigned int tcnto2; unsigned int tcntb3; - unsigned int res1; + unsigned int tcmpb3; unsigned int tcnto3; unsigned int tcntb4; unsigned int tcnto4;