2017-12-08 10:17:36

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH v2] usb: host: Implement workaround for Erratum A-007463

On Fri, Dec 08, 2017 at 05:49:40PM +0800, [email protected] wrote:
> From: "yinbo.zhu" <[email protected]>

I need a "real name" here, I doubt you sign documents as:
"yinbo.zhu"
right? :)

Also, you sent 3 patches, yet no way to know what order to apply them
in. Please fix that up by sending a patch series, properly numbered.

thanks,

greg k-h


2017-12-11 02:26:10

by Yinbo Zhu

[permalink] [raw]
Subject: RE: [PATCH v2] usb: host: Implement workaround for Erratum A-007463



-----Original Message-----
From: Greg Kroah-Hartman [mailto:[email protected]]
Sent: Friday, December 08, 2017 6:18 PM
To: Yinbo Zhu <[email protected]>
Cc: Felipe Balbi <[email protected]>; Mathias Nyman <[email protected]>; open list:DESIGNWARE USB3 DRD IP DRIVER <[email protected]>; open list:DESIGNWARE USB3 DRD IP DRIVER <[email protected]>; open list <[email protected]>; Xiaobo Xie <[email protected]>; Jerry Huang <[email protected]>; Ran Wang <[email protected]>
Subject: Re: [PATCH v2] usb: host: Implement workaround for Erratum A-007463

On Fri, Dec 08, 2017 at 05:49:40PM +0800, [email protected] wrote:
> From: "yinbo.zhu" <[email protected]>

>I need a "real name" here, I doubt you sign documents as:
> "yinbo.zhu"
>right? :)

>Also, you sent 3 patches, yet no way to know what order to apply them in. Please fix that up by sending a >patch series, properly numbered.

>thanks,

>greg k-h

Hi Greg Kroah-Hartman,

"Yinbo.zhu" is my email address prefix,and it is automatically generated through the git command.
You can follow the order of patch A-007463 A-009611 A-009668 to apply it.

Thanks
Yinbo.

2017-12-11 07:33:54

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH v2] usb: host: Implement workaround for Erratum A-007463

On Mon, Dec 11, 2017 at 02:26:02AM +0000, Yinbo Zhu wrote:
>
>
> -----Original Message-----
> From: Greg Kroah-Hartman [mailto:[email protected]]
> Sent: Friday, December 08, 2017 6:18 PM
> To: Yinbo Zhu <[email protected]>
> Cc: Felipe Balbi <[email protected]>; Mathias Nyman <[email protected]>; open list:DESIGNWARE USB3 DRD IP DRIVER <[email protected]>; open list:DESIGNWARE USB3 DRD IP DRIVER <[email protected]>; open list <[email protected]>; Xiaobo Xie <[email protected]>; Jerry Huang <[email protected]>; Ran Wang <[email protected]>
> Subject: Re: [PATCH v2] usb: host: Implement workaround for Erratum A-007463
>
> On Fri, Dec 08, 2017 at 05:49:40PM +0800, [email protected] wrote:
> > From: "yinbo.zhu" <[email protected]>
>
> >I need a "real name" here, I doubt you sign documents as:
> > "yinbo.zhu"
> >right? :)
>
> >Also, you sent 3 patches, yet no way to know what order to apply them in. Please fix that up by sending a >patch series, properly numbered.
>
> >thanks,
>
> >greg k-h
>
> Hi Greg Kroah-Hartman,
>
> "Yinbo.zhu" is my email address prefix,and it is automatically generated through the git command.

Then this means you have not correctly configured git, please fix that :)

> You can follow the order of patch A-007463 A-009611 A-009668 to apply it.

That's not how we number patches in the kernel, please do so in the
normal way. See the mailing lists for lots of examples. The kernel
documentation also describes the correct format for this.

thanks,

greg k-h

2017-12-11 08:08:16

by Yinbo Zhu

[permalink] [raw]
Subject: RE: [PATCH v2] usb: host: Implement workaround for Erratum A-007463



-----Original Message-----
From: Greg Kroah-Hartman [mailto:[email protected]]
Sent: Monday, December 11, 2017 3:34 PM
To: Yinbo Zhu <[email protected]>
Cc: Felipe Balbi <[email protected]>; Mathias Nyman <[email protected]>; open list:DESIGNWARE USB3 DRD IP DRIVER <[email protected]>; open list:DESIGNWARE USB3 DRD IP DRIVER <[email protected]>; open list <[email protected]>; Xiaobo Xie <[email protected]>; Jerry Huang <[email protected]>; Ran Wang <[email protected]>
Subject: Re: [PATCH v2] usb: host: Implement workaround for Erratum A-007463

On Mon, Dec 11, 2017 at 02:26:02AM +0000, Yinbo Zhu wrote:
>
>
> -----Original Message-----
> From: Greg Kroah-Hartman [mailto:[email protected]]
> Sent: Friday, December 08, 2017 6:18 PM
> To: Yinbo Zhu <[email protected]>
> Cc: Felipe Balbi <[email protected]>; Mathias Nyman
> <[email protected]>; open list:DESIGNWARE USB3 DRD IP DRIVER
> <[email protected]>; open list:DESIGNWARE USB3 DRD IP DRIVER
> <[email protected]>; open list
> <[email protected]>; Xiaobo Xie <[email protected]>; Jerry
> Huang <[email protected]>; Ran Wang <[email protected]>
> Subject: Re: [PATCH v2] usb: host: Implement workaround for Erratum
> A-007463
>
> On Fri, Dec 08, 2017 at 05:49:40PM +0800, [email protected] wrote:
> > From: "yinbo.zhu" <[email protected]>
>
> >I need a "real name" here, I doubt you sign documents as:
> > "yinbo.zhu"
> >right? :)
>
> >Also, you sent 3 patches, yet no way to know what order to apply them in. Please fix that up by sending a >patch series, properly numbered.
>
> >thanks,
>
> >greg k-h
>
> Hi Greg Kroah-Hartman,
>
> "Yinbo.zhu" is my email address prefix,and it is automatically generated through the git command.

>Then this means you have not correctly configured git, please fix that :)
I will remove the point in "Yinbo.zhu"
Thanks.
> You can follow the order of patch A-007463 A-009611 A-009668 to apply it.

>That's not how we number patches in the kernel, please do so in the normal way.
> See the mailing lists for lots of examples. The kernel documentation also describes the correct format for this.
Okay, I will mark the sign for patch order. About the kernel documentation I will remove the punctuation.
thanks
>thanks,