From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT] Pull request: u-boot-dfu (14.08.2018)
Date: Tue, 14 Aug 2018 13:12:54 +0200 [thread overview]
Message-ID: <20180814131254.572216b4@jawa> (raw)
Dear Marek,
The following changes since commit
a032e0a6aed208977f48e78d2cc497b91543beaf:
travis: give every job a name (2018-08-10 13:50:30 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to b961cd309e5c26ef7e9c4fbc55e4f5367867352d:
cmd: Add bind/unbind commands to bind a device to a driver from the
command line (2018-08-13 23:45:00 +0200)
----------------------------------------------------------------
Adam Ford (2):
usb: musb-new: omap2430: Remove dead code
usb: musb-new: omap2430: Enable DM_USB and OF support
Jean-Jacques Hiblot (7):
usb: gadget: Add bcdDevice for the DWC3 USB Gadget Controller
net: eth-uclass: Fix for DM USB ethernet support
uclass: Add dev_get_uclass_index() to get the uclass/index of a
device dm: print the index of the device when dumping the dm tree
dm: convert device_get_global_by_of_offset() to
device_get_global_by_ofnode() device: expose the functions used to
remove and unbind children of a device cmd: Add bind/unbind commands to
bind a device to a driver from the command line
Sam Protsenko (1):
cmd: fastboot: Validate user input
arch/arm/mach-rockchip/rk3188-board-spl.c | 2 +-
arch/arm/mach-rockchip/rk3288-board-spl.c | 2 +-
arch/sandbox/dts/test.dts | 11 +++
cmd/Kconfig | 9 ++
cmd/Makefile | 1 +
cmd/bind.c | 255
+++++++++++++++++++++++++++++++++++++++++++++++++
cmd/fastboot.c | 13 ++-
configs/sandbox_defconfig | 1 +
drivers/core/device-remove.c | 30 +++---
drivers/core/device.c | 19 ++--
drivers/core/dump.c | 16 ++--
drivers/core/uclass.c | 21 +++++
drivers/usb/gadget/gadget_chips.h | 2 +
drivers/usb/musb-new/omap2430.c | 596
+++++++++++++++++++++++--------------------------------------------------------------------------------------------
include/dm/device-internal.h | 38 ++++++++
include/dm/device.h | 23 ++++-
include/dm/uclass-internal.h | 11 +++
net/eth-uclass.c | 3 +-
test/py/tests/test_bind.py | 178
+++++++++++++++++++++++++++++++++++ 19 files changed, 712
insertions(+), 519 deletions(-) create mode 100644 cmd/bind.c create
mode 100644 test/py/tests/test_bind.py
Travis-CI:
https://travis-ci.org/lmajewski/u-boot-dfu/builds/415665606
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/20180814/c0c9df0d/attachment.sig>
next reply other threads:[~2018-08-14 11:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-14 11:12 Lukasz Majewski [this message]
2018-08-14 11:18 ` [U-Boot] [GIT] Pull request: u-boot-dfu (14.08.2018) 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=20180814131254.572216b4@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.