From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 10 Jul 2014 09:44:58 +0200 Subject: [U-Boot] [PATCH 2/2] usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x In-Reply-To: <20140710040606.GA6492@saruman.home> References: <1404964963-6614-1-git-send-email-balbi@ti.com> <1404964963-6614-2-git-send-email-balbi@ti.com> <20140710040606.GA6492@saruman.home> Message-ID: <201407100944.58907.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, July 10, 2014 at 06:06:06 AM, Felipe Balbi wrote: > On Wed, Jul 09, 2014 at 11:02:43PM -0500, Felipe Balbi wrote: > > Newer AM437x silicon requires us to explicitly power up > > the USB2 PHY. By implementing usb_phy_power() we can > > achieve that. > > > > Signed-off-by: Felipe Balbi > > --- > > the only change here is the use of {set,clr}bits_le32() Well, given the pressure before release, I picked the previous one (without clrsetbits). I think the original will also generate less code, so let's keep it at that. Sorry I've been pushing you around. Best regards, Marek Vasut