[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Patch] ARM: Simplify and fix imx_epit implementation.
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [Patch] ARM: Simplify and fix imx_epit implementation. |
Date: |
Tue, 20 Aug 2013 14:46:33 +0100 |
On 5 August 2013 02:27, Peter Chubb <address@hidden> wrote:
>
> When imx_epit.c was last refactored, a common usecase (comparison
> register zero) broke. This patch fixes that, and simplifies the code
> yet more. It also fixes a major thinko in the reset path --- the
> wrong bits in the control register were being cleared.
>
> Signed-off-by: Peter Chubb <address@hidden>
> Reviewed-by: Jean-Christophe DUBOIS <address@hidden>
Thanks; applied to target-arm.next.
-- PMM