[U-Boot] [GIT] Pull request: u-boot-dfu

The following changes since commit 8c4735c56b93019916e391cc3542cea14763d9fb: [2/1839]
drivers: usb: fsl: Remove LS102XA immap inclusion (2015-06-26 16:33:56 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to 2e57ed002438162dda78241f6fed9860a7d58635:
implement Fastboot via USB OTG on bcm28155_ap boards (2015-07-20 09:21:00 +0200)
---------------------------------------------------------------- Jiandong Zheng (2): usb: gadget: bcm_udc_otg files implement Fastboot via USB OTG on bcm28155_ap boards
Paul Kocialkowski (7): usb: USB download gadget and functions config options coherent naming usb: Fastboot function config for better consistency with other functions usb: board_usb_init and board_usb_cleanup calls in the fastboot command usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget code fastboot: Dynamic controller index for usb_gadget_handle_interrupts usb: gadget: fastboot: Request status and length check in rx handler usb: gadget: fastboot: Dequeue the previous IN request for the current request
Steve Rae (1): g_dnl: add missing declaration
README | 5 ++++- arch/arm/cpu/armv7/omap-common/boot-common.c | 2 +- arch/arm/include/asm/arch-bcm281xx/sysmap.h | 7 +++++++ board/broadcom/bcm28155_ap/bcm28155_ap.c | 40 ++++++++++++++++++++++++++++++++++++++++ board/samsung/common/Makefile | 2 +- board/siemens/common/factoryset.c | 4 ++-- common/cmd_fastboot.c | 33 ++++++++++++++++++++++++++------- doc/README.android-fastboot | 6 +++--- drivers/dfu/Makefile | 2 +- drivers/usb/gadget/Makefile | 11 ++++++----- drivers/usb/gadget/bcm_udc_otg.h | 22 ++++++++++++++++++++++ drivers/usb/gadget/bcm_udc_otg_phy.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/gadget/f_fastboot.c | 14 +++++++++----- drivers/usb/gadget/g_dnl.c | 13 +++++++++++++ include/configs/am335x_evm.h | 5 +++-- include/configs/am43xx_evm.h | 4 ++-- include/configs/bav335x.h | 7 ++++--- include/configs/bcm28155_ap.h | 20 ++++++++++++++++++++ include/configs/colibri_vf.h | 6 +++--- include/configs/dra7xx_evm.h | 5 +++-- include/configs/exynos4-common.h | 8 ++++---- include/configs/gw_ventana.h | 4 ++-- include/configs/mx6sabre_common.h | 4 ++-- include/configs/nitrogen6x.h | 5 +++-- include/configs/odroid_xu3.h | 8 ++++---- include/configs/omap3_beagle.h | 3 ++- include/configs/s5p_goni.h | 8 ++++---- include/configs/siemens-am33x-common.h | 4 ++-- include/configs/socfpga_common.h | 6 +++--- include/configs/tbs2910.h | 4 ++-- include/configs/tegra-common-usb-gadget.h | 6 +++--- include/configs/ti_omap5_common.h | 2 +- include/configs/warp.h | 6 +++--- include/configs/zynq-common.h | 6 +++--- include/g_dnl.h | 1 + 35 files changed, 260 insertions(+), 74 deletions(-) create mode 100644 drivers/usb/gadget/bcm_udc_otg.h create mode 100644 drivers/usb/gadget/bcm_udc_otg_phy.c

On Monday, July 20, 2015 at 11:51:36 AM, Lukasz Majewski wrote:
The following changes since commit 8c4735c56b93019916e391cc3542cea14763d9fb: [2/1839]
drivers: usb: fsl: Remove LS102XA immap inclusion (2015-06-26 16:33:56 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to 2e57ed002438162dda78241f6fed9860a7d58635:
implement Fastboot via USB OTG on bcm28155_ap boards (2015-07-20 09:21:00 +0200)
Applied, thanks !
Best regards, Marek Vasut
participants (2)
-
Lukasz Majewski
-
Marek Vasut