[PATCH v2] configs: mt8512: enable device mode of mtu3 explicitly

Set CONFIG_USB_MTU3_GADGET=y to enable device mode explicitly, try to avoid build error: "undefined reference to `dm_usb_gadget_handle_interrupts'"
Fixes: 764751784727 ("configs: mt8512: enable fastboot and USB host related configs")
Signed-off-by: Chunfeng Yun chunfeng.yun@mediatek.com --- v2: change fixes info suggested by Bin --- configs/mt8512_bm1_emmc_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/mt8512_bm1_emmc_defconfig b/configs/mt8512_bm1_emmc_defconfig index aaf59f52a8..c25a42cd3d 100644 --- a/configs/mt8512_bm1_emmc_defconfig +++ b/configs/mt8512_bm1_emmc_defconfig @@ -53,6 +53,7 @@ CONFIG_DM_USB=y CONFIG_DM_USB_GADGET=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_MTU3=y +CONFIG_USB_MTU3_GADGET=y # CONFIG_USB_MTU3_HOST is not set CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y

On 10/14/20 2:54 PM, Chunfeng Yun wrote:
Set CONFIG_USB_MTU3_GADGET=y to enable device mode explicitly, try to avoid build error: "undefined reference to `dm_usb_gadget_handle_interrupts'"
Fixes: 764751784727 ("configs: mt8512: enable fastboot and USB host related configs")
Should I just squash this into ^ that commit in usb/next ?

On Wed, 2020-10-14 at 15:01 +0200, Marek Vasut wrote:
On 10/14/20 2:54 PM, Chunfeng Yun wrote:
Set CONFIG_USB_MTU3_GADGET=y to enable device mode explicitly, try to avoid build error: "undefined reference to `dm_usb_gadget_handle_interrupts'"
Fixes: 764751784727 ("configs: mt8512: enable fastboot and USB host related configs")
Should I just squash this into ^ that commit in usb/next ?
Fine to me if it can fix the build error, thanks

On 10/14/20 3:03 PM, Chunfeng Yun wrote:
On Wed, 2020-10-14 at 15:01 +0200, Marek Vasut wrote:
On 10/14/20 2:54 PM, Chunfeng Yun wrote:
Set CONFIG_USB_MTU3_GADGET=y to enable device mode explicitly, try to avoid build error: "undefined reference to `dm_usb_gadget_handle_interrupts'"
Fixes: 764751784727 ("configs: mt8512: enable fastboot and USB host related configs")
Should I just squash this into ^ that commit in usb/next ?
Fine to me if it can fix the build error, thanks
So, can you please test it and then send me all the patches you want me to apply and possibly add a note in them if they should be squashed somewhere ?
Thanks

On Wed, 2020-10-14 at 15:31 +0200, Marek Vasut wrote:
On 10/14/20 3:03 PM, Chunfeng Yun wrote:
On Wed, 2020-10-14 at 15:01 +0200, Marek Vasut wrote:
On 10/14/20 2:54 PM, Chunfeng Yun wrote:
Set CONFIG_USB_MTU3_GADGET=y to enable device mode explicitly, try to avoid build error: "undefined reference to `dm_usb_gadget_handle_interrupts'"
Fixes: 764751784727 ("configs: mt8512: enable fastboot and USB host related configs")
Should I just squash this into ^ that commit in usb/next ?
Fine to me if it can fix the build error, thanks
So, can you please test it and then send me all the patches you want me to apply and possibly add a note in them if they should be squashed somewhere ?
Ok, I'll test and send them again, please apply them directly, that may be easier
Thanks a lot
Thanks

On Wed, 2020-10-14 at 15:31 +0200, Marek Vasut wrote:
On 10/14/20 3:03 PM, Chunfeng Yun wrote:
On Wed, 2020-10-14 at 15:01 +0200, Marek Vasut wrote:
On 10/14/20 2:54 PM, Chunfeng Yun wrote:
Set CONFIG_USB_MTU3_GADGET=y to enable device mode explicitly, try to avoid build error: "undefined reference to `dm_usb_gadget_handle_interrupts'"
Fixes: 764751784727 ("configs: mt8512: enable fastboot and USB host related configs")
Should I just squash this into ^ that commit in usb/next ?
Fine to me if it can fix the build error, thanks
So, can you please test it and then send me all the patches you want me to apply and possibly add a note in them if they should be squashed somewhere ?
As I explained in another email, just apply the following patch into u-boot-usb/next will fix build error: https://patchwork.ozlabs.org/project/uboot/patch/1602681717-20850-1-git-send... [RESEND,v9] usb: add MediaTek USB3 DRD driver
Thank you
Thanks

On 10/15/20 3:52 AM, Chunfeng Yun wrote:
On Wed, 2020-10-14 at 15:31 +0200, Marek Vasut wrote:
On 10/14/20 3:03 PM, Chunfeng Yun wrote:
On Wed, 2020-10-14 at 15:01 +0200, Marek Vasut wrote:
On 10/14/20 2:54 PM, Chunfeng Yun wrote:
Set CONFIG_USB_MTU3_GADGET=y to enable device mode explicitly, try to avoid build error: "undefined reference to `dm_usb_gadget_handle_interrupts'"
Fixes: 764751784727 ("configs: mt8512: enable fastboot and USB host related configs")
Should I just squash this into ^ that commit in usb/next ?
Fine to me if it can fix the build error, thanks
So, can you please test it and then send me all the patches you want me to apply and possibly add a note in them if they should be squashed somewhere ?
As I explained in another email, just apply the following patch into u-boot-usb/next will fix build error: https://patchwork.ozlabs.org/project/uboot/patch/1602681717-20850-1-git-send... [RESEND,v9] usb: add MediaTek USB3 DRD driver
OK, so to make it easy, just rebase whatever you have left on usb/next and resend it.
participants (2)
-
Chunfeng Yun
-
Marek Vasut