From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Artamonow Subject: Re: [Regression?] Removed regulator support in ehci-omap Date: Tue, 12 Apr 2011 08:10:45 +0400 Message-ID: <20110412040420.GB25239@rainbow> References: <20110411093214.GA18215@rainbow> <4DA3350E.2060400@gmail.com> <112ef82aebc719ef25cde126f2014ebc@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <112ef82aebc719ef25cde126f2014ebc@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Keshava Munegowda Cc: Steve Sakoman , Steve Calfee , Felipe Balbi , linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-omap@vger.kernel.org On 02:18 Tue 12 Apr , Keshava Munegowda wrote: > > Sorry guys! I will work on it coming week; currently I am in travel. > > Well, regulator is not removed, its moved to usbhs core driver in > /driver/mfd/omap xx usb xxx host.c Ah, so EHCI/OHCI common code was moved into drivers/mfd... Good. But seems regulators support was lost somewhere during transition - the only mentioning about regulators in omap-usb-host.c is "#include" : mad@macmini:~/kernel-hack/linux-2.6(master)$ grep -i regulator drivers/mfd/omap-usb-host.c #include mad@macmini:~/kernel-hack/linux-2.6(master)$ -- Best regards, Dmitry "MAD" Artamonow