From patchwork Thu Jun 17 14:33:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Venkatraman S X-Patchwork-Id: 106693 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o5HEY4JW010361 for ; Thu, 17 Jun 2010 14:36:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760154Ab0FQOeB (ORCPT ); Thu, 17 Jun 2010 10:34:01 -0400 Received: from mail-gx0-f174.google.com ([209.85.161.174]:48373 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760106Ab0FQOeA convert rfc822-to-8bit (ORCPT ); Thu, 17 Jun 2010 10:34:00 -0400 Received: by gxk21 with SMTP id 21so1687112gxk.19 for ; Thu, 17 Jun 2010 07:33:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=iv1ol/NUkpwS6wXD4STZ2TvRYU3X1jawAMJ0sWXYVxU=; b=pCpyzu6umA50q7ALWpkeCaN6eXCnqcqghE9DLEFwhNAoyuhUVlIGYiwpH7GgfILqqj 08/UnF7WHnLwkJBADRAOxzv3MmAZouoHFJdDWkkNXZPXG6c17Js8gfyGZ+hlL2+KFujv BXk6YWOTSObDoZDtduijuk1drPkwNjI9+0roo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=uvFSrfjDqH0VZXlzggU8wzJ8DOfVW4fQjqt8ZjXcT2XdkvXLMRSECL4MqSKxgvCXdI ti10+qLKsIT1ftSOEqZj4PVeJVqjcWgHAghvlPPIkz7/17rmYUQNpQL7ZjFQCsq3RDSm iHIqX2FdwdMlfgiVeTXK33QS0YThh7S5QkSeg= MIME-Version: 1.0 Received: by 10.91.204.30 with SMTP id g30mr8082807agq.78.1276785239100; Thu, 17 Jun 2010 07:33:59 -0700 (PDT) Received: by 10.231.168.10 with HTTP; Thu, 17 Jun 2010 07:33:58 -0700 (PDT) In-Reply-To: <1276726376.3211.36.camel@black> References: <1276613548.2824.46.camel@black> <1276636633.2824.88.camel@black> <1276726376.3211.36.camel@black> Date: Thu, 17 Jun 2010 20:03:58 +0530 X-Google-Sender-Auth: 0Ud7t-HSd2AL7XICNZ2pdi41H0Q Message-ID: Subject: Re: SDHC card affected by preemption model in 2.6.35 From: Venkatraman S To: Mathieu Poirier Cc: s-ghorai@ti.com, linux-omap@vger.kernel.org, Madhusudhan Chikkature Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 17 Jun 2010 14:36:35 +0000 (UTC) diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index b032828..9ca399e 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c @@ -1413,7 +1413,7 @@ omap_hsmmc_prepare_data(struct omap_hsmmc_host *host, struct mmc_request *req) OMAP_HSMMC_WRITE(host->base, BLK, (req->data->blksz) | (req->data->blocks << 16)); - set_data_timeout(host, req->data->timeout_ns, req->data->timeout_clks); + set_data_timeout(host, 100000000U, 0); if (host->use_dma) {