From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755662Ab2AXAGR (ORCPT ); Mon, 23 Jan 2012 19:06:17 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:51666 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755472Ab2AXAGP (ORCPT ); Mon, 23 Jan 2012 19:06:15 -0500 From: John Stultz To: lkml Cc: John Stultz , Martin Schwidefsky , Jim Cromie , Ralf Baechle , Yong Zhang Subject: [RFC][PATCH 0/3] Last of the clocksource_register_hz cleanups Date: Mon, 23 Jan 2012 16:05:47 -0800 Message-Id: <1327363550-19952-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.7.3.2.146.gca209 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12012400-7282-0000-0000-000005DDD2DD Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org So I'm hoping to finally kill off clocksource_register(), so I wanted to get the last of the hardware specific clocksources changes that I cannot test to be reviewed by maintainers. In some cases the patches are not clearly correct, or the existing code is broken and I don't know how to fix it. So feedback here would be greatly appreciated! thanks -john CC: Martin Schwidefsky CC: Jim Cromie CC: Ralf Baechle CC: Yong Zhang John Stultz (3): clocksource: s390: Convert s390 to use clocksource_register_khz clocksource: scx200_hrt: Convert scx200 to use clocksource_register_hz clocksource: Convert mips pnx8550 to use clocksource_register_hz arch/mips/pnx8550/common/time.c | 7 ++++++- arch/s390/kernel/time.c | 13 ++++++++++--- drivers/clocksource/scx200_hrt.c | 19 ++++++------------- 3 files changed, 22 insertions(+), 17 deletions(-) -- 1.7.3.2.146.gca209