On 08/28/2017 09:28 PM, Łukasz Majewski wrote: > Dear Marek, > > Those patches are preferably for -next merge widow. > > > > The following changes since commit > ae61b5353b48fa49c66376f273cc53cd3c06b656: > > usb: dwc3: fix Kconfig dependency to accept host driver in > drivers/usb/dwc3 (2017-08-25 11:23:27 +0200) > > are available in the git repository at: > > u-boot-denx-dfu/master
Might be a good idea to put it into -next branch then. Applied > for you to fetch changes up to 6496bc35d93975f01551dc3960b88807eae9d6fb: > > rockchip: rk3288: enable rockusb support on rk3288 based device > (2017-08-28 21:20:50 +0200) > > ---------------------------------------------------------------- > 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 | 9 ++ > cmd/Makefile | 1 + > cmd/rockusb.c | 74 ++++++++++++ > configs/chromebit_mickey_defconfig | 9 ++ > configs/chromebook_jerry_defconfig | 9 ++ > configs/chromebook_minnie_defconfig | 9 ++ > configs/evb-rk3288_defconfig | 10 ++ > configs/fennec-rk3288_defconfig | 6 + > configs/firefly-rk3288_defconfig | 6 + > configs/miqi-rk3288_defconfig | 6 + > configs/phycore-rk3288_defconfig | 7 ++ > configs/popmetal-rk3288_defconfig | 6 + > configs/rock2_defconfig | 10 ++ > configs/tinker-rk3288_defconfig | 6 + > doc/README.rockusb | 51 ++++++++ > drivers/usb/gadget/Kconfig | 8 ++ > drivers/usb/gadget/Makefile | 1 + > drivers/usb/gadget/f_rockusb.c | 691 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > include/configs/rk3288_common.h | 7 -- > 21 files changed, 1053 insertions(+), 7 deletions(-) > 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 > > > Travis-CI output (all clean): > > https://travis-ci.org/lmajewski/u-boot-dfu/builds/269119055 > https://travis-ci.org/lmajewski/u-boot-dfu/builds/269118570 > https://travis-ci.org/lmajewski/u-boot-dfu/builds/269118344 > https://travis-ci.org/lmajewski/u-boot-dfu/builds/269117873 > https://travis-ci.org/lmajewski/u-boot-dfu/builds/269099287 > -- Best regards, Marek Vasut _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

