Home
last modified time | relevance | path

Searched hist:c7e3b2b5 (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c7bae844f Wed Nov 14 23:56:04 CST 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> usb: r8a6659: Fix build by missing of parenthesis

By commit c7e3b2b5, this was chanded to support multiple controllers.
But this has missing of parenthesis. This commit fix it.

-----
r8a66597-hcd.c: In function ‘usb_lowlevel_init’:
r8a66597-hcd.c:911:52: error: expected declaration specifiers before ‘)’
token
r8a66597-hcd.c:935:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or‘__attribute__’ before ‘{’ token
r8a66597-hcd.c:939:1: error: expected ‘{’ at end of input
-----

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Lucas Stach <dev@lynxeye.de>
c7e3b2b5 Tue Sep 25 17:14:34 CDT 2012 Lucas Stach <dev@lynxeye.de> usb: lowlevel interface change to support multiple controllers

Carry an index in the lowlevel usb functions to make specify the
respective usb controller.

Also pass through an controller struct from lowlevel_init to the
creation of the root usb device of this controller.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Reviewed-by: Marek Vasut <marex@denx.de>
H A Dsl811-hcd.cc7e3b2b5 Tue Sep 25 17:14:34 CDT 2012 Lucas Stach <dev@lynxeye.de> usb: lowlevel interface change to support multiple controllers

Carry an index in the lowlevel usb functions to make specify the
respective usb controller.

Also pass through an controller struct from lowlevel_init to the
creation of the root usb device of this controller.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Reviewed-by: Marek Vasut <marex@denx.de>
H A Dohci-hcd.cc7e3b2b5 Tue Sep 25 17:14:34 CDT 2012 Lucas Stach <dev@lynxeye.de> usb: lowlevel interface change to support multiple controllers

Carry an index in the lowlevel usb functions to make specify the
respective usb controller.

Also pass through an controller struct from lowlevel_init to the
creation of the root usb device of this controller.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Reviewed-by: Marek Vasut <marex@denx.de>
H A Dehci-hcd.cc7e3b2b5 Tue Sep 25 17:14:34 CDT 2012 Lucas Stach <dev@lynxeye.de> usb: lowlevel interface change to support multiple controllers

Carry an index in the lowlevel usb functions to make specify the
respective usb controller.

Also pass through an controller struct from lowlevel_init to the
creation of the root usb device of this controller.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Reviewed-by: Marek Vasut <marex@denx.de>
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_hcd.cc7e3b2b5 Tue Sep 25 17:14:34 CDT 2012 Lucas Stach <dev@lynxeye.de> usb: lowlevel interface change to support multiple controllers

Carry an index in the lowlevel usb functions to make specify the
respective usb controller.

Also pass through an controller struct from lowlevel_init to the
creation of the root usb device of this controller.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Reviewed-by: Marek Vasut <marex@denx.de>
/openbmc/u-boot/common/
H A Dusb_hub.cc7e3b2b5 Tue Sep 25 17:14:34 CDT 2012 Lucas Stach <dev@lynxeye.de> usb: lowlevel interface change to support multiple controllers

Carry an index in the lowlevel usb functions to make specify the
respective usb controller.

Also pass through an controller struct from lowlevel_init to the
creation of the root usb device of this controller.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Reviewed-by: Marek Vasut <marex@denx.de>
H A Dusb.cc7e3b2b5 Tue Sep 25 17:14:34 CDT 2012 Lucas Stach <dev@lynxeye.de> usb: lowlevel interface change to support multiple controllers

Carry an index in the lowlevel usb functions to make specify the
respective usb controller.

Also pass through an controller struct from lowlevel_init to the
creation of the root usb device of this controller.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Reviewed-by: Marek Vasut <marex@denx.de>
/openbmc/u-boot/include/
H A Dusb.hc7e3b2b5 Tue Sep 25 17:14:34 CDT 2012 Lucas Stach <dev@lynxeye.de> usb: lowlevel interface change to support multiple controllers

Carry an index in the lowlevel usb functions to make specify the
respective usb controller.

Also pass through an controller struct from lowlevel_init to the
creation of the root usb device of this controller.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Reviewed-by: Marek Vasut <marex@denx.de>