Hi Greg, Here are a few patches for the dwc2 driver. The first three are some minor fixes/cleanups, and the last is a new platform device driver interface from Matthijs. Please apply. -- Paul Matthijs Kooijman (1): staging: dwc2: add platform device bindings Paul Zimmerman (3): staging: dwc2: fix potential null pointer access staging: dwc2: add missing newlines to debug messages staging: dwc2: check for null pointer before dereferencing it Documentation/devicetree/bindings/staging/dwc2.txt | 15 +++ drivers/staging/dwc2/Kconfig | 6 +- drivers/staging/dwc2/Makefile | 2 + drivers/staging/dwc2/core_intr.c | 2 +- drivers/staging/dwc2/hcd.c | 5 +- drivers/staging/dwc2/hcd_ddma.c | 10 +- drivers/staging/dwc2/hcd_intr.c | 13 +- drivers/staging/dwc2/platform.c | 145 +++++++++++++++++++++ 8 files changed, 181 insertions(+), 17 deletions(-) create mode 100644 Documentation/devicetree/bindings/staging/dwc2.txt create mode 100644 drivers/staging/dwc2/platform.c -- 1.8.2.rc0.16.g20a599e -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html