Re: [Qemu-devel] [PATCH v7 1/7] stm32f2xx_timer: Add the stm32f2xx Timer

2014-12-25 Thread Alistair Francis
On Tue, Dec 16, 2014 at 3:39 PM, Peter Crosthwaite wrote: > On Wed, Dec 10, 2014 at 12:46 AM, Alistair Francis > wrote: >> This patch adds the stm32f2xx timers: TIM2, TIM3, TIM4 and TIM5 >> to QEMU. >> >> Signed-off-by: Alistair Francis >> --- >> V6: >> - Rename to STM32F2XX >> - Change the t

Re: [Qemu-devel] [PATCH v7 1/7] stm32f2xx_timer: Add the stm32f2xx Timer

2014-12-15 Thread Peter Crosthwaite
On Wed, Dec 10, 2014 at 12:46 AM, Alistair Francis wrote: > This patch adds the stm32f2xx timers: TIM2, TIM3, TIM4 and TIM5 > to QEMU. > > Signed-off-by: Alistair Francis > --- > V6: > - Rename to STM32F2XX > - Change the timer calculations to use ns > - Update the value to timer_mod to ensure

[Qemu-devel] [PATCH v7 1/7] stm32f2xx_timer: Add the stm32f2xx Timer

2014-12-10 Thread Alistair Francis
This patch adds the stm32f2xx timers: TIM2, TIM3, TIM4 and TIM5 to QEMU. Signed-off-by: Alistair Francis --- V6: - Rename to STM32F2XX - Change the timer calculations to use ns - Update the value to timer_mod to ensure it is in ns - Account for reloadable/resetable timer - Thanks to Peter