From: Lukasz Majewski <l.majewski@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT] Pull request: u-boot-dfu
Date: Mon, 20 Jul 2015 11:51:36 +0200 [thread overview]
Message-ID: <20150720115136.2a0d71e0@amdc2363> (raw)
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
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
next reply other threads:[~2015-07-20 9:51 UTC|newest]
Thread overview: 95+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-20 9:51 Lukasz Majewski [this message]
2015-07-22 6:59 ` [U-Boot] [GIT] Pull request: u-boot-dfu Marek Vasut
-- strict thread matches above, loose matches on Subject: below --
2017-09-13 11:07 Łukasz Majewski
2017-09-13 12:05 ` Marek Vasut
2017-08-28 19:28 Łukasz Majewski
2017-08-28 20:32 ` Marek Vasut
2017-08-28 21:33 ` Łukasz Majewski
2017-08-28 23:26 ` Marek Vasut
2017-08-21 9:16 Łukasz Majewski
2017-08-21 9:31 ` Marek Vasut
2017-07-20 10:03 Łukasz Majewski
2017-07-20 11:07 ` Marek Vasut
2017-07-20 12:01 ` Łukasz Majewski
2017-07-20 12:05 ` Marek Vasut
2017-06-18 19:16 Lukasz Majewski
2017-06-18 19:46 ` Marek Vasut
2017-06-03 17:18 Lukasz Majewski
2017-06-03 17:26 ` Marek Vasut
2017-03-27 11:23 Lukasz Majewski
2017-03-27 11:57 ` Marek Vasut
2017-02-22 12:36 Lukasz Majewski
2017-02-26 12:22 ` Marek Vasut
2016-11-02 15:28 Lukasz Majewski
2016-11-02 19:42 ` Marek Vasut
2016-11-03 8:24 ` Lukasz Majewski
2016-11-03 10:57 ` Marek Vasut
2016-08-29 14:24 Lukasz Majewski
2016-08-29 19:25 ` Marek Vasut
2016-08-16 13:41 Lukasz Majewski
2016-08-16 13:49 ` Marek Vasut
2016-08-16 16:03 ` Lukasz Majewski
2016-08-17 7:16 ` B, Ravi
2016-08-17 7:40 ` B, Ravi
2016-08-17 7:53 ` Heiko Schocher
2016-08-17 8:41 ` B, Ravi
2016-08-17 9:56 ` Lukasz Majewski
2016-08-17 13:06 ` Tom Rini
2016-08-17 14:55 ` Lukasz Majewski
2016-08-17 15:12 ` Tom Rini
2016-08-17 16:17 ` Lukasz Majewski
2016-08-17 16:47 ` Tom Rini
2016-08-17 17:02 ` Lukasz Majewski
2016-05-06 9:17 Lukasz Majewski
2016-05-06 16:41 ` Marek Vasut
2016-04-25 15:40 Lukasz Majewski
2016-04-25 15:57 ` Marek Vasut
2016-04-26 7:20 ` Lukasz Majewski
2016-04-22 16:33 Lukasz Majewski
2016-04-22 16:38 ` Stephen Warren
2016-04-22 16:54 ` Marek Vasut
2016-04-14 10:04 Lukasz Majewski
2016-04-14 10:08 ` Marek Vasut
2016-02-12 11:04 Lukasz Majewski
2016-02-12 12:32 ` Marek Vasut
2016-02-12 13:51 ` Lukasz Majewski
2016-02-12 16:29 ` Marek Vasut
2016-02-15 9:30 ` Lukasz Majewski
2016-02-15 13:52 ` Marek Vasut
2015-10-30 10:40 Lukasz Majewski
2015-10-31 2:12 ` Marek Vasut
2015-08-26 15:32 Lukasz Majewski
2015-08-26 16:50 ` Marek Vasut
2015-08-24 13:21 Lukasz Majewski
2015-08-24 13:34 ` Marek Vasut
2015-06-08 14:28 Lukasz Majewski
2015-06-08 15:31 ` Marek Vasut
2015-04-14 8:22 Lukasz Majewski
2015-04-15 13:55 ` Tom Rini
2015-02-23 9:06 Lukasz Majewski
2015-02-24 17:56 ` Marek Vasut
2015-02-24 22:29 ` Lukasz Majewski
2015-02-25 12:18 ` Marek Vasut
2015-02-25 13:09 ` Lukasz Majewski
2015-02-25 16:47 ` Marek Vasut
2014-11-14 16:54 Lukasz Majewski
2014-11-14 20:09 ` Marek Vasut
2014-09-24 12:24 Lukasz Majewski
2014-09-24 19:05 ` Marek Vasut
2014-09-25 7:35 ` Lukasz Majewski
2014-09-25 8:40 ` Marek Vasut
2014-09-02 7:13 Lukasz Majewski
2014-09-02 12:34 ` Marek Vasut
2014-07-16 7:18 Lukasz Majewski
2014-07-23 18:15 ` Marek Vasut
2014-08-06 15:54 ` Stephen Warren
2014-08-10 16:10 ` Lukasz Majewski
2014-08-10 20:40 ` Marek Vasut
2014-05-26 5:46 Lukasz Majewski
2014-06-05 21:13 ` Marek Vasut
2014-06-06 6:32 ` Lukasz Majewski
2014-06-09 10:32 ` Lukasz Majewski
2014-06-09 10:51 ` Lukasz Majewski
2014-06-09 17:32 ` Marek Vasut
2014-06-10 6:10 ` Lukasz Majewski
2014-06-10 14:08 ` Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150720115136.2a0d71e0@amdc2363 \
--to=l.majewski@samsung.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.