[U-Boot] [PATCH 1/4] ARM: uniphier: enable DWC3 xHCI driver

2017-10-13 Thread Masahiro Yamada
Enable CONFIGs for the DWC3 core and the UniPhier specific glue layer. Signed-off-by: Masahiro Yamada --- configs/uniphier_v7_defconfig | 2 ++ configs/uniphier_v8_defconfig | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configs/uniphier_v7_defconfig b/configs/uniphier_v7_defconfig inde

Re: [U-Boot] [PATCH 1/4] ARM: uniphier: enable DWC3 xHCI driver

2017-10-15 Thread Masahiro Yamada
2017-10-14 2:21 GMT+09:00 Masahiro Yamada : > Enable CONFIGs for the DWC3 core and the UniPhier specific glue layer. > > Signed-off-by: Masahiro Yamada > --- Series, applied to u-boot-uniphier. -- Best Regards Masahiro Yamada ___ U-Boot mailing list

[U-Boot] [PATCH 1/4] ARM: uniphier: enable DWC3 xHCI driver really

2017-10-17 Thread Masahiro Yamada
I thought commit d37d31849c6a ("ARM: uniphier: enable DWC3 xHCI driver") enabled CONFIG_USB_DWC3_UNIPHIER, but CONFIG_USB_XHCI_DWC3 was missing in uniphier_v7_defconfig. Re-add. Signed-off-by: Masahiro Yamada --- configs/uniphier_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [U-Boot] [PATCH 1/4] ARM: uniphier: enable DWC3 xHCI driver really

2017-10-22 Thread Masahiro Yamada
2017-10-17 21:19 GMT+09:00 Masahiro Yamada : > I thought commit d37d31849c6a ("ARM: uniphier: enable DWC3 xHCI > driver") enabled CONFIG_USB_DWC3_UNIPHIER, but CONFIG_USB_XHCI_DWC3 > was missing in uniphier_v7_defconfig. Re-add. > > Signed-off-by: Masahiro Yamada > --- Applied to u-boot-uniphier