1. 29 5月, 2014 1 次提交
  2. 28 5月, 2014 4 次提交
  3. 16 5月, 2014 4 次提交
  4. 15 5月, 2014 1 次提交
    • A
      usb: gadget: f_uac2: don't queue new requests when shutting down · 1ade5d7e
      Andrzej Pietrasiewicz 提交于
      In some circumstances when g_audio is being unloaded there happens
      an endless loop in udc driver. It has happend on a board with
      s3c-hsotg. If there are requests in endpoint's queue, they are completed
      in a loop. But completing them might cause appending new requests
      to the queue. This patch causes agdev_iso_complete() to return immediately
      if request's status is -ESHUTDOWN. If it does not return immediately,
      then although the current request is removed from the queue, a new one
      is appended to the queue, so the above mentioned loop cannot end.
      Signed-off-by: NAndrzej Pietrasiewicz <andrzej.p@samsung.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      1ade5d7e
  5. 14 5月, 2014 20 次提交
  6. 13 5月, 2014 2 次提交
  7. 01 5月, 2014 1 次提交
  8. 25 4月, 2014 1 次提交
  9. 22 4月, 2014 6 次提交