Re: [Qemu-devel] [PATCH v2 3/9] i.MX: Remove CCM useless clock computation handling.

2016-02-16 Thread Peter Maydell
On 8 February 2016 at 22:08, Jean-Christophe Dubois wrote: > Most clocks supported by the CCM are useless to the qemu framework. > > Only clocks related to timers (EPIT, GPT, PWM, WATCHDOG, ...) are usefull > to QEMU code. > > Therefore this patch removes clock computation handling for all clocks

[Qemu-devel] [PATCH v2 3/9] i.MX: Remove CCM useless clock computation handling.

2016-02-08 Thread Jean-Christophe Dubois
Most clocks supported by the CCM are useless to the qemu framework. Only clocks related to timers (EPIT, GPT, PWM, WATCHDOG, ...) are usefull to QEMU code. Therefore this patch removes clock computation handling for all clocks but: * CLK_NONE, * CLK_IPG, * CLK_32k Signed-off-by: Jean-Christophe