Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932083Ab0LIBir (ORCPT ); Wed, 8 Dec 2010 20:38:47 -0500 Received: from void.printf.net ([89.145.121.20]:46729 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755511Ab0LIBiq (ORCPT ); Wed, 8 Dec 2010 20:38:46 -0500 Date: Thu, 9 Dec 2010 01:38:43 +0000 From: Chris Ball To: Takashi Iwai Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Aries Lee , Wolfram Sang Subject: Re: [PATCH v2] mmc: Add support for JMicron 388 SD/MMC controller Message-ID: <20101209013843.GA19741@void.printf.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1151 Lines: 30 Hi Takashi, On Wed, Dec 08, 2010 at 10:04:30AM +0100, Takashi Iwai wrote: > JMicron 388 SD/MMC combo controller supports the 1.8V low-voltage for > SD, but MMC doesn't work with the low-voltage, resulting in an error > at probing. > > This patch adds the support for multiple voltage mask per device type, > so that SD works with 1.8V while MMC forces 3.3V. Here new ocr_avail_* > fields for each device are introduced, so that the actual OCR mask is > switched dynamically. > > Also, the restriction of low-voltage in core/sd.c is removed when the > bit is allowed explicitly via ocr_avail_sd mask. > > This patch was rewritten from scratch based on Aries' original code. > > Signed-off-by: Aries Lee > Signed-off-by: Takashi Iwai Looks good, pushed to mmc-next for .38. Thanks! -- Chris Ball One Laptop Per Child -- 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/