mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v6 0/8] usb: gadget: rework ep matching and claiming mechanism
@ 2015-08-05 12:02 Robert Baldyga
  2015-08-05 12:02 ` [PATCH v6 1/8] usb: gadget: epautoconf: rework ep_matches() function Robert Baldyga
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Robert Baldyga @ 2015-08-05 12:02 UTC (permalink / raw)
  To: balbi; +Cc: gregkh, linux-kernel, linux-usb, Robert Baldyga

Hi Felipe,

These are remaining patches of my series plus one which remained from
series [1]. I have found cause of the regression - there was a mistake
made while simplifying endpoint direction matching. I have already fixed
this issue. Sorry for that.

Best regards,
Robert Baldyga

[1] usb: gadget: get rid of UDC name-based quirks
    https://lkml.org/lkml/2015/7/28/29

Robert Baldyga (8):
  usb: gadget: epautoconf: rework ep_matches() function
  usb: gadget: add 'ep_match' callback to usb_gadget_ops
  usb: gadget: move ep_matches() from epautoconf to udc-core
  usb: gadget: move find_ep() from epautoconf to gadget.h
  usb: gadget: net2280: add net2280_match_ep() function
  usb: gadget: goku_udc: add goku_match_ep() function
  usb: musb: gadget: add musb_match_ep() function
  usb: gadget: remove gadget_chips.h

 drivers/usb/gadget/epautoconf.c              | 166 +--------------------------
 drivers/usb/gadget/function/f_acm.c          |   1 -
 drivers/usb/gadget/function/f_mass_storage.c |   1 -
 drivers/usb/gadget/function/f_obex.c         |   1 -
 drivers/usb/gadget/function/f_serial.c       |   1 -
 drivers/usb/gadget/function/f_sourcesink.c   |   1 -
 drivers/usb/gadget/function/u_ether.h        |   2 -
 drivers/usb/gadget/function/u_uac1.h         |   2 -
 drivers/usb/gadget/legacy/audio.c            |   1 -
 drivers/usb/gadget/legacy/gmidi.c            |   2 -
 drivers/usb/gadget/legacy/hid.c              |   1 -
 drivers/usb/gadget/legacy/nokia.c            |   1 -
 drivers/usb/gadget/legacy/printer.c          |   2 -
 drivers/usb/gadget/legacy/serial.c           |   1 -
 drivers/usb/gadget/udc/gadget_chips.h        |  55 ---------
 drivers/usb/gadget/udc/goku_udc.c            |  25 ++++
 drivers/usb/gadget/udc/net2280.c             |  31 +++++
 drivers/usb/gadget/udc/udc-core.c            |  69 +++++++++++
 drivers/usb/musb/musb_gadget.c               |  34 ++++++
 include/linux/usb/gadget.h                   |  29 +++++
 20 files changed, 192 insertions(+), 234 deletions(-)
 delete mode 100644 drivers/usb/gadget/udc/gadget_chips.h

-- 
1.9.1


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

end of thread, other threads:[~2015-08-05 17:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-05 12:02 [PATCH v6 0/8] usb: gadget: rework ep matching and claiming mechanism Robert Baldyga
2015-08-05 12:02 ` [PATCH v6 1/8] usb: gadget: epautoconf: rework ep_matches() function Robert Baldyga
2015-08-05 12:02 ` [PATCH v6 2/8] usb: gadget: add 'ep_match' callback to usb_gadget_ops Robert Baldyga
2015-08-05 12:02 ` [PATCH v6 3/8] usb: gadget: move ep_matches() from epautoconf to udc-core Robert Baldyga
2015-08-05 12:02 ` [PATCH v6 4/8] usb: gadget: move find_ep() from epautoconf to gadget.h Robert Baldyga
2015-08-05 14:30   ` Alan Stern
2015-08-05 17:56     ` Felipe Balbi
2015-08-05 12:02 ` [PATCH v6 5/8] usb: gadget: net2280: add net2280_match_ep() function Robert Baldyga
2015-08-05 12:02 ` [PATCH v6 6/8] usb: gadget: goku_udc: add goku_match_ep() function Robert Baldyga
2015-08-05 12:02 ` [PATCH v6 7/8] usb: musb: gadget: add musb_match_ep() function Robert Baldyga
2015-08-05 12:02 ` [PATCH v6 8/8] usb: gadget: remove gadget_chips.h Robert Baldyga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®