Re: [Qemu-devel] [PATCH] i.MX: split GPT and EPIT timer implementation
On 19 May 2013 20:03, Jean-Christophe DUBOIS wrote: > There is no common code between these 2 timer implementation. > So it is better to split them. > > Signed-off-by: Jean-Christophe DUBOIS Thanks, applied to arm-devs.next. -- PMM
[Qemu-devel] [PATCH] i.MX: split GPT and EPIT timer implementation
There is no common code between these 2 timer implementation. So it is better to split them. Signed-off-by: Jean-Christophe DUBOIS --- hw/timer/Makefile.objs | 3 +- hw/timer/imx_epit.c| 404 hw/timer/imx_gpt.c | 465 hw/timer/imx_t