linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* video: amba_clcd: Clock balance fixes and power optimization changes
@ 2010-08-11 23:03 wellsk40 at gmail.com
  2010-08-11 23:03 ` [PATCH 1/2] video: amba_clcd: Fix driver clock enable/disable balance issues wellsk40 at gmail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: wellsk40 at gmail.com @ 2010-08-11 23:03 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-17 23:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-11 23:03 video: amba_clcd: Clock balance fixes and power optimization changes wellsk40 at gmail.com
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

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).