Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755829Ab1FAHdM (ORCPT ); Wed, 1 Jun 2011 03:33:12 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:59484 "EHLO e5.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754918Ab1FAHdJ (ORCPT ); Wed, 1 Jun 2011 03:33:09 -0400 From: John Stultz To: linux-kernel@vger.kernel.org Cc: John Stultz , Jeff Dike , Nikolaus Voss , Kyle McMartin , Chris Zankel , Mikael Starvik , Jesper Nilsson , Chris Metcalf , Thomas Gleixner Subject: [PATCH 0/6] clocksource_register_hz/khz cleanups Date: Wed, 1 Jun 2011 00:32:44 -0700 Message-Id: <1306913570-9445-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.7.3.2.146.gca209 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1505 Lines: 41 Here's the next batch of clocksource_register_hz/khz cleanups. It would be really great if maintainers could pick these up, otherwise I'll likely push these through Thomas for 3.1. thanks -john CC: Jeff Dike CC: Nikolaus Voss CC: Kyle McMartin CC: Chris Zankel CC: Mikael Starvik CC: Jesper Nilsson CC: Chris Metcalf CC: Thomas Gleixner John Stultz (6): clocksource: Convert tcb_clksrc to use clocksource_register_hz/khz clocksource: parisc: convert to clocksource_register_hz/khz clocksource: um: convert to clocksource_register_hz/khz clocksource: xtensa: convert to clocksource_register_hz/khz clocksource: cris: convert to clocksource_register_khz clocksource: tile: convert to use clocksource_register_hz arch/cris/arch-v32/kernel/time.c | 4 +--- arch/parisc/kernel/time.c | 6 +----- arch/tile/kernel/time.c | 5 +---- arch/um/kernel/time.c | 6 ++---- arch/xtensa/kernel/time.c | 13 +------------ drivers/clocksource/tcb_clksrc.c | 4 +--- 6 files changed, 7 insertions(+), 31 deletions(-) -- 1.7.3.2.146.gca209 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/