All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Abraham <thomas.abraham@linaro.org>
To: linux-samsung-soc@vger.kernel.org
Cc: kgene.kim@samsung.com, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 03/12] ARM: Exynos5: Add watchdog timer clock instance
Date: Tue, 17 Apr 2012 11:16:26 +0530	[thread overview]
Message-ID: <1334641595-25301-4-git-send-email-thomas.abraham@linaro.org> (raw)
In-Reply-To: <1334641595-25301-1-git-send-email-thomas.abraham@linaro.org>

Add watchdog timer clock instance for Exynos5 watchdog controller.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
---
 arch/arm/mach-exynos/clock-exynos5.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos5.c
index ad3bec4..662615d 100644
--- a/arch/arm/mach-exynos/clock-exynos5.c
+++ b/arch/arm/mach-exynos/clock-exynos5.c
@@ -474,6 +474,11 @@ static struct clk exynos5_init_clocks_off[] = {
 		.enable		= exynos5_clk_ip_peris_ctrl,
 		.ctrlbit	= (1 << 20),
 	}, {
+		.name		= "watchdog",
+		.parent		= &exynos5_clk_aclk_66.clk,
+		.enable		= exynos5_clk_ip_peris_ctrl,
+		.ctrlbit	= (1 << 19),
+	}, {
 		.name		= "hsmmc",
 		.devname	= "exynos4-sdhci.0",
 		.parent		= &exynos5_clk_aclk_200.clk,
-- 
1.6.6.rc2

WARNING: multiple messages have this Message-ID (diff)
From: thomas.abraham@linaro.org (Thomas Abraham)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 03/12] ARM: Exynos5: Add watchdog timer clock instance
Date: Tue, 17 Apr 2012 11:16:26 +0530	[thread overview]
Message-ID: <1334641595-25301-4-git-send-email-thomas.abraham@linaro.org> (raw)
In-Reply-To: <1334641595-25301-1-git-send-email-thomas.abraham@linaro.org>

Add watchdog timer clock instance for Exynos5 watchdog controller.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
---
 arch/arm/mach-exynos/clock-exynos5.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/clock-exynos5.c b/arch/arm/mach-exynos/clock-exynos5.c
index ad3bec4..662615d 100644
--- a/arch/arm/mach-exynos/clock-exynos5.c
+++ b/arch/arm/mach-exynos/clock-exynos5.c
@@ -474,6 +474,11 @@ static struct clk exynos5_init_clocks_off[] = {
 		.enable		= exynos5_clk_ip_peris_ctrl,
 		.ctrlbit	= (1 << 20),
 	}, {
+		.name		= "watchdog",
+		.parent		= &exynos5_clk_aclk_66.clk,
+		.enable		= exynos5_clk_ip_peris_ctrl,
+		.ctrlbit	= (1 << 19),
+	}, {
 		.name		= "hsmmc",
 		.devname	= "exynos4-sdhci.0",
 		.parent		= &exynos5_clk_aclk_200.clk,
-- 
1.6.6.rc2

  parent reply	other threads:[~2012-04-17  5:38 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-17  5:46 [PATCH 00/12] Updates for Exynos5250 Rev1.0 and device tree support Thomas Abraham
2012-04-17  5:46 ` Thomas Abraham
2012-04-17  5:46 ` [PATCH 01/12] ARM: Exynos: Remove a new bus_type instance for Exynos5 Thomas Abraham
2012-04-17  5:46   ` Thomas Abraham
2012-04-19  0:15   ` Kukjin Kim
2012-04-19  0:15     ` Kukjin Kim
2012-04-17  5:46 ` [PATCH 02/12] ARM: Exynos5: Fix incorrect initialization of GIC Thomas Abraham
2012-04-17  5:46   ` Thomas Abraham
2012-04-19  0:51   ` Kukjin Kim
2012-04-19  0:51     ` Kukjin Kim
2012-04-17  5:46 ` Thomas Abraham [this message]
2012-04-17  5:46   ` [PATCH 03/12] ARM: Exynos5: Add watchdog timer clock instance Thomas Abraham
2012-04-17  6:14   ` Kyungmin Park
2012-04-17  6:14     ` Kyungmin Park
2012-04-17  8:12     ` Thomas Abraham
2012-04-17  8:12       ` Thomas Abraham
2012-04-19  0:28   ` Kukjin Kim
2012-04-19  0:28     ` Kukjin Kim
2012-04-17  5:46 ` [PATCH 04/12] ARM: Exynos5: Remove duplicated instantiation of pdma clock Thomas Abraham
2012-04-17  5:46   ` Thomas Abraham
2012-04-19  0:30   ` Kukjin Kim
2012-04-19  0:30     ` Kukjin Kim
2012-04-17  5:46 ` [PATCH 05/12] ARM: Exynos5: Add MDMA0 clock instance Thomas Abraham
2012-04-17  5:46   ` Thomas Abraham
2012-04-19  1:20   ` Kukjin Kim
2012-04-19  1:20     ` Kukjin Kim
2012-04-17  5:46 ` [PATCH 06/12] rtc-s3c: Fix breakage introduced by S3C2443/S3C2416 support Thomas Abraham
2012-04-17  5:46   ` Thomas Abraham
2012-04-17  6:30   ` Kyungmin Park
2012-04-17  6:30     ` Kyungmin Park
2012-04-17  8:15     ` Thomas Abraham
2012-04-17  8:15       ` Thomas Abraham
2012-04-17  8:25       ` Kyungmin Park
2012-04-17  8:25         ` Kyungmin Park
2012-04-17  8:39         ` Thomas Abraham
2012-04-17  8:39           ` Thomas Abraham
2012-04-17  5:46 ` [PATCH 07/12] ARM: Exynos5: Modify the GIC physical address for static io-mapping Thomas Abraham
2012-04-17  5:46   ` Thomas Abraham
2012-04-17  6:31   ` Kyungmin Park
2012-04-17  6:31     ` Kyungmin Park
2012-04-17  8:19     ` Thomas Abraham
2012-04-17  8:19       ` Thomas Abraham
2012-04-17  5:46 ` [PATCH 08/12] gpio/samsung: add GPC4 bank instance Thomas Abraham
2012-04-17  5:46   ` Thomas Abraham
2012-04-17  6:33   ` Kyungmin Park
2012-04-17  6:33     ` Kyungmin Park
2012-04-17  8:24     ` Thomas Abraham
2012-04-17  8:24       ` Thomas Abraham
2012-04-19  0:36   ` Kukjin Kim
2012-04-19  0:36     ` Kukjin Kim
2012-04-17  5:46 ` [PATCH 09/12] ARM: Exynos5: Add pre-divider and fout mux clocks for bpll and mpll Thomas Abraham
2012-04-17  5:46   ` Thomas Abraham
2012-04-17  5:46 ` [PATCH 10/12] ARM: Exynos: Redefine IRQ_MCT_L0,1 definition Thomas Abraham
2012-04-17  5:46   ` Thomas Abraham
2012-04-19  1:00   ` Kukjin Kim
2012-04-19  1:00     ` Kukjin Kim
2012-04-17  5:46 ` [PATCH 11/12] ARM: Exynos5: Update device tree source files Thomas Abraham
2012-04-17  5:46   ` Thomas Abraham
2012-04-17  5:46 ` [PATCH 12/12] ARM: Exynos5: Update device tree enabled machine file Thomas Abraham
2012-04-17  5:46   ` Thomas Abraham
2012-04-19  0:23   ` Kukjin Kim
2012-04-19  0:23     ` 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=1334641595-25301-4-git-send-email-thomas.abraham@linaro.org \
    --to=thomas.abraham@linaro.org \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.