Re: [Qemu-devel] [PATCH 2/7] hw/mips_gictimer: provide API for retrieving frequency

2016-09-07 Thread Leon Alrae
On Fri, Aug 19, 2016 at 08:08:58PM +0100, Paul Burton wrote: > Provide a new function mips_gictimer_get_freq() which returns the > frequency at which a GIC timer will count. This will be useful for > boards which perform setup based upon this frequency. > > Signed-off-by: Paul Burton > --- > hw/

[Qemu-devel] [PATCH 2/7] hw/mips_gictimer: provide API for retrieving frequency

2016-08-19 Thread Paul Burton
Provide a new function mips_gictimer_get_freq() which returns the frequency at which a GIC timer will count. This will be useful for boards which perform setup based upon this frequency. Signed-off-by: Paul Burton --- hw/timer/mips_gictimer.c | 5 + include/hw/timer/mips_gictimer.h |