[RFC PATCH 11/12] arm: vfp: Add additional vfp interfaces
Russell King - ARM Linux
linux at arm.linux.org.uk
Fri Jan 29 09:21:05 EST 2010
On Thu, Jan 28, 2010 at 02:59:36PM -0800, Daniel Walker wrote:
> From: Dave Estes <cestes at quicinc.com>
>
> Refactor common code to vfp_flush_context() and vfp_reinit(). Allow
> use by other client beside suspend/resume. Currently intended for
> idle power collapse.
I'm sure the OMAP people would be interested in this kind of thing as
well - maybe rather than creating a raft of global functions where the
callers have to be #ifdef'd, we could use the technology which we have
in the kernel such as a notifier list?
That'd mean that VFP and L2 cache could hook themselves onto that list
and get notified about these power down/up events.
More information about the linux-arm-kernel
mailing list