From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: Query: Regulator framework in EHCI driver Date: Thu, 5 Nov 2009 11:19:55 +0000 Message-ID: <20091105111955.GA23505@rakim.wolfsonmicro.main> References: <20091104133922.GD25044@sirena.org.uk> <5A47E75E594F054BAF48C5E4FC4B92AB030A67DE6A@dbde02.ent.ti.com> <20091104144126.GA30644@rakim.wolfsonmicro.main> <5A47E75E594F054BAF48C5E4FC4B92AB030A67DE7F@dbde02.ent.ti.com> <20091104144811.GB30644@rakim.wolfsonmicro.main> <5A47E75E594F054BAF48C5E4FC4B92AB030A67DE8A@dbde02.ent.ti.com> <19F8576C6E063C45BE387C64729E73940436F9384E@dbde02.ent.ti.com> <20091105093641.GA21779@rakim.wolfsonmicro.main> <20091105094134.GB3045@nokia.com> <5A47E75E594F054BAF48C5E4FC4B92AB030A67E0F2@dbde02.ent.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from opensource.wolfsonmicro.com ([80.75.67.52]:45673 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753212AbZKELTv (ORCPT ); Thu, 5 Nov 2009 06:19:51 -0500 Content-Disposition: inline In-Reply-To: <5A47E75E594F054BAF48C5E4FC4B92AB030A67E0F2@dbde02.ent.ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Gadiyar, Anand" Cc: "felipe.balbi@nokia.com" , "Gupta, Ajay Kumar" , "linux-omap@vger.kernel.org" , "Aggarwal, Anuj" On Thu, Nov 05, 2009 at 04:01:24PM +0530, Gadiyar, Anand wrote: > How do you add a fixed voltage regulator for a board which doesn't really > have a controllable regulator for that voltage? (the PHY supply is wired > directly from the main board power-supply, no GPIO for on-off control) > Maybe a dummy regulator would be useful? Like drivers/regulator/fixed.c?