[U-Boot] Pull request: u-boot-usb

The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1): MAINTAINERS: fix sorting, remove duplicates.
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
Bryan Wu (1): usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
Kim Phillips (1): usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
Mike Frysinger (1): usb: musb: drop old musb read/write prototypes
Prafulla Wadaskar (1): usb: add Marvell Kirkwood ehci host controller driver
Vivek Mahajan (2): mpc8xxx: USB: fix: access of ehci struct elements mpc83xx: USB: fix: access of ehci struct elements
cpu/mpc83xx/cpu_init.c | 4 +- drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-fsl.c | 18 +++--- drivers/usb/host/ehci-kirkwood.c | 108 ++++++++++++++++++++++++++++++++++++++ drivers/usb/musb/musb_core.h | 6 -- drivers/usb/musb/musb_hcd.c | 31 +++++++++++ drivers/usb/musb/musb_hcd.h | 4 ++ include/usb/ehci-fsl.h | 2 +- 8 files changed, 156 insertions(+), 18 deletions(-) create mode 100644 drivers/usb/host/ehci-kirkwood.c

On Jul 9, 2009, at 2:39 PM, Remy Bohmer wrote:
The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1): MAINTAINERS: fix sorting, remove duplicates.
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
I'm still seeing the following warning w/gcc-4.4
ehci-hcd.c: In function 'ehci_submit_root': ehci-hcd.c:719: warning: value computed is not used ehci-hcd.c:748: warning: value computed is not used
I posted this patch to address it:
http://lists.denx.de/pipermail/u-boot/2009-July/055652.html
- k

Dear Remy Bohmer,
In message 3efb10970907091239o806a9ecl28db7026c13b67ae@mail.gmail.com you wrote:
The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1): MAINTAINERS: fix sorting, remove duplicates.
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
Bryan Wu (1): usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
Kim Phillips (1): usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
Mike Frysinger (1): usb: musb: drop old musb read/write prototypes
Prafulla Wadaskar (1): usb: add Marvell Kirkwood ehci host controller driver
Vivek Mahajan (2): mpc8xxx: USB: fix: access of ehci struct elements mpc83xx: USB: fix: access of ehci struct elements
cpu/mpc83xx/cpu_init.c | 4 +- drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-fsl.c | 18 +++--- drivers/usb/host/ehci-kirkwood.c | 108 ++++++++++++++++++++++++++++++++++++++ drivers/usb/musb/musb_core.h | 6 -- drivers/usb/musb/musb_hcd.c | 31 +++++++++++ drivers/usb/musb/musb_hcd.h | 4 ++ include/usb/ehci-fsl.h | 2 +- 8 files changed, 156 insertions(+), 18 deletions(-) create mode 100644 drivers/usb/host/ehci-kirkwood.c
Applied, thanks.
Best regards,
Wolfgang Denk
participants (3)
-
Kumar Gala
-
Remy Bohmer
-
Wolfgang Denk