[U-Boot] Pull request: u-boot-usb
Remy Bohmer
linux at bohmer.net
Fri Dec 16 22:01:58 CET 2011
The following changes since commit 06e42c6e2ce269667daecd6229d0b7c813838203:
Merge branch 'agust at denx.de' of git://git.denx.de/u-boot-staging
(2011-12-12 14:51:16 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
Igor Grinberg (4):
USB: ULPI: switch argument type from u8 to unsigned
USB: ULPI: clean a mixup of return types
USB: ULPI: increase error case verbosity
README: add documentation for CONFIG_USB_ULPI*
Lukasz Majewski (1):
usb:gadget:s5p Enable the USB Gadget framework at Exynos4210
(C210 Universal)
Tom Rini (1):
USB: Use (get|put)_unaligned for accessing wMaxPacketSize
README | 8 +++++
arch/arm/include/asm/arch-exynos/cpu.h | 1 +
board/samsung/universal_c210/universal.c | 48 ++++++++++++++++++++++++++++++
common/cmd_usb.c | 3 +-
common/usb.c | 27 ++++++++++++-----
drivers/serial/usbtty.c | 10 ++++--
drivers/usb/gadget/epautoconf.c | 8 +++--
drivers/usb/gadget/s3c_udc_otg.c | 10 ++++--
drivers/usb/ulpi/ulpi-viewport.c | 4 +-
drivers/usb/ulpi/ulpi.c | 30 +++++++++---------
include/configs/s5pc210_universal.h | 4 ++
include/max8998_pmic.h | 1 +
include/usb/ulpi.h | 8 ++--
include/usbdescriptors.h | 2 +-
14 files changed, 122 insertions(+), 42 deletions(-)
More information about the U-Boot
mailing list