[PATCH 9/9] ARM: zynq: remove clocksource

2013-03-11 Thread Steffen Trumtrar
With clkdev in place the generic arm_smp_twd can be used. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- arch/arm/configs/zedboard_defconfig | 4 +++ arch/arm/mach-zynq/Kconfig | 1 + arch/arm/mach-zynq/Makefile | 2 +- arch/arm/mach-zynq/clk-zynq7000.c | 3

Re: [PATCH 9/9] ARM: zynq: remove clocksource

2013-03-11 Thread Josh Cartwright
On Mon, Mar 11, 2013 at 10:15:06AM +0100, Steffen Trumtrar wrote: With clkdev in place the generic arm_smp_twd can be used. Oh! Hmm. So, you add the clocksource driver in a previous patch, and remove it here. I'd recommend rebasing this patchset to remove this intermediate state. Josh