mbox series

[0/8] musb patches for v5.7-rc1

Message ID 20200316211136.2274-1-b-liu@ti.com (mailing list archive)
Headers show
Series musb patches for v5.7-rc1 | expand

Message

Bin Liu March 16, 2020, 9:11 p.m. UTC
Hi Greg,

Here are the musb patches for v5.7-rc1. The set adds DMA support for
JZ4740 and new device JZ4770, along with some trivial cleanup. It does
include a fix for a NULL-pointer dereference bug when usbmon is enabled.
The patch came in late in v5.6 rc cycles, so I am including the patch
here but added Cc: stable@ tag. Please let me know if there is any
change needed.

Thanks,
-Bin.
---

Colin Ian King (1):
  usb: musb: remove redundant assignment to variable ret

Macpaul Lin (1):
  usb: musb: tusb6010: fix a possible missing data type replacement

Mans Rullgard (1):
  usb: musb: fix crash with highmen PIO and usbmon

Paul Cercueil (5):
  dt-bindings: usb: Convert jz4740-musb doc to YAML
  usb: musb: jz4740: Add support for DMA
  usb: musb: jz4740: Register USB role switch
  usb: musb: jz4740: Unconditionally depend on devicetree
  usb: musb: jz4740: Add support for the JZ4770

 .../bindings/usb/ingenic,jz4740-musb.txt      |  32 -----
 .../devicetree/bindings/usb/ingenic,musb.yaml |  76 ++++++++++++
 drivers/usb/musb/Kconfig                      |   4 +-
 drivers/usb/musb/jz4740.c                     | 110 ++++++++++++++++--
 drivers/usb/musb/mediatek.c                   |   2 +-
 drivers/usb/musb/musb_host.c                  |  17 +--
 drivers/usb/musb/tusb6010.c                   |   2 +-
 7 files changed, 185 insertions(+), 58 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/usb/ingenic,jz4740-musb.txt
 create mode 100644 Documentation/devicetree/bindings/usb/ingenic,musb.yaml