From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 55810B6F2B for ; Sat, 8 Aug 2009 02:39:44 +1000 (EST) Received: from buildserver.ru.mvista.com (unknown [213.79.90.228]) by ozlabs.org (Postfix) with ESMTP id E3DDADDD04 for ; Sat, 8 Aug 2009 02:39:43 +1000 (EST) Date: Fri, 7 Aug 2009 20:39:40 +0400 From: Anton Vorontsov To: Andrew Morton Subject: [PATCH 0/4] sdhci-of: Some fixes for high-speed and 4-bit SD cards Message-ID: <20090807163940.GA29192@oksana.dev.rtsoft.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Ben Dooks , linux-kernel@vger.kernel.org, sdhci-devel@lists.ossman.eu, linuxppc-dev@ozlabs.org, Pierre Ossman Reply-To: avorontsov@ru.mvista.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi all, Finally I've got a bunch of SD cards to test eSDHC in various ways, and more importantly now I have a lot of SDHS cards. ;-) So, here are few fixes that make eSDHC work flawlessly on MPC83xx SOCs with all SD and MMC cards that I have. On MPC85xx (namely MPC8536 and MPC8569) SOCs there is one issue: the cards can be detected and read just fine, but writing doesn't work (no interrupts received). I'm currently investigating this. Thanks, -- Anton Vorontsov email: cbouatmailru@gmail.com irc://irc.freenode.net/bd2 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754076AbZHGQjl (ORCPT ); Fri, 7 Aug 2009 12:39:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754033AbZHGQjl (ORCPT ); Fri, 7 Aug 2009 12:39:41 -0400 Received: from ru.mvista.com ([213.79.90.228]:1683 "EHLO buildserver.ru.mvista.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753185AbZHGQjk (ORCPT ); Fri, 7 Aug 2009 12:39:40 -0400 Date: Fri, 7 Aug 2009 20:39:40 +0400 From: Anton Vorontsov To: Andrew Morton Cc: Pierre Ossman , Kumar Gala , Ben Dooks , Sascha Hauer , linux-kernel@vger.kernel.org, sdhci-devel@lists.ossman.eu, linuxppc-dev@ozlabs.org Subject: [PATCH 0/4] sdhci-of: Some fixes for high-speed and 4-bit SD cards Message-ID: <20090807163940.GA29192@oksana.dev.rtsoft.ru> Reply-To: avorontsov@ru.mvista.com MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline 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 all, Finally I've got a bunch of SD cards to test eSDHC in various ways, and more importantly now I have a lot of SDHS cards. ;-) So, here are few fixes that make eSDHC work flawlessly on MPC83xx SOCs with all SD and MMC cards that I have. On MPC85xx (namely MPC8536 and MPC8569) SOCs there is one issue: the cards can be detected and read just fine, but writing doesn't work (no interrupts received). I'm currently investigating this. Thanks, -- Anton Vorontsov email: cbouatmailru@gmail.com irc://irc.freenode.net/bd2