
The following changes since commit 9f8cf76be256a83643ee05de6cffaeb452ed0931:
Convert CONFIG_SYS_I2C_DAVINCI to Kconfig (2018-08-17 15:43:38 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 49c752c93a785b9bad9d3fbbd52a76bec003eac5:
cmd: Add bind/unbind commands to bind a device to a driver from the command line (2018-08-21 16:21:37 +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

On Fri, Aug 24, 2018 at 08:21:46PM +0200, Marek Vasut wrote:
The following changes since commit 9f8cf76be256a83643ee05de6cffaeb452ed0931:
Convert CONFIG_SYS_I2C_DAVINCI to Kconfig (2018-08-17 15:43:38 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 49c752c93a785b9bad9d3fbbd52a76bec003eac5:
cmd: Add bind/unbind commands to bind a device to a driver from the command line (2018-08-21 16:21:37 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini