Hi folks, this patchset implements the bare minimum PM support for dwc3. We're not even playing with the PHYs yet. Please give this a good round of test as PM always tends to break things apart. I haven't thoroughly tested this yet, but I thought that I should give people enough time to run all sorts of tests on their platforms. The target for this patchset is v3.10, so there's more than enough time to verify functionality with all 4 patches applied. Note, also, that this patchset will help us finally adding Hibernation support, but let's first make sure that non-Hibernation PM works as expected, since that's far more easier to implement and there are platforms out there (err OMAP5) not using the hibernation features ;-) Changes since v1: - added one extra patch to keep track of pullups state - modified PM support patch to reconnect pullups if they were connected before suspending cheers Felipe Balbi (5): usb: dwc3: core: don't forget to free coherent memory usb: dwc3: core: explicitly setup and cleanup event buffers usb: dwc3: gadget: introduce and use enable/disable irq methods usb: dwc3: gadget: save state of pullups usb: dwc3: core: add power management support drivers/usb/dwc3/core.c | 137 +++++++++++++++++++++++++++++++++++++++++----- drivers/usb/dwc3/core.h | 7 +++ drivers/usb/dwc3/gadget.c | 134 ++++++++++++++++++++++++++++++++++----------- 3 files changed, 230 insertions(+), 48 deletions(-) -- 1.8.1.rc1.5.g7e0651a -- 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