RE: Generic phy framework

2013-12-12 Thread Graham Williams
on Vijay Abraham I [mailto:kis...@ti.com] Sent: Wednesday, December 11, 2013 9:21 PM To: Graham Williams Cc: linux-usb@vger.kernel.org Subject: Re: Generic phy framework Hi, On Thursday 12 December 2013 03:27 AM, Graham Williams wrote: > Hi Kishon, > > I see you have added this new gene

Generic phy framework

2013-12-11 Thread Graham Williams
Hi Kishon, I see you have added this new generic phy framework.  The usb phy framework contains a struct notifier_block to send usb specific events like USB_EVENT_ID.  Will this new generic phy support notifications like the usb phy?  Also will set_power() and set_vbus() ops get added?  Or shou

[PATCH] usb: acm gadget: Null termintate strings table

2013-08-28 Thread Graham Williams
The gadget strings table should be null terminated. usb_gadget_get_string() loops through the table expecting a null at the end of the list. Signed-off-by: Graham Williams --- drivers/usb/gadget/f_acm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/f_acm.c b/drivers/usb

[PATCH] usb: acm gadget: Null termintate strings table

2013-08-23 Thread Graham Williams
I couldn't get the whitespace formatting correctly from Windows Office (work email) so I attached the patch file. I ran it on it applies correctly. 0001-usb-acm-gadget-Null-termintate-strings-table.patch Description: 0001-usb-acm-gadget-Null-termintate-strings-table.patch

[PATCH] usb: acm gadget: Null termintate strings table

2013-08-23 Thread Graham Williams
The gadget strings table should be null terminated. usb_gadget_get_string() loops through the table expecting a null at the end of the list. Signed-off-by: Graham Williams --- drivers/usb/gadget/f_acm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/f_acm.c b/drivers/usb

[PATCH] usb: acm gadget: Null termintate strings table

2013-08-23 Thread Graham Williams
The gadget strings table should be null terminated. usb_gadget_get_string() loops through the table expecting a null at the end of the list. Signed-off-by: Graham Williams --- drivers/usb/gadget/f_acm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/f_acm.c b/drivers/usb

[PATCH] usb: acm gadget: Null termintate strings table

2013-08-22 Thread Graham Williams
The gadget strings table should be null terminated. usb_gadget_get_string() loops through the table expecting a null at the end of the list. Signed-off-by: Graham --- drivers/usb/gadget/f_acm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/f_acm.c b/drivers/usb/gadget/f_ac

[PATCH] usb: acm gadget: Null termintate strings table

2013-08-20 Thread Graham Williams
The gadget strings table should be null terminated. usb_gadget_get_string() loops through the table expecting a null at the end of the list. Signed-off-by: Graham --- drivers/usb/gadget/f_acm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/f_acm.c b/drivers/usb/gadget/f_