From: "Heiko Stübner" <heiko@sntech.de>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: ben-linux@fluff.org, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Subject: [PATCH 0/4] Use clock functions also for clk_h and clk_p on S3C2443/2416
Date: Sat, 3 Mar 2012 22:14:36 +0100 [thread overview]
Message-ID: <201203032214.36820.heiko@sntech.de> (raw)
This series modifies the clock init in common-s3c2443 to use the
struct clk operations also for clk_p and clk_h whose values were until
now set statically in s3c24xx_setup_clocks - a function more suited to
the earlier S3C-SoCs.
In the end it makes the code (hopefully) easier to read, as strange
divisions through register values get replaced by simply clk_get_rate
calls.
To apply on top of the current s3c24xx consolidation.
Heiko Stuebner (4):
ARM: S3C24XX: remove XXX_setup_clocks method from S3C2443
ARM: S3C24XX: add get_rate for clk_h on S3C2416/2443
ARM: S3C24XX: add get_rate for clk_p on S3C2416/2443
ARM: S3C24XX: remove call to s3c24xx_setup_clocks
arch/arm/mach-s3c24xx/clock-s3c2443.c | 7 ---
arch/arm/mach-s3c24xx/common-s3c2443.c | 70 +++++++++++++++++++---------
arch/arm/plat-samsung/include/plat/clock.h | 1 -
3 files changed, 48 insertions(+), 30 deletions(-)
--
1.7.2.3
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] Use clock functions also for clk_h and clk_p on S3C2443/2416
Date: Sat, 3 Mar 2012 22:14:36 +0100 [thread overview]
Message-ID: <201203032214.36820.heiko@sntech.de> (raw)
This series modifies the clock init in common-s3c2443 to use the
struct clk operations also for clk_p and clk_h whose values were until
now set statically in s3c24xx_setup_clocks - a function more suited to
the earlier S3C-SoCs.
In the end it makes the code (hopefully) easier to read, as strange
divisions through register values get replaced by simply clk_get_rate
calls.
To apply on top of the current s3c24xx consolidation.
Heiko Stuebner (4):
ARM: S3C24XX: remove XXX_setup_clocks method from S3C2443
ARM: S3C24XX: add get_rate for clk_h on S3C2416/2443
ARM: S3C24XX: add get_rate for clk_p on S3C2416/2443
ARM: S3C24XX: remove call to s3c24xx_setup_clocks
arch/arm/mach-s3c24xx/clock-s3c2443.c | 7 ---
arch/arm/mach-s3c24xx/common-s3c2443.c | 70 +++++++++++++++++++---------
arch/arm/plat-samsung/include/plat/clock.h | 1 -
3 files changed, 48 insertions(+), 30 deletions(-)
--
1.7.2.3
next reply other threads:[~2012-03-03 21:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-03 21:14 Heiko Stübner [this message]
2012-03-03 21:14 ` [PATCH 0/4] Use clock functions also for clk_h and clk_p on S3C2443/2416 Heiko Stübner
2012-03-03 21:15 ` [PATCH 1/4] ARM: S3C24XX: remove XXX_setup_clocks method from S3C2443 Heiko Stübner
2012-03-03 21:15 ` Heiko Stübner
2012-03-03 21:16 ` [PATCH 2/4] ARM: S3C24XX: add get_rate for clk_h on S3C2416/2443 Heiko Stübner
2012-03-03 21:16 ` Heiko Stübner
2012-03-03 21:16 ` [PATCH 3/4] ARM: S3C24XX: add get_rate for clk_p " Heiko Stübner
2012-03-03 21:16 ` Heiko Stübner
2012-03-03 21:18 ` [PATCH 4/4] ARM: S3C24XX: remove call to s3c24xx_setup_clocks Heiko Stübner
2012-03-03 21:18 ` Heiko Stübner
2012-03-07 11:17 ` [PATCH 0/4] Use clock functions also for clk_h and clk_p on S3C2443/2416 Kukjin Kim
2012-03-07 11:17 ` 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=201203032214.36820.heiko@sntech.de \
--to=heiko@sntech.de \
--cc=ben-linux@fluff.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.