Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1182619
| From | Robert Baldyga <r.baldyga@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/5] usb: gadget: miscellaneous fixes |
| Date | 2015-07-13 11:10 +0200 |
| Message-ID | <pLHUm-3aG-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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. [1] usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() fails Best regards, Robert Baldyga Changelog: v3: - Addressed comments from Sergei Shtylyov. - Applied Acks form Nicolas Ferre and Michal Nazarewicz. v2: https://lkml.org/lkml/2015/7/8/285 - 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 | 8 +++++++- 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, 19 insertions(+), 4 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] usb: gadget: miscellaneous fixes Robert Baldyga <r.baldyga@samsung.com> - 2015-07-13 11:10 +0200 [PATCH v3 3/5] usb: isp1760: udc: add missing usb_ep_set_maxpacket_limit() Robert Baldyga <r.baldyga@samsung.com> - 2015-07-13 11:10 +0200 [PATCH v3 2/5] usb: gadget: midi: avoid redundant f_midi_set_alt() call Robert Baldyga <r.baldyga@samsung.com> - 2015-07-13 11:10 +0200
csiph-web