Re: [Qemu-devel] [PATCH v5 1/7] stm32f205_timer: Add the stm32f205 Timer

2014-10-22 Thread Alistair Francis
On Tue, Oct 21, 2014 at 5:40 PM, Peter Crosthwaite wrote: > On Tue, Oct 21, 2014 at 5:05 PM, Alistair Francis > wrote: >> On Mon, Oct 20, 2014 at 5:18 PM, Peter Crosthwaite >> wrote: >>> Sorry about the review delay... >>> >>> On Thu, Oct 16, 2014 at 10:53 PM, Alistair Francis >>> wrote:

Re: [Qemu-devel] [PATCH v5 1/7] stm32f205_timer: Add the stm32f205 Timer

2014-10-21 Thread Peter Crosthwaite
On Tue, Oct 21, 2014 at 5:05 PM, Alistair Francis wrote: > On Mon, Oct 20, 2014 at 5:18 PM, Peter Crosthwaite > wrote: >> Sorry about the review delay... >> >> On Thu, Oct 16, 2014 at 10:53 PM, Alistair Francis >> wrote: >>> This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 >>> to

Re: [Qemu-devel] [PATCH v5 1/7] stm32f205_timer: Add the stm32f205 Timer

2014-10-21 Thread Alistair Francis
On Mon, Oct 20, 2014 at 5:18 PM, Peter Crosthwaite wrote: > Sorry about the review delay... > > On Thu, Oct 16, 2014 at 10:53 PM, Alistair Francis > wrote: >> This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 >> to QEMU. >> >> Signed-off-by: Alistair Francis >> --- >> V4: >> - Up

Re: [Qemu-devel] [PATCH v5 1/7] stm32f205_timer: Add the stm32f205 Timer

2014-10-20 Thread Peter Crosthwaite
Sorry about the review delay... On Thu, Oct 16, 2014 at 10:53 PM, Alistair Francis wrote: > This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 > to QEMU. > > Signed-off-by: Alistair Francis > --- > V4: > - Update timer units again > - Thanks to Peter C > V3: > - Update debug s

[Qemu-devel] [PATCH v5 1/7] stm32f205_timer: Add the stm32f205 Timer

2014-10-16 Thread Alistair Francis
This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 to QEMU. Signed-off-by: Alistair Francis --- V4: - Update timer units again - Thanks to Peter C V3: - Update debug statements - Correct the units for timer_mod - Correctly set timer_offset from resets V2: - Reorder the Makef