[RFC/PATCH 09/11] clocksource: add TI 32.768 Hz counter driver
From: John Stultz <hidden>
Date: 2015-10-01 22:20:21
Also in:
linux-omap, lkml
From: John Stultz <hidden>
Date: 2015-10-01 22:20:21
Also in:
linux-omap, lkml
On Tue, Sep 29, 2015 at 1:44 PM, Felipe Balbi [off-list ref] wrote:
Introduce a new clocksource driver for Texas Instruments 32.768 Hz device which is available on most OMAP-like devices. Signed-off-by: Felipe Balbi <redacted> --- drivers/clocksource/Kconfig | 8 +++ drivers/clocksource/Makefile | 1 + drivers/clocksource/timer-ti-32k.c | 121 +++++++++++++++++++++++++++++++++++++
Also isn't this somewhat duplicate of the code in arch/arm/plat-omap/counter_32k.c ? Was this really a rewrite or just a code migration? Should you preserve the copyrights from counter_32k.c? thanks -john