[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110609130509.346588418@linutronix.de>
Date: Thu, 09 Jun 2011 13:08:24 -0000
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Russell King <linux@....linux.org.uk>,
Ralf Baechle <ralf@...ux-mips.org>,
Ingo Molnar <mingo@...e.hu>,
John Stultz <john.stultz@...aro.org>
Subject: [patch 0/5] i8253: common clockevent
Replace all the copies of i8253 clockevents code with a single common
implementation.
Thanks,
tglx
---
arch/arm/mach-footbridge/Kconfig | 1
arch/arm/mach-footbridge/isa-timer.c | 51 -----------------
arch/mips/Kconfig | 1
arch/mips/kernel/i8253.c | 97 ---------------------------------
arch/x86/Kconfig | 2
arch/x86/kernel/i8253.c | 93 +-------------------------------
drivers/clocksource/Kconfig | 5 +
drivers/clocksource/i8253.c | 101 ++++++++++++++++++++++++++++++++---
8 files changed, 107 insertions(+), 244 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists