From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] ARM: SAMSUNG SoC: Clock Framework: Flag Support for struct clk.
Date: Mon, 19 Jul 2010 09:57:30 +0100 [thread overview]
Message-ID: <20100719085730.GA8641@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <1279528236-6076-4-git-send-email-myungjoo.ham@samsung.com>
On Mon, Jul 19, 2010 at 05:30:35PM +0900, MyungJoo Ham wrote:
> +#ifdef CONFIG_SAMSUNG_POWERDOMAIN
> + if ((clk->flags | CLKFLAGS_BOOT_ON) &&
This is always true if CLKFLAGS_BOOT_ON is non-zero.
> + !(clk->flags | CLKFLAGS_CANNOT_DISABLE)) {
This is always false if CLKFLAGS_CANNOT_DISABLE is non-zero.
> + if (clk->enable && !(clk->flags | CLKFLAGS_CANNOT_DISABLE))
Always false...
next prev parent reply other threads:[~2010-07-19 8:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-19 8:30 [PATCH 0/4] ARM: S5PV210: Clock Framework: powerdomain, block-gating, flags MyungJoo Ham
2010-07-19 8:30 ` [PATCH 1/4] ARM: SAMSUNG SoC: Powerdomain/Block-gating Support MyungJoo Ham
2010-07-19 8:30 ` [PATCH 2/4] ARM: S5PV210: Powerdomain/Clock-gating Support MyungJoo Ham
2010-07-19 8:30 ` [PATCH 3/4] ARM: SAMSUNG SoC: Clock Framework: Flag Support for struct clk MyungJoo Ham
2010-07-19 8:30 ` [PATCH 4/4] ARM: S5PV210: " MyungJoo Ham
2010-07-19 8:57 ` Russell King - ARM Linux [this message]
2010-07-19 10:07 ` [PATCH 3/4] ARM: SAMSUNG SoC: " Maurus Cuelenaere
2010-07-19 9:02 ` [PATCH 2/4] ARM: S5PV210: Powerdomain/Clock-gating Support Russell King - ARM Linux
2010-07-20 1:04 ` [PATCH 0/4] ARM: S5PV210: Clock Framework: powerdomain, block-gating, flags Kukjin Kim
2010-07-20 3:05 ` MyungJoo Ham
2010-07-21 0:33 ` Ben Dooks
2010-07-21 7:23 ` MyungJoo Ham
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=20100719085730.GA8641@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).