Re: [PATCH v3 4/4] usb: musb: Add support for MediaTek musb controller

From: Min Guo
Date: Fri Jan 18 2019 - 01:14:25 EST


On Thu, 2019-01-17 at 06:33 -0800, Tony Lindgren wrote:
> Hi,
>
> * min.guo@xxxxxxxxxxxx <min.guo@xxxxxxxxxxxx> [190117 07:16]:
> > There are some quirk of MediaTek musb controller, such as:
> > -W1C interrupt status registers
> > -Private data toggle registers
> > -No dedicated DMA interrupt line
>
> Can you please separate the musb generic changes listed above
> into separate individual patches in preparation for adding
> support for new hardware?
>
> Otherwise we'll have hard time finding out with git bisect what
> exactly breaks things if we run into trouble.

Thanks for your suggestion.
I prepared to divide these changes into separate patches. Later, Mr.Bin
suggested not to do this.

The detailed information can be referred to:
https://patchwork.kernel.org/patch/10743561/
https://patchwork.kernel.org/patch/10763737/
https://patchwork.kernel.org/patch/107463741/

> Regards,
>
> Tony