All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: omap-usb-host: Make TLL mode work again
@ 2011-08-18 10:44 ` Anand Gadiyar
  0 siblings, 0 replies; 9+ messages in thread
From: Anand Gadiyar @ 2011-08-18 10:44 UTC (permalink / raw)
  To: linux-kernel, linux-omap, linux-usb
  Cc: Anand Gadiyar, Keshava Munegowda, Samuel Ortiz

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 <gadiyar@ti.com>
Cc: Keshava Munegowda <keshava_mgowda@ti.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
---
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;
 

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-08-22 14:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-18 10:44 [PATCH] mfd: omap-usb-host: Make TLL mode work again Anand Gadiyar
2011-08-18 10:44 ` Anand Gadiyar
2011-08-18 11:22 ` Munegowda, Keshava
2011-08-18 11:24   ` Felipe Balbi
2011-08-18 11:44     ` Gadiyar, Anand
2011-08-18 18:26       ` Greg KH
2011-08-19  5:12         ` Gadiyar, Anand
2011-08-22 14:45 ` Samuel Ortiz
2011-08-22 14:45   ` Samuel Ortiz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.