summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-02-12 00:08:39 +0100
committerWolfgang Denk <wd@denx.de>2009-02-12 00:08:39 +0100
commitf15c6515fc23f83c51f3de272ca23d86b80e81b1 (patch)
tree6af7c379a62758b4e768280733f38bb4e84909a0 /drivers
parent5fc56b907d993260b9ebdb137af66fe69635ae9e (diff)
downloadblackbird-obmc-uboot-f15c6515fc23f83c51f3de272ca23d86b80e81b1.tar.gz
blackbird-obmc-uboot-f15c6515fc23f83c51f3de272ca23d86b80e81b1.zip
Coding style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/davinci_usb.h1
-rw-r--r--drivers/usb/musb_core.h1
-rw-r--r--drivers/usb/usb_ehci_core.c6
3 files changed, 4 insertions, 4 deletions
diff --git a/drivers/usb/davinci_usb.h b/drivers/usb/davinci_usb.h
index d270861afa..f6751bf66c 100644
--- a/drivers/usb/davinci_usb.h
+++ b/drivers/usb/davinci_usb.h
@@ -84,4 +84,3 @@ extern int i2c_write(uchar chip, uint addr, int alen, uchar *buffer, int len);
extern int i2c_read(uchar chip, uint addr, int alen, uchar *buffer, int len);
extern void enable_vbus(void);
#endif /* __DAVINCI_USB_H__ */
-
diff --git a/drivers/usb/musb_core.h b/drivers/usb/musb_core.h
index 9f5ebe75ef..2597c5fc7e 100644
--- a/drivers/usb/musb_core.h
+++ b/drivers/usb/musb_core.h
@@ -314,4 +314,3 @@ extern inline u16 musb_readw(u32 offset);
extern inline u8 musb_readb(u32 offset);
#endif /* __MUSB_HDRC_DEFS_H__ */
-
diff --git a/drivers/usb/usb_ehci_core.c b/drivers/usb/usb_ehci_core.c
index 813f64abd3..4dbfb6688f 100644
--- a/drivers/usb/usb_ehci_core.c
+++ b/drivers/usb/usb_ehci_core.c
@@ -818,8 +818,10 @@ int usb_lowlevel_init(void)
/* Start the host controller. */
cmd = ehci_readl(&hcor->or_usbcmd);
- /* Philips, Intel, and maybe others need CMD_RUN before the
- * root hub will detect new devices (why?); NEC doesn't */
+ /*
+ * Philips, Intel, and maybe others need CMD_RUN before the
+ * root hub will detect new devices (why?); NEC doesn't
+ */
cmd &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
cmd |= CMD_RUN;
ehci_writel(&hcor->or_usbcmd, cmd);
OpenPOWER on IntegriCloud