From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Cooper Subject: Re: mvsdio: unhandled interrupt, mmc writes queuing up Date: Tue, 25 Mar 2014 20:07:35 -0400 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-Transfer-Encoding: QUOTED-PRINTABLE Return-path: 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 Content-Disposition: inline In-Reply-To: <53320055.9080307@gmail.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org 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 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=E9mont wrote: > >>> Since upgrading my Sheevaplug from 3.7.2 to 3.13.6 (FDT) I'm seei= ng > >>> mvsdio f1090000.mvsdio: unhandled interrupt status=3D0x8810 en=3D= 0x0000 pio=3D0 > >>> at varied timings. > >=20 > > I have the same problem on my sheevaplug. > >=20 > >> It has been many years since I've looked at the code for this driv= er. =20 > >> I'm therefore including Thomas Petazzoni to the CC list as he appe= ars to=20 > >> have been the most active since then. > >> > >> The reported status seems to indicate missing data in the context = of a=20 > >> transfer with CMD12, and a CRC error ensued of course. > >> > >> At this point I'd suggest testing intermediate kernels between 3.7= and=20 > >> 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 d= o a=20 > >> git bisect directly. > >=20 > > I did a git bisect. > > good: no message "unhandled interrupt" > > bad: message above appears > > skipped: unbootable kernel, usually stuck after the line "Uncompr= essing Linux".=20 > >=20 > > So far I am down to a few commits after 3.11. > >=20 > > $ git bisect view --oneline > > 2326f04 (refs/bisect/bad) ARM: kirkwood: convert to DT irqchip and = clocksource >=20 > Can you please try the patches contained in [1]? >=20 > They have been Acked-by Jason Cooper, but I guess we simply lost > track of them. >=20 > Sebastian >=20 > [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.