This is a series of updates to the dwc2 driver, all related
to the handling of non-dword-aligned transfers. I have tested
all of these on the Raspberry Pi and Altera SOCFPGA platforms,
and have not seen any regressions.

Greg, can you apply this series to usb-next, please? Thanks.

-- 
Paul

Paul Zimmerman (3):
  usb: dwc2: clip max_transfer_size to 65535
  usb: dwc2: pass gfp_t flags down to dwc2_hc_setup_align_buf()
  usb: dwc2: handle DMA buffer unmapping sanely

 drivers/usb/dwc2/core.c      |  7 ++++++
 drivers/usb/dwc2/hcd.c       | 57 +++++++++++++++++++++++++++++---------------
 drivers/usb/dwc2/hcd.h       |  6 +++--
 drivers/usb/dwc2/hcd_ddma.c  |  2 +-
 drivers/usb/dwc2/hcd_intr.c  | 26 ++------------------
 drivers/usb/dwc2/hcd_queue.c | 16 ++++---------
 6 files changed, 56 insertions(+), 58 deletions(-)

-- 
2.1.0.24.g4109c28

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to