From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brown Subject: Re: [PATCH 5/8] ARM: MSM: Divorce msm_timer from local timer API Date: Tue, 05 Mar 2013 11:04:57 -0800 Message-ID: <8yad2vd1xd2.fsf@huya.qualcomm.com> References: <1361518039-16663-1-git-send-email-sboyd@codeaurora.org> <1361518039-16663-6-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:43568 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755004Ab3CETE6 (ORCPT ); Tue, 5 Mar 2013 14:04:58 -0500 In-Reply-To: <1361518039-16663-6-git-send-email-sboyd@codeaurora.org> (Stephen Boyd's message of "Thu, 21 Feb 2013 23:27:16 -0800") Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Daniel Walker , Bryan Huntsman Stephen Boyd writes: > Separate the msm_timer from the local timer API. This will allow > us to remove ARM local timer support in the near future and gets > us closer to moving this driver to drivers/clocksource. > > Cc: David Brown > Cc: Daniel Walker > Cc: Bryan Huntsman > Signed-off-by: Stephen Boyd > --- > arch/arm/mach-msm/timer.c | 125 +++++++++++++++++++++++++--------------------- Acked-by: David Brown -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation From mboxrd@z Thu Jan 1 00:00:00 1970 From: davidb@codeaurora.org (David Brown) Date: Tue, 05 Mar 2013 11:04:57 -0800 Subject: [PATCH 5/8] ARM: MSM: Divorce msm_timer from local timer API In-Reply-To: <1361518039-16663-6-git-send-email-sboyd@codeaurora.org> (Stephen Boyd's message of "Thu, 21 Feb 2013 23:27:16 -0800") References: <1361518039-16663-1-git-send-email-sboyd@codeaurora.org> <1361518039-16663-6-git-send-email-sboyd@codeaurora.org> Message-ID: <8yad2vd1xd2.fsf@huya.qualcomm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Stephen Boyd writes: > Separate the msm_timer from the local timer API. This will allow > us to remove ARM local timer support in the near future and gets > us closer to moving this driver to drivers/clocksource. > > Cc: David Brown > Cc: Daniel Walker > Cc: Bryan Huntsman > Signed-off-by: Stephen Boyd > --- > arch/arm/mach-msm/timer.c | 125 +++++++++++++++++++++++++--------------------- Acked-by: David Brown -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation