]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: add enum usb_init_type parameter to usb_lowlevel_init
authorTroy Kisky <troy.kisky@boundarydevices.com>
Thu, 10 Oct 2013 22:27:56 +0000 (15:27 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 20 Oct 2013 21:45:26 +0000 (23:45 +0200)
commit06d513ecb61a6711157707ebe10b968aacc0f2a8
treee1820c550bf516040b5e57ea05f0ea124b8109df
parentbba679144d25b91bcd7befff5a96728a30875f54
usb: add enum usb_init_type parameter to usb_lowlevel_init

This parameter will later be used to verify OTG ports.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
17 files changed:
arch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.c
arch/powerpc/cpu/mpc5xxx/usb_ohci.c
arch/powerpc/cpu/ppc4xx/usb_ohci.c
arch/sparc/cpu/leon3/usb_uhci.c
board/mpl/common/usb_uhci.c
common/usb.c
drivers/usb/gadget/mv_udc.c
drivers/usb/host/ehci-hcd.c
drivers/usb/host/isp116x-hcd.c
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci-s3c24xx.c
drivers/usb/host/r8a66597-hcd.c
drivers/usb/host/sl811-hcd.c
drivers/usb/host/xhci.c
drivers/usb/musb-new/musb_uboot.c
drivers/usb/musb/musb_hcd.c
include/usb.h