Re: [PATCH] mfd: omap-usb-host: Fix improper mask use

2014-07-29 Thread Lee Jones
On Tue, 29 Jul 2014, Greg KH wrote: > On Tue, Jul 29, 2014 at 09:33:25AM +0100, Lee Jones wrote: > > single-ulpi-bypass is a flag used for older OMAP3 silicon. > > > > The flag when set, can excite code that improperly uses the > > OMAP_UHH_HOSTCONFIG_UPLI_BYPASS define to clear the corresponding

Re: [PATCH] mfd: omap-usb-host: Fix improper mask use

2014-07-29 Thread Greg KH
On Tue, Jul 29, 2014 at 09:33:25AM +0100, Lee Jones wrote: > single-ulpi-bypass is a flag used for older OMAP3 silicon. > > The flag when set, can excite code that improperly uses the > OMAP_UHH_HOSTCONFIG_UPLI_BYPASS define to clear the corresponding bit. > Instead it clears all of the other bits

[PATCH] mfd: omap-usb-host: Fix improper mask use

2014-07-29 Thread Lee Jones
single-ulpi-bypass is a flag used for older OMAP3 silicon. The flag when set, can excite code that improperly uses the OMAP_UHH_HOSTCONFIG_UPLI_BYPASS define to clear the corresponding bit. Instead it clears all of the other bits disabling all of the ports in the process. Signed-off-by: Michael W