Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1293071 > unrolled thread

Re: [PATCH v6 0/3] USB MIDI Gadget improvements and bug fixes

Started byFelipe Balbi <balbi@ti.com>
First post2015-12-16 17:10 +0100
Last post2015-12-17 12:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v6 0/3] USB MIDI Gadget improvements and bug fixes Felipe Balbi <balbi@ti.com> - 2015-12-16 17:10 +0100
    Re: [PATCH v6 0/3] USB MIDI Gadget improvements and bug fixes Felipe Ferreri Tonello <eu@felipetonello.com> - 2015-12-17 12:50 +0100

#1293071 — Re: [PATCH v6 0/3] USB MIDI Gadget improvements and bug fixes

FromFelipe Balbi <balbi@ti.com>
Date2015-12-16 17:10 +0100
SubjectRe: [PATCH v6 0/3] USB MIDI Gadget improvements and bug fixes
Message-ID<qGmOm-3Zo-13@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Hi

Felipe Ferreri Tonello <eu@felipetonello.com> writes:
> Hi all,
>
> On 01/12/15 18:30, Felipe F. Tonello wrote:
>> Fixed all comments suggested by the linux-usb list.
>> 
>> changes in v6:
>>  - Removed patches already applied in Balbi's tree
>>  - Cleanups on pre-allocation usb requrests patch
>>  - Fixed indentention on patch 1
>>  - Added patch which fails set_alt if a failure happened while
>>    allocating usb requests
>> 
>> changes in v5:
>>  - Use ep->enabled insetad of creating driver specific flag
>>  - Save MIDIStreaming interface id in driver data
>>  - define free_ep_req as static inline in header
>> 
>> changes in v4:
>>  - pre-alocation of in requests.
>>  - more code clean up
>>  - fix memory leak on out requests
>>  - configure endpoints only when setting up MIDIStreaming interface
>> 	
>> Felipe F. Tonello (3):
>>   usb: gadget: f_midi: set altsettings only for MIDIStreaming interface
>>   usb: gadget: f_midi: fail if set_alt fails to allocate requests
>>   usb: gadget: f_midi: pre-allocate IN requests
>> 
>>  drivers/usb/gadget/function/f_midi.c | 175 +++++++++++++++++++++++++++--------
>>  drivers/usb/gadget/legacy/gmidi.c    |   2 +-
>>  2 files changed, 135 insertions(+), 42 deletions(-)
>> 
>
> Ping?

It should be in my testing/next now, I had to wait until Greg merged
fixes to linus before applying.

-- 
balbi

[toc] | [next] | [standalone]


#1293810

FromFelipe Ferreri Tonello <eu@felipetonello.com>
Date2015-12-17 12:50 +0100
Message-ID<qGFei-7iO-11@gated-at.bofh.it>
In reply to#1293071

[Multipart message — attachments visible in raw view] — view raw

Hi Balbi,

On 16/12/15 16:03, Felipe Balbi wrote:
> 
> Hi
> 
> Felipe Ferreri Tonello <eu@felipetonello.com> writes:
>> Hi all,
>>
>> On 01/12/15 18:30, Felipe F. Tonello wrote:
>>> Fixed all comments suggested by the linux-usb list.
>>>
>>> changes in v6:
>>>  - Removed patches already applied in Balbi's tree
>>>  - Cleanups on pre-allocation usb requrests patch
>>>  - Fixed indentention on patch 1
>>>  - Added patch which fails set_alt if a failure happened while
>>>    allocating usb requests
>>>
>>> changes in v5:
>>>  - Use ep->enabled insetad of creating driver specific flag
>>>  - Save MIDIStreaming interface id in driver data
>>>  - define free_ep_req as static inline in header
>>>
>>> changes in v4:
>>>  - pre-alocation of in requests.
>>>  - more code clean up
>>>  - fix memory leak on out requests
>>>  - configure endpoints only when setting up MIDIStreaming interface
>>> 	
>>> Felipe F. Tonello (3):
>>>   usb: gadget: f_midi: set altsettings only for MIDIStreaming interface
>>>   usb: gadget: f_midi: fail if set_alt fails to allocate requests
>>>   usb: gadget: f_midi: pre-allocate IN requests
>>>
>>>  drivers/usb/gadget/function/f_midi.c | 175 +++++++++++++++++++++++++++--------
>>>  drivers/usb/gadget/legacy/gmidi.c    |   2 +-
>>>  2 files changed, 135 insertions(+), 42 deletions(-)
>>>
>>
>> Ping?
> 
> It should be in my testing/next now, I had to wait until Greg merged
> fixes to linus before applying.
> 

Thanks, I still have two more patches that I will be sending as soon as
these get to your next branch.

Felipe

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web