1. 07 9月, 2012 1 次提交
    • P
      usb: dwc3: ep0: correct cache sync issue in case of ep0_bounced · 0416e494
      Pratyush Anand 提交于
      In case of ep0 out, if length is not aligned to maxpacket size then we use
      dwc->ep_bounce_addr for dma transfer and not request->dma. Since, we have
      alreday done memcpy from dwc->ep0_bounce to request->buf, so we do not need to
      issue cache sync function. In fact, cache sync function will bring wrong data
      in request->buf from request->dma in this scenario.
      
      So, cache sync function must not be executed in case of ep0 bounced.
      
      Cc: <stable@vger.kernel.org> # v3.4 v3.5
      Signed-off-by: NPratyush Anand <pratyush.anand@st.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      0416e494
  2. 02 7月, 2012 5 次提交
  3. 25 6月, 2012 4 次提交
  4. 15 6月, 2012 2 次提交
  5. 12 6月, 2012 1 次提交
  6. 06 6月, 2012 5 次提交
  7. 04 6月, 2012 10 次提交
  8. 04 5月, 2012 2 次提交
  9. 02 5月, 2012 3 次提交
  10. 30 4月, 2012 1 次提交
  11. 11 4月, 2012 1 次提交
  12. 02 3月, 2012 5 次提交