Hello.
On 08-12-2010 19:01, Hema HK wrote:
Registering the twl6030-usb transceiver device as a child to twl6030 core.
Removed the NOP transceiver init call from board file.
Populated twl4030_usb_data platform data structure with the function
pointers for OMAP4430 internal PHY operation to be used twl630-usb driver.
^ by?
Signed-off-by: Hema HK<[email protected]>
Cc: Samuel Ortiz<[email protected]>
Cc: Felipe Balbi<[email protected]>
Cc: Tony Lindgren<[email protected]>
[...]
Index: linux-2.6/drivers/mfd/twl-core.c
===================================================================
--- linux-2.6.orig/drivers/mfd/twl-core.c
+++ linux-2.6/drivers/mfd/twl-core.c
[...]
@@ -682,6 +683,43 @@ add_children(struct twl4030_platform_dat
[...]
+ child = add_child(0, "twl6030_usb",
+ pdata->usb, sizeof(*pdata->usb),
+ true,
+ /* irq1 = VBUS_PRES, irq0 = USB ID*/
You forgot space before */.
Index: linux-2.6/arch/arm/mach-omap2/board-omap4panda.c
===================================================================
--- linux-2.6.orig/arch/arm/mach-omap2/board-omap4panda.c
+++ linux-2.6/arch/arm/mach-omap2/board-omap4panda.c
Your patch is not sorted.
WBR, Sergei
--
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