All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] USB: SET SEL request definition
@ 2012-02-06  8:12 Anton Tikhomirov
       [not found] ` <001001cce4a7$143300e0$3c9902a0$%tikhomirov-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Anton Tikhomirov @ 2012-02-06  8:12 UTC (permalink / raw)
  To: linux-samsung-soc, linux-usb
  Cc: 'Kukjin Kim', 'Greg Kroah-Hartman',
	'Felipe Balbi', 'Anton Tikhomirov',
	'Yulgon Kim'

Cc: Kukjin Kim <kgene.kim <at> samsung.com>
Cc: Greg Kroah-Hartman <gregkh <at> suse.de>
Cc: Felipe Balbi <balbi <at> ti.com>

Adds SET SEL standard request definition as defined by ch9
of the USB3.0 specification.

Signed-off-by: Anton Tikhomirov <av.tikhomirov@samsung.com>
---
 include/linux/usb/ch9.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h
index 61b2905..76ff771 100644
--- a/include/linux/usb/ch9.h
+++ b/include/linux/usb/ch9.h
@@ -88,6 +88,7 @@
 #define USB_REQ_GET_INTERFACE		0x0A
 #define USB_REQ_SET_INTERFACE		0x0B
 #define USB_REQ_SYNCH_FRAME		0x0C
+#define USB_REQ_SET_SEL			0x30
 
 #define USB_REQ_SET_ENCRYPTION		0x0D	/* Wireless USB */
 #define USB_REQ_GET_ENCRYPTION		0x0E
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/3] USB: SET SEL request definition
       [not found] ` <001001cce4a7$143300e0$3c9902a0$%tikhomirov-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
@ 2012-02-06 14:53   ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2012-02-06 14:53 UTC (permalink / raw)
  To: Anton Tikhomirov
  Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA, 'Kukjin Kim',
	'Greg Kroah-Hartman', 'Felipe Balbi',
	'Yulgon Kim'

On Mon, Feb 06, 2012 at 05:12:33PM +0900, Anton Tikhomirov wrote:
> Cc: Kukjin Kim <kgene.kim <at> samsung.com>
> Cc: Greg Kroah-Hartman <gregkh <at> suse.de>
> Cc: Felipe Balbi <balbi <at> ti.com>

What is that mess?  It belongs, with real email addresses, below your
signed-off-by line, if at all.

> Adds SET SEL standard request definition as defined by ch9
> of the USB3.0 specification.
> 
> Signed-off-by: Anton Tikhomirov <av.tikhomirov-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> ---
>  include/linux/usb/ch9.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h
> index 61b2905..76ff771 100644
> --- a/include/linux/usb/ch9.h
> +++ b/include/linux/usb/ch9.h
> @@ -88,6 +88,7 @@
>  #define USB_REQ_GET_INTERFACE		0x0A
>  #define USB_REQ_SET_INTERFACE		0x0B
>  #define USB_REQ_SYNCH_FRAME		0x0C
> +#define USB_REQ_SET_SEL			0x30
>  
>  #define USB_REQ_SET_ENCRYPTION		0x0D	/* Wireless USB */
>  #define USB_REQ_GET_ENCRYPTION		0x0E

Why did you insert this out of order?

greg "please note my email address change as well" k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/3] USB: SET SEL request definition
@ 2012-02-07  6:50 Anton Tikhomirov
       [not found] ` <001301cce564$cfa2e030$6ee8a090$%tikhomirov-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Anton Tikhomirov @ 2012-02-07  6:50 UTC (permalink / raw)
  To: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA
  Cc: 'Kukjin Kim', 'Felipe Balbi',
	'Greg Kroah-Hartman', 'Anton Tikhomirov',
	'Yulgon Kim', 'Kyoungil Kim'

Hi,

Greg KH wrote:
> On Mon, Feb 06, 2012 at 05:12:33PM +0900, Anton Tikhomirov wrote:
> > Cc: Kukjin Kim <kgene.kim <at> samsung.com>
> > Cc: Greg Kroah-Hartman <gregkh <at> suse.de>
> > Cc: Felipe Balbi <balbi <at> ti.com>
> 
> What is that mess?  It belongs, with real email addresses, below your
> signed-off-by line, if at all.
> 
> > Adds SET SEL standard request definition as defined by ch9
> > of the USB3.0 specification.
> >
> > Signed-off-by: Anton Tikhomirov <av.tikhomirov-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> > ---
> >  include/linux/usb/ch9.h |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h
> > index 61b2905..76ff771 100644
> > --- a/include/linux/usb/ch9.h
> > +++ b/include/linux/usb/ch9.h
> > @@ -88,6 +88,7 @@
> >  #define USB_REQ_GET_INTERFACE		0x0A
> >  #define USB_REQ_SET_INTERFACE		0x0B
> >  #define USB_REQ_SYNCH_FRAME		0x0C
> > +#define USB_REQ_SET_SEL			0x30
> >
> >  #define USB_REQ_SET_ENCRYPTION		0x0D	/* Wireless USB */
> >  #define USB_REQ_GET_ENCRYPTION		0x0E
> 
> Why did you insert this out of order?
> 
> greg "please note my email address change as well" k-h

'Set SEL' is a standard device request according to USB3.0 spec. Wireless USB requests are not mentioned
in USB3.0 spec (and moreover are not in ch9 of it). So I put the definition to an appropriate group in my opinion.
If you insist I will move the definition below Wireless USB group with a space between.

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/3] USB: SET SEL request definition
       [not found] ` <001301cce564$cfa2e030$6ee8a090$%tikhomirov-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
@ 2012-02-07 16:21   ` 'Greg Kroah-Hartman'
  0 siblings, 0 replies; 4+ messages in thread
From: 'Greg Kroah-Hartman' @ 2012-02-07 16:21 UTC (permalink / raw)
  To: Anton Tikhomirov
  Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA, 'Kukjin Kim',
	'Felipe Balbi', 'Yulgon Kim',
	'Kyoungil Kim'

On Tue, Feb 07, 2012 at 03:50:42PM +0900, Anton Tikhomirov wrote:
> Hi,
> 
> Greg KH wrote:
> > On Mon, Feb 06, 2012 at 05:12:33PM +0900, Anton Tikhomirov wrote:
> > > Cc: Kukjin Kim <kgene.kim <at> samsung.com>
> > > Cc: Greg Kroah-Hartman <gregkh <at> suse.de>
> > > Cc: Felipe Balbi <balbi <at> ti.com>
> > 
> > What is that mess?  It belongs, with real email addresses, below your
> > signed-off-by line, if at all.
> > 
> > > Adds SET SEL standard request definition as defined by ch9
> > > of the USB3.0 specification.
> > >
> > > Signed-off-by: Anton Tikhomirov <av.tikhomirov-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
> > > ---
> > >  include/linux/usb/ch9.h |    1 +
> > >  1 files changed, 1 insertions(+), 0 deletions(-)
> > >
> > > diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h
> > > index 61b2905..76ff771 100644
> > > --- a/include/linux/usb/ch9.h
> > > +++ b/include/linux/usb/ch9.h
> > > @@ -88,6 +88,7 @@
> > >  #define USB_REQ_GET_INTERFACE		0x0A
> > >  #define USB_REQ_SET_INTERFACE		0x0B
> > >  #define USB_REQ_SYNCH_FRAME		0x0C
> > > +#define USB_REQ_SET_SEL			0x30
> > >
> > >  #define USB_REQ_SET_ENCRYPTION		0x0D	/* Wireless USB */
> > >  #define USB_REQ_GET_ENCRYPTION		0x0E
> > 
> > Why did you insert this out of order?
> > 
> > greg "please note my email address change as well" k-h
> 
> 'Set SEL' is a standard device request according to USB3.0 spec.
> Wireless USB requests are not mentioned in USB3.0 spec (and moreover
> are not in ch9 of it).

Their requests are part of the wireless USB spec, a different document.

> So I put the definition to an appropriate group in my opinion.  If you
> insist I will move the definition below Wireless USB group with a
> space between.

Putting them in order would make more sense, thanks.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-07 16:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07  6:50 [PATCH 2/3] USB: SET SEL request definition Anton Tikhomirov
     [not found] ` <001301cce564$cfa2e030$6ee8a090$%tikhomirov-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-02-07 16:21   ` 'Greg Kroah-Hartman'
  -- strict thread matches above, loose matches on Subject: below --
2012-02-06  8:12 Anton Tikhomirov
     [not found] ` <001001cce4a7$143300e0$3c9902a0$%tikhomirov-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2012-02-06 14:53   ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.