All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] usb: gadget: miscellaneous fixes
@ 2015-07-08  9:05 ` Robert Baldyga
  0 siblings, 0 replies; 24+ messages in thread
From: Robert Baldyga @ 2015-07-08  9:05 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This patch set contains few small bugfixes found in usb gadget functions
and UDC drivers. The most important is the [1] as it fixes bug causing
BUG_ON() in f_fs driver. Remaining patches contain minor fixes.

Best regards,
Robert Baldyga

Changelog:

v2:
- Addressed comments from Dan Carpenter and Sergei Shtylyov.

v1: https://lkml.org/lkml/2015/7/7/445

Robert Baldyga (5):
  usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() fails
  usb: gadget: midi: avoid redundant f_midi_set_alt() call
  usb: isp1760: udc: add missing usb_ep_set_maxpacket_limit()
  staging: emxx_udc: add missing usb_ep_set_maxpacket_limit()
  usb: gadget: atmel_usba_udc: add missing ret value check

 drivers/staging/emxx_udc/emxx_udc.c     | 3 ++-
 drivers/usb/gadget/function/f_fs.c      | 9 ++++++++-
 drivers/usb/gadget/function/f_midi.c    | 4 ++++
 drivers/usb/gadget/udc/atmel_usba_udc.c | 4 ++++
 drivers/usb/isp1760/isp1760-udc.c       | 4 ++--
 5 files changed, 20 insertions(+), 4 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-07-08 13:47 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08  9:05 [PATCH v2 0/5] usb: gadget: miscellaneous fixes Robert Baldyga
2015-07-08  9:05 ` Robert Baldyga
2015-07-08  9:05 ` [PATCH v2 1/5] usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() fails Robert Baldyga
2015-07-08  9:05   ` Robert Baldyga
2015-07-08 12:03   ` Sergei Shtylyov
2015-07-08 12:03     ` Sergei Shtylyov
2015-07-08 13:44   ` Michal Nazarewicz
2015-07-08 13:44     ` Michal Nazarewicz
2015-07-08  9:05 ` [PATCH v2 2/5] usb: gadget: midi: avoid redundant f_midi_set_alt() call Robert Baldyga
2015-07-08  9:05   ` Robert Baldyga
2015-07-08 13:45   ` Michal Nazarewicz
2015-07-08 13:45     ` Michal Nazarewicz
2015-07-08  9:05 ` [PATCH v2 3/5] usb: isp1760: udc: add missing usb_ep_set_maxpacket_limit() Robert Baldyga
2015-07-08  9:05   ` Robert Baldyga
2015-07-08 13:46   ` Michal Nazarewicz
2015-07-08 13:46     ` Michal Nazarewicz
2015-07-08  9:05 ` [PATCH v2 4/5] staging: emxx_udc: " Robert Baldyga
2015-07-08  9:05   ` Robert Baldyga
2015-07-08 13:47   ` Michal Nazarewicz
2015-07-08 13:47     ` Michal Nazarewicz
2015-07-08  9:05 ` [PATCH v2 5/5] usb: gadget: atmel_usba_udc: add missing ret value check Robert Baldyga
2015-07-08  9:05   ` Robert Baldyga
2015-07-08 13:47   ` Michal Nazarewicz
2015-07-08 13:47     ` Michal Nazarewicz

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.