qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-arm] [RFC PATCH 0/6] Clock and power gating support


From: Peter Maydell
Subject: Re: [Qemu-arm] [RFC PATCH 0/6] Clock and power gating support
Date: Fri, 27 Jul 2018 15:59:30 +0100

On 27 July 2018 at 15:37, Damien Hedde <address@hidden> wrote:
> This set of patches add support for power and clock gating in device objects.
> It adds two booleans to the state, one for power state and one of clock state.
>
> The state is controlled trough 2 functions, one for power and one for clock.
> Two new methods *power_update* and *clock_update* is added to the device class
> which are called on state change and can be overriden.

So, you folks at Greensocs had a series a couple of years ago to try
to add clocktree support (which included handling things like guests
configuring clock rates, some clocks being "downstream" of others, and
so on). It didn't make it into mainline, though it did get a fair amount
of design/code review. How does this approach fit into / compare with
that ?

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]