Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932905Ab1CRWML (ORCPT ); Fri, 18 Mar 2011 18:12:11 -0400 Received: from mail.atheros.com ([12.19.149.2]:44344 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932866Ab1CRWMH (ORCPT ); Fri, 18 Mar 2011 18:12:07 -0400 From: "Luis R. Rodriguez" To: CC: , , , , , , "Luis R. Rodriguez" Subject: [RFC 0/4] sdhci: few patches for ENE 712 support Date: Fri, 18 Mar 2011 15:11:56 -0700 Message-ID: <1300486320-23607-1-git-send-email-lrodriguez@atheros.com> X-Mailer: git-send-email 1.7.4.15.g7811d MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1365 Lines: 32 I was pulled in to help with ath6kl development work. As part of this I was given some PCI "ENE" SDHCI card which can I can slap on to my desktop. I was then given this dump of patches to apply to sdhci code to get it to work: I prefer code upstream though so here is my split and cleanup of these patches. I've tested it with my ENE card. Since I am new to SDHCI I would prefer someone with more experience review these chagnes and the respective commit log messages. I've tried to make sense of them as best as I can. Unfortunately I was not given any explanation to these changes except the patch I got so I tried to make the best of it. Luis R. Rodriguez (4): sdhci: allow for multiple delays when sending commands sdhci: sanity check for triggering interrupts thread sdhci: cache when the MMC bus width is 4 bits wide sdhci: add quick for controllers with for CIRQ issues drivers/mmc/host/sdhci-pci.c | 3 +- drivers/mmc/host/sdhci.c | 46 +++++++++++++++++++++++++++++++++++------ include/linux/mmc/sdhci.h | 3 ++ 3 files changed, 44 insertions(+), 8 deletions(-) -- 1.7.4.15.g7811d -- 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/