Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753614AbbDHKHr (ORCPT ); Wed, 8 Apr 2015 06:07:47 -0400 Received: from mail-qk0-f174.google.com ([209.85.220.174]:34966 "EHLO mail-qk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751479AbbDHKHn (ORCPT ); Wed, 8 Apr 2015 06:07:43 -0400 MIME-Version: 1.0 In-Reply-To: <1428377521-16619-1-git-send-email-micky_ching@realsil.com.cn> References: <1428377521-16619-1-git-send-email-micky_ching@realsil.com.cn> Date: Wed, 8 Apr 2015 12:07:43 +0200 Message-ID: Subject: Re: [PATCH] sdhci: rtsx: fix 64 BIT DMA quirks From: Ulf Hansson To: micky Cc: Chris Ball , Samuel Ortiz , Greg Kroah-Hartman , Dan Carpenter , "driverdev-devel@linuxdriverproject.org" , "linux-kernel@vger.kernel.org" , linux-mmc , Roger , Wei WANG Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1245 Lines: 37 On 7 April 2015 at 05:32, wrote: > From: Micky Ching > > rts5250 chip failed handle 64 bit ADMA for address below 4G. > Add 64 BIT quirks to disable this feature. > > Signed-off-by: Micky Ching Thanks! Applied, with a minor updated commit message header. Kind regards Uffe > --- > drivers/mmc/host/sdhci-pci.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c > index 0342775..ae8e450 100644 > --- a/drivers/mmc/host/sdhci-pci.c > +++ b/drivers/mmc/host/sdhci-pci.c > @@ -650,6 +650,7 @@ static int rtsx_probe_slot(struct sdhci_pci_slot *slot) > > static const struct sdhci_pci_fixes sdhci_rtsx = { > .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN | > + SDHCI_QUIRK2_BROKEN_64_BIT_DMA | > SDHCI_QUIRK2_BROKEN_DDR50, > .probe_slot = rtsx_probe_slot, > }; > -- > 1.9.1 > -- 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/