From: Steve Rae <srae@broadcom.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] This series implements fastboot on the "bcm28155_ap" boards.
Date: Mon, 6 Jul 2015 09:52:46 -0700 [thread overview]
Message-ID: <1436201570-12862-1-git-send-email-srae@broadcom.com> (raw)
The OTG hardware is a DWC2 controller and this series uses the
existing gadget driver ("s3c_udc_otg.c").
JD (Jiandong) Zheng and Steve Rae (2):
usb: gadget: bcm_udc_otg files
implement Fastboot via USB OTG on bcm28155_ap boards
Steve Rae (2):
g_dnl: add missing declaration
usb: s3c-otg: support 8-bit interface
arch/arm/include/asm/arch-bcm281xx/sysmap.h | 7 ++++
board/broadcom/bcm28155_ap/bcm28155_ap.c | 40 +++++++++++++++++++++++
drivers/usb/gadget/Makefile | 1 +
drivers/usb/gadget/bcm_udc_otg.h | 17 ++++++++++
drivers/usb/gadget/bcm_udc_otg_phy.c | 50 +++++++++++++++++++++++++++++
drivers/usb/gadget/s3c_udc_otg.c | 4 +++
include/configs/bcm28155_ap.h | 20 ++++++++++++
include/g_dnl.h | 1 +
8 files changed, 140 insertions(+)
create mode 100644 drivers/usb/gadget/bcm_udc_otg.h
create mode 100644 drivers/usb/gadget/bcm_udc_otg_phy.c
--
1.8.5
next reply other threads:[~2015-07-06 16:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-06 16:52 Steve Rae [this message]
2015-07-06 16:52 ` [U-Boot] [PATCH 1/4] g_dnl: add missing declaration Steve Rae
2015-07-06 16:52 ` [U-Boot] [PATCH 2/4] usb: s3c-otg: support 8-bit interface Steve Rae
2015-07-06 16:52 ` [U-Boot] [PATCH 3/4] usb: gadget: bcm_udc_otg files Steve Rae
2015-07-06 16:52 ` [U-Boot] [PATCH 4/4] implement Fastboot via USB OTG on bcm28155_ap boards Steve Rae
2015-07-06 18:22 ` Paul Kocialkowski
2015-07-06 19:22 ` Steve Rae
-- strict thread matches above, loose matches on Subject: below --
2015-01-20 22:42 [U-Boot] [PATCH 0/4] This series implements fastboot on the "bcm28155_ap" boards Steve Rae
2015-01-22 7:00 ` 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=1436201570-12862-1-git-send-email-srae@broadcom.com \
--to=srae@broadcom.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox