mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM i.MX6: add usb function prototypes
@ 2012-09-15 13:56 Steffen Trumtrar
  2012-09-15 13:56 ` [PATCH 2/2] ARM i.MX6: fix usb_ehci warnings for sabrelite Steffen Trumtrar
  2012-09-16  7:49 ` [PATCH 1/2] ARM i.MX6: add usb function prototypes Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Steffen Trumtrar @ 2012-09-15 13:56 UTC (permalink / raw)
  To: barebox; +Cc: Steffen Trumtrar

Add missing prototypes to mach/usb.h

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 arch/arm/mach-imx/include/mach/usb.h |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/mach-imx/include/mach/usb.h b/arch/arm/mach-imx/include/mach/usb.h
index 5d6670d..d953bf0 100644
--- a/arch/arm/mach-imx/include/mach/usb.h
+++ b/arch/arm/mach-imx/include/mach/usb.h
@@ -11,4 +11,7 @@
 #define MX35_H1_USBTE_BIT	(1 << 4)
 #define MXC_EHCI_INTERFACE_SINGLE_UNI	(2 << 0)
 
+
+int imx6_usb_phy1_disable_oc(void);
+int imx6_usb_phy1_enable(void);
 #endif /* __MACH_USB_H_*/
-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-09-16  7:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-15 13:56 [PATCH 1/2] ARM i.MX6: add usb function prototypes Steffen Trumtrar
2012-09-15 13:56 ` [PATCH 2/2] ARM i.MX6: fix usb_ehci warnings for sabrelite Steffen Trumtrar
2012-09-16  7:49 ` [PATCH 1/2] ARM i.MX6: add usb function prototypes Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox