From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT] Pull request: u-boot-dfu (30.11.2017)
Date: Thu, 30 Nov 2017 11:12:13 +0100 [thread overview]
Message-ID: <20171130111213.6c921ae4@jawa> (raw)
In-Reply-To: <20171123123117.4e48984e@jawa>
Dear Marek,
The following changes since commit d0b067b0effec202e62616c9c1e2ba8a90de1773:
usb: r8a66597: convert wait loop to readw_poll_timeout (2017-11-30 01:17:03 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to f8ae9831484ca741808dc4f430151aebf631dec1:
rockchip: rk3288: enable rockusb support on rk3288 based device (2017-11-30 11:09:30 +0100)
----------------------------------------------------------------
Eddie Cai (4):
usb: rockchip: add the rockusb gadget
usb: rockchip: add rockusb command
rockchip:usb: add a simple readme for rockusb
rockchip: rk3288: enable rockusb support on rk3288 based device
arch/arm/include/asm/arch-rockchip/f_rockusb.h | 132 +++++++++++++++++++++++++++++++++++
arch/arm/mach-rockchip/Kconfig | 2 +
cmd/Kconfig | 8 +++
cmd/Makefile | 1 +
cmd/rockusb.c | 74 ++++++++++++++++++++
configs/chromebit_mickey_defconfig | 7 ++
configs/chromebook_jerry_defconfig | 7 ++
configs/chromebook_minnie_defconfig | 7 ++
configs/evb-rk3288_defconfig | 9 +++
configs/fennec-rk3288_defconfig | 5 ++
configs/firefly-rk3288_defconfig | 7 ++
configs/miqi-rk3288_defconfig | 5 ++
configs/phycore-rk3288_defconfig | 6 ++
configs/popmetal-rk3288_defconfig | 5 ++
configs/rock2_defconfig | 8 +++
configs/tinker-rk3288_defconfig | 5 ++
configs/vyasa-rk3288_defconfig | 25 +++++++
doc/README.rockusb | 51 ++++++++++++++
drivers/usb/gadget/Kconfig | 8 +++
drivers/usb/gadget/Makefile | 1 +
drivers/usb/gadget/f_rockusb.c | 691 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
21 files changed, 1064 insertions(+)
create mode 100644 arch/arm/include/asm/arch-rockchip/f_rockusb.h
create mode 100644 cmd/rockusb.c
create mode 100644 doc/README.rockusb
create mode 100644 drivers/usb/gadget/f_rockusb.c
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171130/422acefe/attachment.sig>
next prev parent reply other threads:[~2017-11-30 10:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-23 11:31 [U-Boot] [GIT] Pull request: u-boot-dfu (23.11.2017) Lukasz Majewski
2017-11-23 11:57 ` Marek Vasut
2017-11-30 10:12 ` Lukasz Majewski [this message]
2017-11-30 12:49 ` [U-Boot] [GIT] Pull request: u-boot-dfu (30.11.2017) Marek Vasut
2017-11-30 15:30 ` Lukasz Majewski
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=20171130111213.6c921ae4@jawa \
--to=lukma@denx.de \
--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.