RE: [PATCH] usb: gadget: fsl: properly remove remnant of MXC support

2021-06-14 Thread Leo Li
; Fabio Estevam > Subject: Re: [PATCH] usb: gadget: fsl: properly remove remnant of MXC > support > > On Sat, 12 Jun 2021 at 00:31, Li Yang wrote: > > > > Commit a390bef7db1f ("usb: gadget: fsl_mxc_udc: Remove the driver") > > didn't remove all the

Re: [PATCH] usb: gadget: fsl: properly remove remnant of MXC support

2021-06-14 Thread Joel Stanley
On Sat, 12 Jun 2021 at 00:31, Li Yang wrote: > > Commit a390bef7db1f ("usb: gadget: fsl_mxc_udc: Remove the driver") > didn't remove all the MXC related stuff which can cause build problem > for LS1021 when enabled again in Kconfig. This patch remove all the > remnants. > > Signed-off-by: Li

Re: [PATCH] usb: gadget: fsl: properly remove remnant of MXC support

2021-06-12 Thread Fabio Estevam
Hi Li, On Fri, Jun 11, 2021 at 9:31 PM Li Yang wrote: > > Commit a390bef7db1f ("usb: gadget: fsl_mxc_udc: Remove the driver") > didn't remove all the MXC related stuff which can cause build problem > for LS1021 when enabled again in Kconfig. This patch remove all the > remnants. > >

Re: [PATCH] usb: gadget: fsl: properly remove remnant of MXC support

2021-06-12 Thread Arnd Bergmann
On Sat, Jun 12, 2021 at 2:31 AM Li Yang wrote: > > Commit a390bef7db1f ("usb: gadget: fsl_mxc_udc: Remove the driver") > didn't remove all the MXC related stuff which can cause build problem > for LS1021 when enabled again in Kconfig. This patch remove all the > remnants. > > Signed-off-by: Li