[GIT PULL] timer: vt8500: Move timer code to drivers/clocksource
Tony Prisk
linux at prisktech.co.nz
Mon Jan 14 00:09:30 EST 2013
Hi Olof,
Not sure if I have done this correctly but this is the patch to move the
vt8500/timer.c code into drivers/clocksource.
I based it on timer/cleanup from armsoc (hopefully this is right - if not, a
few pointers in the right direction would be appreciated).
Regards
Tony P
The following changes since commit 1c2584c3a1c882fec729147a46d822522552e38c:
ARM: sunxi: fix struct sys_timer removal (2013-01-08 10:50:43 -0800)
are available in the git repository at:
git://server.prisktech.co.nz/git/linuxwmt.git tags/vt8500/timer
for you to fetch changes up to ff7ec345f0ece9ddbb28538b70ba0c7f0acc17dc:
timer: vt8500: Move timer code to drivers/clocksource (2013-01-14 17:58:21 +1300)
----------------------------------------------------------------
Move arch-vt8500/timer.c to drivers/clocksource/vt8500-timer.c
----------------------------------------------------------------
Tony Prisk (1):
timer: vt8500: Move timer code to drivers/clocksource
arch/arm/mach-vt8500/Kconfig | 1 +
arch/arm/mach-vt8500/Makefile | 2 +-
arch/arm/mach-vt8500/common.h | 1 -
arch/arm/mach-vt8500/vt8500.c | 1 +
drivers/clocksource/Kconfig | 3 +++
drivers/clocksource/Makefile | 1 +
.../timer.c => drivers/clocksource/vt8500_timer.c | 0
include/linux/vt8500_timer.h | 22 ++++++++++++++++++++
8 files changed, 29 insertions(+), 2 deletions(-)
rename arch/arm/mach-vt8500/timer.c => drivers/clocksource/vt8500_timer.c (100%)
create mode 100644 include/linux/vt8500_timer.h
More information about the linux-arm-kernel
mailing list