From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [RFC 4/9] of/irq: Refactor interrupt-map parsing Date: Fri, 01 Nov 2013 13:07:33 -0600 Message-ID: <5273FBF5.2080004@wwwdotorg.org> References: <1381869563-16083-1-git-send-email-grant.likely@linaro.org> <1381869563-16083-5-git-send-email-grant.likely@linaro.org> <20131031185714.GA12646@quad.lixom.net> <20131101175317.A812AC40868@trevor.secretlab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131101175317.A812AC40868-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Grant Likely , Olof Johansson Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux Kernel Mailing List , Kevin Hilman , Benjamin Herrenschmidt , "linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Stephen Boyd List-Id: linux-next.vger.kernel.org On 11/01/2013 11:53 AM, Grant Likely wrote: > On Thu, 31 Oct 2013 11:57:14 -0700, Olof Johansson wrote: >> On Wed, Oct 30, 2013 at 02:25:21PM -0700, Grant Likely wrote: >>> (Sorry for HTML mail) >>> >>> Can you put #define DEBUG at the top of drivers/of/irq.c and send me the >>> log output from before and after the commit? >> >> Here you go, quite verbose log below. >> >> Looks like we're tripping the "no reg passed in" checks, not sure if related. > > I think I've found the bug. See if this helps... > > From 54a6d89d63361f8117ff69e4b65efabb12b897c7 Mon Sep 17 00:00:00 2001 > From: Grant Likely > Date: Fri, 1 Nov 2013 10:50:50 -0700 > Subject: [PATCH] of: Fixup interrupt parsing failure. Tested-by: Stephen Warren Thanks, this fixes the clocksource errors that I was seeing when performing CPU hotplug, as mentioned in: https://lkml.org/lkml/2013/10/31/430 Re: [RFC 4/9] of/irq: Refactor interrupt-map parsing [CPU hotplug clockevents issue] -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html