[U-Boot] [PULL] u-boot-usb/master

The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
spl: fit: Fix load address of fit header (2016-06-01 07:12: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 64e241a0c8b3b0515cdeea84a07ae21c7ddf3331:
usb: dwc3: Correct datatype of base to unsigned long (2016-06-02 14:25:56 +0200)
---------------------------------------------------------------- Masahiro Yamada (5): configs: blackfin: move CONFIG_USB to defconfig usb: move CONFIG_USB_XHCI to Kconfig with renaming usb: move CONFIG_USB_XHCI_DWC3 to Kconfig usb: dwc3: change DWC3 core support code into a driver usb: dwc3: add UniPhier specific glue layer
Siva Durga Prasad Paladugu (1): usb: dwc3: Correct datatype of base to unsigned long
common/usb.c | 2 +- configs/am437x_hs_evm_defconfig | 2 ++ configs/am437x_sk_evm_defconfig | 56 ++++++++++++++++++++++++++++++++++++++++++ configs/am43xx_evm_defconfig | 2 ++ configs/am43xx_evm_ethboot_defconfig | 2 ++ configs/am43xx_evm_qspiboot_defconfig | 2 ++ configs/am43xx_evm_usbhost_boot_defconfig | 2 ++ configs/am57xx_evm_defconfig | 3 +++ configs/am57xx_evm_nodt_defconfig | 3 +++ configs/am57xx_hs_evm_defconfig | 14 +++++++++++ configs/bf526-ezbrd_defconfig | 1 + configs/bf527-ezkit-v2_defconfig | 1 + configs/bf527-ezkit_defconfig | 1 + configs/bf548-ezkit_defconfig | 1 + configs/cm_t43_defconfig | 3 +++ configs/dra72_hs_evm_defconfig | 2 ++ configs/dra74_hs_evm_defconfig | 2 ++ configs/dra7xx_evm_defconfig | 2 ++ configs/dra7xx_evm_uart3_defconfig | 46 +++++++++++++++++++++++++++++++++++ configs/k2e_evm_defconfig | 3 +++ configs/k2g_evm_defconfig | 3 +++ configs/k2hk_evm_defconfig | 3 +++ configs/k2l_evm_defconfig | 3 +++ configs/ls1021aqds_ddr4_nor_defconfig | 3 +++ configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 3 +++ configs/ls1021aqds_nand_defconfig | 3 +++ configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021aqds_nor_defconfig | 3 +++ configs/ls1021aqds_nor_lpuart_defconfig | 3 +++ configs/ls1021aqds_qspi_defconfig | 3 +++ configs/ls1021aqds_sdcard_ifc_defconfig | 3 +++ configs/ls1021aqds_sdcard_qspi_defconfig | 3 +++ configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021atwr_nor_defconfig | 3 +++ configs/ls1021atwr_nor_lpuart_defconfig | 3 +++ configs/ls1021atwr_qspi_defconfig | 3 +++ configs/ls1021atwr_sdcard_ifc_defconfig | 3 +++ configs/ls1021atwr_sdcard_qspi_defconfig | 3 +++ configs/ls1043aqds_defconfig | 3 +++ configs/ls1043aqds_lpuart_defconfig | 3 +++ configs/ls1043aqds_nand_defconfig | 3 +++ configs/ls1043aqds_nor_ddr3_defconfig | 3 +++ configs/ls1043aqds_qspi_defconfig | 3 +++ configs/ls1043aqds_sdcard_ifc_defconfig | 3 +++ configs/ls1043aqds_sdcard_qspi_defconfig | 3 +++ configs/ls1043ardb_SECURE_BOOT_defconfig | 3 +++ configs/ls1043ardb_defconfig | 3 +++ configs/ls1043ardb_nand_defconfig | 3 +++ configs/ls1043ardb_sdcard_defconfig | 3 +++ configs/ls2080aqds_SECURE_BOOT_defconfig | 3 +++ configs/ls2080aqds_defconfig | 3 +++ configs/ls2080aqds_nand_defconfig | 3 +++ configs/ls2080ardb_SECURE_BOOT_defconfig | 3 +++ configs/ls2080ardb_defconfig | 3 +++ configs/ls2080ardb_nand_defconfig | 3 +++ configs/odroid-xu3_defconfig | 2 ++ configs/peach-pi_defconfig | 2 ++ configs/peach-pit_defconfig | 2 ++ configs/smdk5420_defconfig | 2 ++ configs/xilinx_zynqmp_ep_defconfig | 2 ++ configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 2 ++ configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_revB_defconfig | 2 ++ drivers/usb/host/Kconfig | 19 ++++++++++----- drivers/usb/host/Makefile | 3 ++- drivers/usb/host/dwc3-uniphier.c | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/host/xhci-dwc3.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++- include/configs/am43xx_evm.h | 2 -- include/configs/am57xx_evm.h | 2 -- include/configs/bf526-ezbrd.h | 1 - include/configs/bf527-ezkit.h | 1 - include/configs/bf548-ezkit.h | 1 - include/configs/cm_t43.h | 2 -- include/configs/dra7xx_evm.h | 2 -- include/configs/ds414.h | 3 +-- include/configs/exynos5-common.h | 1 - include/configs/exynos5420-common.h | 1 - include/configs/ls1021aqds.h | 2 -- include/configs/ls1021atwr.h | 2 -- include/configs/ls1043aqds.h | 2 -- include/configs/ls1043ardb.h | 2 -- include/configs/ls2080aqds.h | 2 -- include/configs/ls2080ardb.h | 2 -- include/configs/smdk5420.h | 1 - include/configs/ti_armv7_keystone2.h | 2 -- include/configs/xilinx_zynqmp.h | 2 -- include/dwc3-uboot.h | 2 +- 88 files changed, 478 insertions(+), 42 deletions(-) create mode 100644 configs/am437x_sk_evm_defconfig create mode 100644 configs/dra7xx_evm_uart3_defconfig create mode 100644 drivers/usb/host/dwc3-uniphier.c

2016-06-02 22:20 GMT+09:00 Marek Vasut marex@denx.de:
The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
spl: fit: Fix load address of fit header (2016-06-01 07:12: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 64e241a0c8b3b0515cdeea84a07ae21c7ddf3331:
usb: dwc3: Correct datatype of base to unsigned long (2016-06-02 14:25:56 +0200)
Masahiro Yamada (5): configs: blackfin: move CONFIG_USB to defconfig usb: move CONFIG_USB_XHCI to Kconfig with renaming usb: move CONFIG_USB_XHCI_DWC3 to Kconfig usb: dwc3: change DWC3 core support code into a driver usb: dwc3: add UniPhier specific glue layer
Please wait.
I think I asked Marek to drop the last two. After discussion with Roger, I am not sure this is the right approach.
For the Kconfig re-sync, did you do something with the conflict? Long time passed since the patches were submitted.

On 06/03/2016 03:12 AM, Masahiro Yamada wrote:
2016-06-02 22:20 GMT+09:00 Marek Vasut marex@denx.de:
The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
spl: fit: Fix load address of fit header (2016-06-01 07:12: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 64e241a0c8b3b0515cdeea84a07ae21c7ddf3331:
usb: dwc3: Correct datatype of base to unsigned long (2016-06-02 14:25:56 +0200)
Masahiro Yamada (5): configs: blackfin: move CONFIG_USB to defconfig usb: move CONFIG_USB_XHCI to Kconfig with renaming usb: move CONFIG_USB_XHCI_DWC3 to Kconfig usb: dwc3: change DWC3 core support code into a driver usb: dwc3: add UniPhier specific glue layer
Please wait.
I think I asked Marek to drop the last two. After discussion with Roger, I am not sure this is the right approach.
These usb: dwc3: ones ? Sure, I can drop them.
For the Kconfig re-sync, did you do something with the conflict? Long time passed since the patches were submitted.
Yeah well I fixed the conflict, did it break anything ? Tom did mention something went awry, so there will be a new PR anyway.

2016-06-03 10:15 GMT+09:00 Marek Vasut marex@denx.de:
On 06/03/2016 03:12 AM, Masahiro Yamada wrote:
2016-06-02 22:20 GMT+09:00 Marek Vasut marex@denx.de:
The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
spl: fit: Fix load address of fit header (2016-06-01 07:12: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 64e241a0c8b3b0515cdeea84a07ae21c7ddf3331:
usb: dwc3: Correct datatype of base to unsigned long (2016-06-02 14:25:56 +0200)
Masahiro Yamada (5): configs: blackfin: move CONFIG_USB to defconfig usb: move CONFIG_USB_XHCI to Kconfig with renaming usb: move CONFIG_USB_XHCI_DWC3 to Kconfig usb: dwc3: change DWC3 core support code into a driver usb: dwc3: add UniPhier specific glue layer
Please wait.
I think I asked Marek to drop the last two. After discussion with Roger, I am not sure this is the right approach.
These usb: dwc3: ones ? Sure, I can drop them.
For the Kconfig re-sync, did you do something with the conflict? Long time passed since the patches were submitted.
Yeah well I fixed the conflict, did it break anything ? Tom did mention something went awry, so there will be a new PR anyway.
I will generate new patches on Tom's latest tree.

On 06/03/2016 03:18 AM, Masahiro Yamada wrote:
2016-06-03 10:15 GMT+09:00 Marek Vasut marex@denx.de:
On 06/03/2016 03:12 AM, Masahiro Yamada wrote:
2016-06-02 22:20 GMT+09:00 Marek Vasut marex@denx.de:
The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
spl: fit: Fix load address of fit header (2016-06-01 07:12: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 64e241a0c8b3b0515cdeea84a07ae21c7ddf3331:
usb: dwc3: Correct datatype of base to unsigned long (2016-06-02 14:25:56 +0200)
Masahiro Yamada (5): configs: blackfin: move CONFIG_USB to defconfig usb: move CONFIG_USB_XHCI to Kconfig with renaming usb: move CONFIG_USB_XHCI_DWC3 to Kconfig usb: dwc3: change DWC3 core support code into a driver usb: dwc3: add UniPhier specific glue layer
Please wait.
I think I asked Marek to drop the last two. After discussion with Roger, I am not sure this is the right approach.
These usb: dwc3: ones ? Sure, I can drop them.
For the Kconfig re-sync, did you do something with the conflict? Long time passed since the patches were submitted.
Yeah well I fixed the conflict, did it break anything ? Tom did mention something went awry, so there will be a new PR anyway.
I will generate new patches on Tom's latest tree.
Sure, but you want the dwc3 ones gone, right ?

2016-06-03 10:30 GMT+09:00 Marek Vasut marex@denx.de:
On 06/03/2016 03:18 AM, Masahiro Yamada wrote:
2016-06-03 10:15 GMT+09:00 Marek Vasut marex@denx.de:
On 06/03/2016 03:12 AM, Masahiro Yamada wrote:
2016-06-02 22:20 GMT+09:00 Marek Vasut marex@denx.de:
The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
spl: fit: Fix load address of fit header (2016-06-01 07:12: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 64e241a0c8b3b0515cdeea84a07ae21c7ddf3331:
usb: dwc3: Correct datatype of base to unsigned long (2016-06-02 14:25:56 +0200)
Masahiro Yamada (5): configs: blackfin: move CONFIG_USB to defconfig usb: move CONFIG_USB_XHCI to Kconfig with renaming usb: move CONFIG_USB_XHCI_DWC3 to Kconfig usb: dwc3: change DWC3 core support code into a driver usb: dwc3: add UniPhier specific glue layer
Please wait.
I think I asked Marek to drop the last two. After discussion with Roger, I am not sure this is the right approach.
These usb: dwc3: ones ? Sure, I can drop them.
For the Kconfig re-sync, did you do something with the conflict? Long time passed since the patches were submitted.
Yeah well I fixed the conflict, did it break anything ? Tom did mention something went awry, so there will be a new PR anyway.
I will generate new patches on Tom's latest tree.
Sure, but you want the dwc3 ones gone, right ?
Right.
I am trying a different approach as suggested by Roger, but I need some more time.

On 06/03/2016 03:33 AM, Masahiro Yamada wrote:
2016-06-03 10:30 GMT+09:00 Marek Vasut marex@denx.de:
On 06/03/2016 03:18 AM, Masahiro Yamada wrote:
2016-06-03 10:15 GMT+09:00 Marek Vasut marex@denx.de:
On 06/03/2016 03:12 AM, Masahiro Yamada wrote:
2016-06-02 22:20 GMT+09:00 Marek Vasut marex@denx.de:
The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
spl: fit: Fix load address of fit header (2016-06-01 07:12: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 64e241a0c8b3b0515cdeea84a07ae21c7ddf3331:
usb: dwc3: Correct datatype of base to unsigned long (2016-06-02 14:25:56 +0200)
Masahiro Yamada (5): configs: blackfin: move CONFIG_USB to defconfig usb: move CONFIG_USB_XHCI to Kconfig with renaming usb: move CONFIG_USB_XHCI_DWC3 to Kconfig usb: dwc3: change DWC3 core support code into a driver usb: dwc3: add UniPhier specific glue layer
Please wait.
I think I asked Marek to drop the last two. After discussion with Roger, I am not sure this is the right approach.
These usb: dwc3: ones ? Sure, I can drop them.
For the Kconfig re-sync, did you do something with the conflict? Long time passed since the patches were submitted.
Yeah well I fixed the conflict, did it break anything ? Tom did mention something went awry, so there will be a new PR anyway.
I will generate new patches on Tom's latest tree.
Sure, but you want the dwc3 ones gone, right ?
Right.
I am trying a different approach as suggested by Roger, but I need some more time.
OK, dropped.

Hi Tom,
dropped the dwc3 patches as requested by Masahiro, build-tested. Some omap platforms fail, but that's not because of USB, but some other SPL stuff.
The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
spl: fit: Fix load address of fit header (2016-06-01 07:12: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 1c72a4ea43a6beb912e9039971a36c1b8bbfc249:
usb: dwc3: Correct datatype of base to unsigned long (2016-06-03 03:35:59 +0200)
---------------------------------------------------------------- Masahiro Yamada (3): configs: blackfin: move CONFIG_USB to defconfig usb: move CONFIG_USB_XHCI to Kconfig with renaming usb: move CONFIG_USB_XHCI_DWC3 to Kconfig
Siva Durga Prasad Paladugu (1): usb: dwc3: Correct datatype of base to unsigned long
common/usb.c | 2 +- configs/am437x_hs_evm_defconfig | 2 ++ configs/am437x_sk_evm_defconfig | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configs/am43xx_evm_defconfig | 2 ++ configs/am43xx_evm_ethboot_defconfig | 2 ++ configs/am43xx_evm_qspiboot_defconfig | 2 ++ configs/am43xx_evm_usbhost_boot_defconfig | 2 ++ configs/am57xx_evm_defconfig | 3 +++ configs/am57xx_evm_nodt_defconfig | 3 +++ configs/am57xx_hs_evm_defconfig | 14 ++++++++++++++ configs/bf526-ezbrd_defconfig | 1 + configs/bf527-ezkit-v2_defconfig | 1 + configs/bf527-ezkit_defconfig | 1 + configs/bf548-ezkit_defconfig | 1 + configs/cm_t43_defconfig | 3 +++ configs/dra72_hs_evm_defconfig | 2 ++ configs/dra74_hs_evm_defconfig | 2 ++
configs/dra7xx_evm_defconfig | 2 ++
configs/dra7xx_evm_uart3_defconfig | 46 ++++++++++++++++++++++++++++++++++++++++++++++
configs/k2e_evm_defconfig | 3 +++
configs/k2g_evm_defconfig | 3 +++
configs/k2hk_evm_defconfig | 3 +++
configs/k2l_evm_defconfig | 3 +++
configs/ls1021aqds_ddr4_nor_defconfig | 3 +++
configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 3 +++ configs/ls1021aqds_nand_defconfig | 3 +++ configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021aqds_nor_defconfig | 3 +++ configs/ls1021aqds_nor_lpuart_defconfig | 3 +++ configs/ls1021aqds_qspi_defconfig | 3 +++ configs/ls1021aqds_sdcard_ifc_defconfig | 3 +++ configs/ls1021aqds_sdcard_qspi_defconfig | 3 +++ configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021atwr_nor_defconfig | 3 +++ configs/ls1021atwr_nor_lpuart_defconfig | 3 +++ configs/ls1021atwr_qspi_defconfig | 3 +++ configs/ls1021atwr_sdcard_ifc_defconfig | 3 +++ configs/ls1021atwr_sdcard_qspi_defconfig | 3 +++ configs/ls1043aqds_defconfig | 3 +++ configs/ls1043aqds_lpuart_defconfig | 3 +++ configs/ls1043aqds_nand_defconfig | 3 +++ configs/ls1043aqds_nor_ddr3_defconfig | 3 +++ configs/ls1043aqds_qspi_defconfig | 3 +++ configs/ls1043aqds_sdcard_ifc_defconfig | 3 +++ configs/ls1043aqds_sdcard_qspi_defconfig | 3 +++ configs/ls1043ardb_SECURE_BOOT_defconfig | 3 +++ configs/ls1043ardb_defconfig | 3 +++ configs/ls1043ardb_nand_defconfig | 3 +++ configs/ls1043ardb_sdcard_defconfig | 3 +++ configs/ls2080aqds_SECURE_BOOT_defconfig | 3 +++ configs/ls2080aqds_defconfig | 3 +++ configs/ls2080aqds_nand_defconfig | 3 +++ configs/ls2080ardb_SECURE_BOOT_defconfig | 3 +++ configs/ls2080ardb_defconfig | 3 +++ configs/ls2080ardb_nand_defconfig | 3 +++ configs/odroid-xu3_defconfig | 2 ++ configs/peach-pi_defconfig | 2 ++ configs/peach-pit_defconfig | 2 ++ configs/smdk5420_defconfig | 2 ++ configs/xilinx_zynqmp_ep_defconfig | 2 ++ configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 2 ++ configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_revB_defconfig | 2 ++ drivers/usb/host/Kconfig | 12 ++++++------ drivers/usb/host/Makefile | 2 +- include/configs/am43xx_evm.h | 2 -- include/configs/am57xx_evm.h | 2 -- include/configs/bf526-ezbrd.h | 1 - include/configs/bf527-ezkit.h | 1 - include/configs/bf548-ezkit.h | 1 - include/configs/cm_t43.h | 2 -- include/configs/dra7xx_evm.h | 2 -- include/configs/ds414.h | 3 +-- include/configs/exynos5-common.h | 1 - include/configs/exynos5420-common.h | 1 - include/configs/ls1021aqds.h | 2 -- include/configs/ls1021atwr.h | 2 -- include/configs/ls1043aqds.h | 2 -- include/configs/ls1043ardb.h | 2 -- include/configs/ls2080aqds.h | 2 -- include/configs/ls2080ardb.h | 2 -- include/configs/smdk5420.h | 1 - include/configs/ti_armv7_keystone2.h | 2 -- include/configs/xilinx_zynqmp.h | 2 -- include/dwc3-uboot.h | 2 +- 86 files changed, 281 insertions(+), 41 deletions(-) create mode 100644 configs/am437x_sk_evm_defconfig create mode 100644 configs/dra7xx_evm_uart3_defconfig

No.
Weird things are happening.
git show 32cacf5089 -- configs/am437x_sk_evm_defconfig
will show what happened.
"git rebase" does not do a good job here.
2016-06-03 13:05 GMT+09:00 Marek Vasut marex@denx.de:
Hi Tom,
dropped the dwc3 patches as requested by Masahiro, build-tested. Some omap platforms fail, but that's not because of USB, but some other SPL stuff.
The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
spl: fit: Fix load address of fit header (2016-06-01 07:12: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 1c72a4ea43a6beb912e9039971a36c1b8bbfc249:
usb: dwc3: Correct datatype of base to unsigned long (2016-06-03 03:35:59 +0200)
Masahiro Yamada (3): configs: blackfin: move CONFIG_USB to defconfig usb: move CONFIG_USB_XHCI to Kconfig with renaming usb: move CONFIG_USB_XHCI_DWC3 to Kconfig
Siva Durga Prasad Paladugu (1): usb: dwc3: Correct datatype of base to unsigned long
common/usb.c | 2 +- configs/am437x_hs_evm_defconfig | 2 ++ configs/am437x_sk_evm_defconfig | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configs/am43xx_evm_defconfig | 2 ++ configs/am43xx_evm_ethboot_defconfig | 2 ++ configs/am43xx_evm_qspiboot_defconfig | 2 ++ configs/am43xx_evm_usbhost_boot_defconfig | 2 ++ configs/am57xx_evm_defconfig | 3 +++ configs/am57xx_evm_nodt_defconfig | 3 +++ configs/am57xx_hs_evm_defconfig | 14 ++++++++++++++ configs/bf526-ezbrd_defconfig | 1 + configs/bf527-ezkit-v2_defconfig | 1 + configs/bf527-ezkit_defconfig | 1 + configs/bf548-ezkit_defconfig | 1 + configs/cm_t43_defconfig | 3 +++ configs/dra72_hs_evm_defconfig | 2 ++ configs/dra74_hs_evm_defconfig | 2 ++
configs/dra7xx_evm_defconfig | 2 ++
configs/dra7xx_evm_uart3_defconfig | 46 ++++++++++++++++++++++++++++++++++++++++++++++
configs/k2e_evm_defconfig | 3 +++
configs/k2g_evm_defconfig | 3 +++
configs/k2hk_evm_defconfig | 3 +++
configs/k2l_evm_defconfig | 3 +++
configs/ls1021aqds_ddr4_nor_defconfig | 3 +++
configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 3 +++ configs/ls1021aqds_nand_defconfig | 3 +++ configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021aqds_nor_defconfig | 3 +++ configs/ls1021aqds_nor_lpuart_defconfig | 3 +++ configs/ls1021aqds_qspi_defconfig | 3 +++ configs/ls1021aqds_sdcard_ifc_defconfig | 3 +++ configs/ls1021aqds_sdcard_qspi_defconfig | 3 +++ configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021atwr_nor_defconfig | 3 +++ configs/ls1021atwr_nor_lpuart_defconfig | 3 +++ configs/ls1021atwr_qspi_defconfig | 3 +++ configs/ls1021atwr_sdcard_ifc_defconfig | 3 +++ configs/ls1021atwr_sdcard_qspi_defconfig | 3 +++ configs/ls1043aqds_defconfig | 3 +++ configs/ls1043aqds_lpuart_defconfig | 3 +++ configs/ls1043aqds_nand_defconfig | 3 +++ configs/ls1043aqds_nor_ddr3_defconfig | 3 +++ configs/ls1043aqds_qspi_defconfig | 3 +++ configs/ls1043aqds_sdcard_ifc_defconfig | 3 +++ configs/ls1043aqds_sdcard_qspi_defconfig | 3 +++ configs/ls1043ardb_SECURE_BOOT_defconfig | 3 +++ configs/ls1043ardb_defconfig | 3 +++ configs/ls1043ardb_nand_defconfig | 3 +++ configs/ls1043ardb_sdcard_defconfig | 3 +++ configs/ls2080aqds_SECURE_BOOT_defconfig | 3 +++ configs/ls2080aqds_defconfig | 3 +++ configs/ls2080aqds_nand_defconfig | 3 +++ configs/ls2080ardb_SECURE_BOOT_defconfig | 3 +++ configs/ls2080ardb_defconfig | 3 +++ configs/ls2080ardb_nand_defconfig | 3 +++ configs/odroid-xu3_defconfig | 2 ++ configs/peach-pi_defconfig | 2 ++ configs/peach-pit_defconfig | 2 ++ configs/smdk5420_defconfig | 2 ++ configs/xilinx_zynqmp_ep_defconfig | 2 ++ configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 2 ++ configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_revB_defconfig | 2 ++ drivers/usb/host/Kconfig | 12 ++++++------ drivers/usb/host/Makefile | 2 +- include/configs/am43xx_evm.h | 2 -- include/configs/am57xx_evm.h | 2 -- include/configs/bf526-ezbrd.h | 1 - include/configs/bf527-ezkit.h | 1 - include/configs/bf548-ezkit.h | 1 - include/configs/cm_t43.h | 2 -- include/configs/dra7xx_evm.h | 2 -- include/configs/ds414.h | 3 +-- include/configs/exynos5-common.h | 1 - include/configs/exynos5420-common.h | 1 - include/configs/ls1021aqds.h | 2 -- include/configs/ls1021atwr.h | 2 -- include/configs/ls1043aqds.h | 2 -- include/configs/ls1043ardb.h | 2 -- include/configs/ls2080aqds.h | 2 -- include/configs/ls2080ardb.h | 2 -- include/configs/smdk5420.h | 1 - include/configs/ti_armv7_keystone2.h | 2 -- include/configs/xilinx_zynqmp.h | 2 -- include/dwc3-uboot.h | 2 +- 86 files changed, 281 insertions(+), 41 deletions(-) create mode 100644 configs/am437x_sk_evm_defconfig create mode 100644 configs/dra7xx_evm_uart3_defconfig _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

On 06/03/2016 08:13 AM, Masahiro Yamada wrote:
No.
Weird things are happening.
git show 32cacf5089 -- configs/am437x_sk_evm_defconfig
will show what happened.
"git rebase" does not do a good job here.
Can you please send me a subsequent patch then ?
Thanks for spotting this.
2016-06-03 13:05 GMT+09:00 Marek Vasut marex@denx.de:
Hi Tom,
dropped the dwc3 patches as requested by Masahiro, build-tested. Some omap platforms fail, but that's not because of USB, but some other SPL stuff.
The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
spl: fit: Fix load address of fit header (2016-06-01 07:12: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 1c72a4ea43a6beb912e9039971a36c1b8bbfc249:
usb: dwc3: Correct datatype of base to unsigned long (2016-06-03 03:35:59 +0200)
Masahiro Yamada (3): configs: blackfin: move CONFIG_USB to defconfig usb: move CONFIG_USB_XHCI to Kconfig with renaming usb: move CONFIG_USB_XHCI_DWC3 to Kconfig
Siva Durga Prasad Paladugu (1): usb: dwc3: Correct datatype of base to unsigned long
common/usb.c | 2 +- configs/am437x_hs_evm_defconfig | 2 ++ configs/am437x_sk_evm_defconfig | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configs/am43xx_evm_defconfig | 2 ++ configs/am43xx_evm_ethboot_defconfig | 2 ++ configs/am43xx_evm_qspiboot_defconfig | 2 ++ configs/am43xx_evm_usbhost_boot_defconfig | 2 ++ configs/am57xx_evm_defconfig | 3 +++ configs/am57xx_evm_nodt_defconfig | 3 +++ configs/am57xx_hs_evm_defconfig | 14 ++++++++++++++ configs/bf526-ezbrd_defconfig | 1 + configs/bf527-ezkit-v2_defconfig | 1 + configs/bf527-ezkit_defconfig | 1 + configs/bf548-ezkit_defconfig | 1 + configs/cm_t43_defconfig | 3 +++ configs/dra72_hs_evm_defconfig | 2 ++ configs/dra74_hs_evm_defconfig | 2 ++
configs/dra7xx_evm_defconfig | 2 ++
configs/dra7xx_evm_uart3_defconfig | 46 ++++++++++++++++++++++++++++++++++++++++++++++
configs/k2e_evm_defconfig | 3 +++
configs/k2g_evm_defconfig | 3 +++
configs/k2hk_evm_defconfig | 3 +++
configs/k2l_evm_defconfig | 3 +++
configs/ls1021aqds_ddr4_nor_defconfig | 3 +++
configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 3 +++ configs/ls1021aqds_nand_defconfig | 3 +++ configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021aqds_nor_defconfig | 3 +++ configs/ls1021aqds_nor_lpuart_defconfig | 3 +++ configs/ls1021aqds_qspi_defconfig | 3 +++ configs/ls1021aqds_sdcard_ifc_defconfig | 3 +++ configs/ls1021aqds_sdcard_qspi_defconfig | 3 +++ configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021atwr_nor_defconfig | 3 +++ configs/ls1021atwr_nor_lpuart_defconfig | 3 +++ configs/ls1021atwr_qspi_defconfig | 3 +++ configs/ls1021atwr_sdcard_ifc_defconfig | 3 +++ configs/ls1021atwr_sdcard_qspi_defconfig | 3 +++ configs/ls1043aqds_defconfig | 3 +++ configs/ls1043aqds_lpuart_defconfig | 3 +++ configs/ls1043aqds_nand_defconfig | 3 +++ configs/ls1043aqds_nor_ddr3_defconfig | 3 +++ configs/ls1043aqds_qspi_defconfig | 3 +++ configs/ls1043aqds_sdcard_ifc_defconfig | 3 +++ configs/ls1043aqds_sdcard_qspi_defconfig | 3 +++ configs/ls1043ardb_SECURE_BOOT_defconfig | 3 +++ configs/ls1043ardb_defconfig | 3 +++ configs/ls1043ardb_nand_defconfig | 3 +++ configs/ls1043ardb_sdcard_defconfig | 3 +++ configs/ls2080aqds_SECURE_BOOT_defconfig | 3 +++ configs/ls2080aqds_defconfig | 3 +++ configs/ls2080aqds_nand_defconfig | 3 +++ configs/ls2080ardb_SECURE_BOOT_defconfig | 3 +++ configs/ls2080ardb_defconfig | 3 +++ configs/ls2080ardb_nand_defconfig | 3 +++ configs/odroid-xu3_defconfig | 2 ++ configs/peach-pi_defconfig | 2 ++ configs/peach-pit_defconfig | 2 ++ configs/smdk5420_defconfig | 2 ++ configs/xilinx_zynqmp_ep_defconfig | 2 ++ configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 2 ++ configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_defconfig | 2 ++ configs/xilinx_zynqmp_zcu102_revB_defconfig | 2 ++ drivers/usb/host/Kconfig | 12 ++++++------ drivers/usb/host/Makefile | 2 +- include/configs/am43xx_evm.h | 2 -- include/configs/am57xx_evm.h | 2 -- include/configs/bf526-ezbrd.h | 1 - include/configs/bf527-ezkit.h | 1 - include/configs/bf548-ezkit.h | 1 - include/configs/cm_t43.h | 2 -- include/configs/dra7xx_evm.h | 2 -- include/configs/ds414.h | 3 +-- include/configs/exynos5-common.h | 1 - include/configs/exynos5420-common.h | 1 - include/configs/ls1021aqds.h | 2 -- include/configs/ls1021atwr.h | 2 -- include/configs/ls1043aqds.h | 2 -- include/configs/ls1043ardb.h | 2 -- include/configs/ls2080aqds.h | 2 -- include/configs/ls2080ardb.h | 2 -- include/configs/smdk5420.h | 1 - include/configs/ti_armv7_keystone2.h | 2 -- include/configs/xilinx_zynqmp.h | 2 -- include/dwc3-uboot.h | 2 +- 86 files changed, 281 insertions(+), 41 deletions(-) create mode 100644 configs/am437x_sk_evm_defconfig create mode 100644 configs/dra7xx_evm_uart3_defconfig _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

2016-06-03 21:54 GMT+09:00 Marek Vasut marex@denx.de:
On 06/03/2016 08:13 AM, Masahiro Yamada wrote:
No.
Weird things are happening.
git show 32cacf5089 -- configs/am437x_sk_evm_defconfig
will show what happened.
"git rebase" does not do a good job here.
Can you please send me a subsequent patch then ?
Sure. Done.
participants (2)
-
Marek Vasut
-
Masahiro Yamada