From: wellsk40@gmail.com (wellsk40 at gmail.com)
To: linux-arm-kernel@lists.infradead.org
Subject: video: amba_clcd: Clock balance fixes and power optimization changes
Date: Wed, 11 Aug 2010 16:03:02 -0700 [thread overview]
Message-ID: <1281567784-12684-1-git-send-email-wellsk40@gmail.com> (raw)
These patches fix clock balance issues (clk_disable called when
clk_enabled was not previously called) and optimizes clocking for
register access.
[PATCH 1/2] video: amba_clcd: Fix driver clock enable/disable balance issues
[PATCH 2/2] video: amba_clcd: Seperate controller and register clock enables
Patch 1 is basically RK's suggested fix repackaged here.
The register clocking fix was written to avoid calling the AMBA
clock enable and disable functions as nested calls (ie, 2 calls
to disable). The number of calls can be reduced by a few calls if
nesting can be used. This depends on the arch's clock drivers and
whether they support nesting. The method used here is safe for
clock drivers that don't like nested calls.
These patches can be pulled from:
git://lpclinux.com/linux-2.6-lpc pl11x_clk_fixes
next reply other threads:[~2010-08-11 23:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-11 23:03 wellsk40 at gmail.com [this message]
2010-08-11 23:03 ` [PATCH 1/2] video: amba_clcd: Fix driver clock enable/disable balance issues wellsk40 at gmail.com
2010-08-17 21:17 ` Russell King - ARM Linux
2010-08-17 23:04 ` Kevin Wells
2010-08-11 23:03 ` [PATCH 2/2] video: amba_clcd: Seperate controller and register clock enables wellsk40 at gmail.com
2010-08-17 17:30 ` video: amba_clcd: Clock balance fixes and power optimization changes Kevin Wells
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=1281567784-12684-1-git-send-email-wellsk40@gmail.com \
--to=wellsk40@gmail.com \
--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).