From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752514Ab2KTInO (ORCPT ); Tue, 20 Nov 2012 03:43:14 -0500 Received: from mailout2.w1.samsung.com ([210.118.77.12]:18256 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751600Ab2KTInN (ORCPT ); Tue, 20 Nov 2012 03:43:13 -0500 Message-id: <50AB428A.3050700@samsung.com> Date: Tue, 20 Nov 2012 09:42:50 +0100 From: Marek Szyprowski User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-version: 1.0 To: Philip Rakity Cc: "linux-kernel@vger.kernel.org List" , "linux-mmc@vger.kernel.org" , Kyungmin Park , Mark Brown , Liam Girdwood , Chris Ball Subject: Re: [PATCH v2] mmc: sdhci: apply voltage range check only for non-fixed regulators References: <87fw4dn030.fsf@octavius.laptop.org> <1352813534-6795-1-git-send-email-m.szyprowski@samsung.com> <87bof1mx9m.fsf@octavius.laptop.org> <50A254A0.8000403@samsung.com> <877gppmvyd.fsf@octavius.laptop.org> In-reply-to: Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 7bit X-TM-AS-MML: No Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/13/2012 10:23 PM, Philip Rakity wrote: > Hi Marek, > > Is the regulator dedicated ? or is it shared ? Is it used for eMMC ? > > If it cannot be turned off -- then just don't list it in the regulators list for vmmc. > > If it CAN be turned off then need to get back to you. It is dedicated to eMMC device and can be turned off. Patch "mmc: sdhci: apply voltage range check only for non-fixed regulators" restored sdhci to working state after merging the regulator fix. However there are lots of error messages from sdhci driver: s3c-sdhci s3c-sdhci.0: could not set regulator OCR (-1) The only remaining problem is sdhci driver operation with dummy regulator. Right now it simply fails to initialize if dummy regulator is enabled. Do you have any idea how to fix it properly? Best regards -- Marek Szyprowski Samsung Poland R&D Center