Re: [PATCH v2 4/5] tegra: add proper timer driver

2013-03-09 Thread Antony Pavlov
On 7 March 2013 14:33, Lucas Stach wrote: > Replace the ad-hoc clocksource implementation with a proper driver for > the Tegra 20 timer. This driver is able to do the required hardware > initialisation itself. > > Signed-off-by: Lucas Stach > --- > arch/arm/mach-tegra/Makefile| 2 +- >

[PATCH v2 4/5] tegra: add proper timer driver

2013-03-07 Thread Lucas Stach
Replace the ad-hoc clocksource implementation with a proper driver for the Tegra 20 timer. This driver is able to do the required hardware initialisation itself. Signed-off-by: Lucas Stach --- arch/arm/mach-tegra/Makefile| 2 +- arch/arm/mach-tegra/clock.c | 56 ---