[U-Boot] Pull request: u-boot-usb
Remy Bohmer
linux at bohmer.net
Thu Jul 9 21:39:51 CEST 2009
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
More information about the U-Boot
mailing list