Re: [PATCH] USB: Fix up terminology in include files

2020-07-02 Thread Felipe Balbi
Greg Kroah-Hartman writes: > USB is a HOST/DEVICE protocol, as per the specification and all > documentation. Fix up terms that are not applicable to make things > match up with the terms used through the rest of the USB stack. > > Signed-off-by: Greg Kroah-Hartman Acked-by: Felipe Balbi --

Re: [PATCH] USB: Fix up terminology

2020-06-30 Thread Greg Kroah-Hartman
On Wed, Jul 01, 2020 at 06:40:20AM +, Peter Chen wrote: > > > > > On Wed, Jul 01, 2020 at 02:02:00PM +0800, Peter Chen wrote: > > > > index 3a7179e90f4e..1a12aab208b4 100644 > > > > --- a/drivers/usb/gadget/udc/Kconfig > > > > +++ b/drivers/usb/gadget/udc/Kconfig > > > > @@ -474,7 +474,7 @@

Re: [PATCH] USB: Fix up terminology

2020-06-30 Thread Greg Kroah-Hartman
On Wed, Jul 01, 2020 at 09:36:58AM +0300, Felipe Balbi wrote: > Greg Kroah-Hartman writes: > > > USB is a HOST/DEVICE protocol, as per the specification and all > > documentation. Fix up terms that are not applicable to make things > > match up with the terms used through the rest of the USB sta

RE: [PATCH] USB: Fix up terminology

2020-06-30 Thread Peter Chen
> > On Wed, Jul 01, 2020 at 02:02:00PM +0800, Peter Chen wrote: > > > index 3a7179e90f4e..1a12aab208b4 100644 > > > --- a/drivers/usb/gadget/udc/Kconfig > > > +++ b/drivers/usb/gadget/udc/Kconfig > > > @@ -474,7 +474,7 @@ config USB_DUMMY_HCD > > > help > > > This host controll

Re: [PATCH] USB: Fix up terminology

2020-06-30 Thread Felipe Balbi
Greg Kroah-Hartman writes: > USB is a HOST/DEVICE protocol, as per the specification and all > documentation. Fix up terms that are not applicable to make things > match up with the terms used through the rest of the USB stack. > > Signed-off-by: Greg Kroah-Hartman Do you want me to pick this

Re: [PATCH] USB: Fix up terminology

2020-06-30 Thread Greg Kroah-Hartman
On Wed, Jul 01, 2020 at 02:02:00PM +0800, Peter Chen wrote: > > index 3a7179e90f4e..1a12aab208b4 100644 > > --- a/drivers/usb/gadget/udc/Kconfig > > +++ b/drivers/usb/gadget/udc/Kconfig > > @@ -474,7 +474,7 @@ config USB_DUMMY_HCD > > help > > This host controller driver emulates

Re: [PATCH] USB: Fix up terminology

2020-06-30 Thread Peter Chen
> index 3a7179e90f4e..1a12aab208b4 100644 > --- a/drivers/usb/gadget/udc/Kconfig > +++ b/drivers/usb/gadget/udc/Kconfig > @@ -474,7 +474,7 @@ config USB_DUMMY_HCD > help > This host controller driver emulates USB, looping all data transfer > requests back to a USB "gadge