RE: [PATCH v3 1/3] usb: gadget: add Aspeed ast2600 udc driver

From: Neal Liu
Date: Fri May 20 2022 - 01:45:54 EST


> -----Original Message-----
> From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Sent: Friday, May 20, 2022 1:44 PM
> To: Neal Liu <neal_liu@xxxxxxxxxxxxxx>
> Cc: Rob Herring <robh+dt@xxxxxxxxxx>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@xxxxxxxxxx>; Joel Stanley <joel@xxxxxxxxx>; Andrew
> Jeffery <andrew@xxxxxxxx>; Felipe Balbi <balbi@xxxxxxxxxx>; Sumit Semwal
> <sumit.semwal@xxxxxxxxxx>; Christian König <christian.koenig@xxxxxxx>;
> Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>; Li Yang <leoyang.li@xxxxxxx>;
> linux-aspeed@xxxxxxxxxxxxxxxx; linux-usb@xxxxxxxxxxxxxxx;
> devicetree@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx;
> linux-kernel@xxxxxxxxxxxxxxx; linux-media@xxxxxxxxxxxxxxx;
> dri-devel@xxxxxxxxxxxxxxxxxxxxx; linaro-mm-sig@xxxxxxxxxxxxxxxx; kernel test
> robot <lkp@xxxxxxxxx>
> Subject: Re: [PATCH v3 1/3] usb: gadget: add Aspeed ast2600 udc driver
>
> On Fri, May 20, 2022 at 02:29:36AM +0000, Neal Liu wrote:
> > > -----Original Message-----
> > > From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> > > Sent: Thursday, May 19, 2022 11:56 PM
> > > To: Neal Liu <neal_liu@xxxxxxxxxxxxxx>
> > > Cc: Rob Herring <robh+dt@xxxxxxxxxx>; Krzysztof Kozlowski
> > > <krzysztof.kozlowski+dt@xxxxxxxxxx>; Joel Stanley <joel@xxxxxxxxx>;
> > > Andrew Jeffery <andrew@xxxxxxxx>; Felipe Balbi <balbi@xxxxxxxxxx>;
> > > Sumit Semwal <sumit.semwal@xxxxxxxxxx>; Christian König
> > > <christian.koenig@xxxxxxx>; Geert Uytterhoeven
> > > <geert@xxxxxxxxxxxxxx>; Li Yang <leoyang.li@xxxxxxx>;
> > > linux-aspeed@xxxxxxxxxxxxxxxx; linux-usb@xxxxxxxxxxxxxxx;
> > > devicetree@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx;
> > > linux-kernel@xxxxxxxxxxxxxxx; linux-media@xxxxxxxxxxxxxxx;
> > > dri-devel@xxxxxxxxxxxxxxxxxxxxx; linaro-mm-sig@xxxxxxxxxxxxxxxx;
> > > kernel test robot <lkp@xxxxxxxxx>
> > > Subject: Re: [PATCH v3 1/3] usb: gadget: add Aspeed ast2600 udc
> > > driver
> > >
> > > On Wed, May 18, 2022 at 02:20:41PM +0800, Neal Liu wrote:
> > > > Aspeed udc is compliant with USB2.0, supports USB High Speed and
> > > > Full Speed, backward compatible with USB1.1.
> > > >
> > > > Supports independent DMA channel for each generic endpoint.
> > > > Supports 32/256 stages descriptor mode for all generic endpoints.
> > > >
> > > > This driver supports full functionality including single/multiple
> > > > stages descriptor mode, and exposes 1 UDC gadget driver.
> > > >
> > > > Signed-off-by: Neal Liu <neal_liu@xxxxxxxxxxxxxx>
> > > > Reported-by: kernel test robot <lkp@xxxxxxxxx>
> > >
> > > The kernel test robot did not report that you needed to add a new
> > > driver :(
> >
> > I had received auto build test WARNING on usb/usb-testing reported from
> kernel test robot.
> > It still mentioned that if the issue is fixed, I can kindly add this tag.
> > Would you prefer not to add this tag for the first coming driver?
>
> Please do not add tags that do not make sense to.
>
> thanks,
>
> greg k-h

Okay, I'll remove it as you suggested.
Thanks