On Thu, Aug 18, 2011 at 4:14 PM, Anand Gadiyar <[email protected]> wrote: > This code section seems to have been accidentally copy pasted. > It causes incorrect bits to be set up in the TLL_CHANNEL_CONF > register and prevents the TLL mode from working correctly. > > Signed-off-by: Anand Gadiyar <[email protected]> > Cc: Keshava Munegowda <[email protected]> > Cc: Samuel Ortiz <[email protected]> > --- > Against v3.1-rc2; tested against linux-next as of 20110817 as well. > > This probably needs to go to -stable as well. The original code > by me worked fine but this was broken during the code reorganization > Keshava did. > > drivers/mfd/omap-usb-host.c | 1 - > 1 file changed, 1 deletion(-) > > Index: linux-2.6/drivers/mfd/omap-usb-host.c > =================================================================== > --- linux-2.6.orig/drivers/mfd/omap-usb-host.c > +++ linux-2.6/drivers/mfd/omap-usb-host.c > @@ -676,7 +676,6 @@ static void usbhs_omap_tll_init(struct d > | OMAP_TLL_CHANNEL_CONF_ULPINOBITSTUFF > | OMAP_TLL_CHANNEL_CONF_ULPIDDRMODE); > > - reg |= (1 << (i + 1)); > } else > continue;
Samuel Ortiz and balbi please ack this patch I am going to re-base runtime pm patches on top of this patch. Regards keshava -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
