
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@denx.de