Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965698AbXAYITr (ORCPT ); Thu, 25 Jan 2007 03:19:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965700AbXAYITq (ORCPT ); Thu, 25 Jan 2007 03:19:46 -0500 Received: from fnoeppeil48.netpark.at ([217.175.205.176]:4386 "EHLO roarinelk.homelinux.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965698AbXAYITq (ORCPT ); Thu, 25 Jan 2007 03:19:46 -0500 Date: Thu, 25 Jan 2007 09:19:44 +0100 From: Manuel Lauss To: Pierre Ossman Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MMC: au1xmmc R6 response support Message-ID: <20070125081944.GA8358@roarinelk.homelinux.net> References: <20070123100814.GA5001@roarinelk.homelinux.net> <45B65A73.90308@drzeus.cx> <20070124055202.GA6446@roarinelk.homelinux.net> <45B72F13.4040707@drzeus.cx> <20070125072000.GA8257@roarinelk.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070125072000.GA8257@roarinelk.homelinux.net> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 912 Lines: 26 Hi Pierre, > > > HEAD has this fixed. Every spec I can get my hands on states that R1 and > > R6 have the same format. So it sounds like this controller is doing > > something stupid. > > Apparently my HW is broken... I got a hold of a DB1200 demoboard and > the distributed version works fine there. Actually, the bug is that because of MMC_RSP_R6 not being handled in the switch in au1xmmc_send_command(), the controller gets told that no response is expected. I changed the R6 to R1 in mmc.h, thats why it worked in the demoboard, and it also works now on the previously thought-to-be-broken HW. So it's only broken in releases < 2.6.20-rc6. Thanks, -- ml. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/