Hi Sarah, here's the cleaned up version of Sebastian's patch adding xhci-plat.c file. I believe I have addressed all your comments. Patch 2/2 I can carry myself, of course, but please take a look at patch 1/2 and let me know if there's anything else which needs to be fixed. Felipe Balbi (1): usb: dwc3: host: align on host device name Sebastian Andrzej Siewior (1): usb: host: xhci: add platform driver support drivers/usb/dwc3/host.c | 2 +- drivers/usb/host/Kconfig | 4 + drivers/usb/host/Makefile | 4 + drivers/usb/host/xhci-plat.c | 201 ++++++++++++++++++++++++++++++++++++++++++ drivers/usb/host/xhci.c | 9 ++ drivers/usb/host/xhci.h | 3 + 6 files changed, 222 insertions(+), 1 deletions(-) create mode 100644 drivers/usb/host/xhci-plat.c -- 1.7.9 -- 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