From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754840AbaCZAHp (ORCPT ); Tue, 25 Mar 2014 20:07:45 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:14918 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291AbaCZAHn convert rfc822-to-8bit (ORCPT ); Tue, 25 Mar 2014 20:07:43 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 108.39.110.144 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19u6lspVVhWcYY+VZOgHRpZskScMFYLngs= X-DKIM: OpenDKIM Filter v2.0.1 titan 98D4E54C046 Date: Tue, 25 Mar 2014 20:07:35 -0400 From: Jason Cooper To: Sebastian Hesselbarth Cc: Alexander Elbs , Nicolas Pitre , Thomas Petazzoni , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, bonbons@linux-vserver.org, Andrew Lunn , Gregory CLEMENT Subject: Re: mvsdio: unhandled interrupt, mmc writes queuing up Message-ID: <20140326000735.GI28304@titan.lakedaemon.net> References: <20140325192759.GJ29769@segv.de> <53320055.9080307@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <53320055.9080307@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 25, 2014 at 11:16:53PM +0100, Sebastian Hesselbarth wrote: > On 03/25/2014 08:27 PM, Alexander Elbs wrote: > >> On Wed, 19 Mar 2014, Bruno Prémont wrote: > >>> Since upgrading my Sheevaplug from 3.7.2 to 3.13.6 (FDT) I'm seeing > >>> mvsdio f1090000.mvsdio: unhandled interrupt status=0x8810 en=0x0000 pio=0 > >>> at varied timings. > > > > I have the same problem on my sheevaplug. > > > >> It has been many years since I've looked at the code for this driver. > >> I'm therefore including Thomas Petazzoni to the CC list as he appears to > >> have been the most active since then. > >> > >> The reported status seems to indicate missing data in the context of a > >> transfer with CMD12, and a CRC error ensued of course. > >> > >> At this point I'd suggest testing intermediate kernels between 3.7 and > >> 3.13, and try bisection until you find the offending commit. > >> > >> [...] > >>> I get same results with 3.14-rc7. > >> > >> Excellent, that reduces the search space significantly. You can do a > >> git bisect directly. > > > > I did a git bisect. > > good: no message "unhandled interrupt" > > bad: message above appears > > skipped: unbootable kernel, usually stuck after the line "Uncompressing Linux". > > > > So far I am down to a few commits after 3.11. > > > > $ git bisect view --oneline > > 2326f04 (refs/bisect/bad) ARM: kirkwood: convert to DT irqchip and clocksource > > Can you please try the patches contained in [1]? > > They have been Acked-by Jason Cooper, but I guess we simply lost > track of them. > > Sebastian > > [1] https://lkml.org/lkml/2013/11/15/276 Bruno, If these work for you, please send a Tested-by and I'll keep better track of them this time. I think these were sent before we had a process for shuttling things into irqchip... thx, Jason.