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


Groups > linux.kernel > #1279570

[PATCH 0/2] Two fix for dwc2 gadget driver

From changbin.du@intel.com
Newsgroups linux.kernel
Subject [PATCH 0/2] Two fix for dwc2 gadget driver
Date 2015-11-30 06:30 +0100
Message-ID <qApce-7Pn-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: "Du, Changbin" <changbin.du@intel.com>

With the first patch, enable a enabled ep will return -EBUSY.
The second patch forbid queuing on disabled ep to avoid panic.

Du, Changbin (2):
  usb: dwc2: add ep enabled flag to avoid double enable/disable
  usb: dwc2: forbid queuing request to a disabled ep

 drivers/usb/dwc2/core.h   |  1 +
 drivers/usb/dwc2/gadget.c | 26 +++++++++++++++++++++++++-
 2 files changed, 26 insertions(+), 1 deletion(-)

-- 
2.5.0

--
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 | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Two fix for dwc2 gadget driver changbin.du@intel.com - 2015-11-30 06:30 +0100
  [PATCH 2/2] usb: dwc2: forbid queuing request to a disabled ep changbin.du@intel.com - 2015-11-30 06:40 +0100
    Re: [PATCH 2/2] usb: dwc2: forbid queuing request to a disabled ep Felipe Balbi <balbi@ti.com> - 2015-12-10 18:30 +0100
  [PATCH 1/2] usb: dwc2: add ep enabled flag to avoid double enable/disable changbin.du@intel.com - 2015-11-30 06:40 +0100
    Re: [PATCH 1/2] usb: dwc2: add ep enabled flag to avoid double enable/disable Felipe Balbi <balbi@ti.com> - 2015-12-10 18:30 +0100
  Re: [PATCH 0/2] Two fix for dwc2 gadget driver John Youn <John.Youn@synopsys.com> - 2015-12-03 02:30 +0100
    RE: [PATCH 0/2] Two fix for dwc2 gadget driver "Du, Changbin" <changbin.du@intel.com> - 2015-12-03 05:30 +0100
      [PATCH] usb: gadget: forbid queuing request to a disabled ep changbin.du@intel.com - 2015-12-04 08:30 +0100
        Re: [PATCH] usb: gadget: forbid queuing request to a disabled ep Felipe Balbi <balbi@ti.com> - 2015-12-10 18:30 +0100

csiph-web