From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760106Ab3CHAkT (ORCPT ); Thu, 7 Mar 2013 19:40:19 -0500 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:54337 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759872Ab3CHAkR (ORCPT ); Thu, 7 Mar 2013 19:40:17 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18N8ANAgPkmuhbViRvKkJZQ Date: Thu, 7 Mar 2013 16:40:11 -0800 From: Tony Lindgren To: Stephen Boyd Cc: linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API Message-ID: <20130308004011.GD11806@atomide.com> References: <1362614646-24113-1-git-send-email-sboyd@codeaurora.org> <1362614646-24113-4-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1362614646-24113-4-git-send-email-sboyd@codeaurora.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Stephen Boyd [130306 17:53]: > Separate the smp_twd timers 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. Looks like applying this patch makes omap4 to stop booting for some reason. Regards, Tony