aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/core_intr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn1-1/+1
2017-01-24usb: dwc2: Fix logical continuationsJohn Youn1-3/+2
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-3/+3
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn1-3/+3
2015-12-15usb: dwc2: host: Clear interrupts before handling themDouglas Anderson1-26/+23
2015-12-15usb: dwc2: host: Fix missing device insertionsDouglas Anderson1-2/+2
2015-10-01usb: dwc2: exit hibernation on session requestMian Yousaf Kaukab1-5/+17
2015-10-01usb: dwc2: host: ignore wakeup interrupt if hibernation supportedGregory Herrero1-0/+4
2015-10-01usb: dwc2: host: avoid resetting lx_state to L3 during disconnectGregory Herrero1-3/+0
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä1-36/+37
2015-09-27usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi1-2/+2
2015-04-29usb: dwc2: add hibernation core parameterGregory Herrero1-3/+4
2015-04-29usb: dwc2: remove dwc2_platform.koMian Yousaf Kaukab1-1/+0
2015-04-29usb: dwc2: controller must update lx_state before releasing lockGregory Herrero1-3/+8
2015-04-29usb: dwc2: implement hibernation during bus suspend/resumeGregory Herrero1-0/+32
2015-03-10usb: dwc2: host: fix dwc2 disconnect bugYunzhi Li1-0/+3
2015-01-19usb: dwc2: call dwc2_is_controller_alive() under spinlockRobert Baldyga1-3/+3
2014-11-21usb: dwc2: gadget: rework disconnect event handlingMarek Szyprowski1-0/+9
2014-11-14usb: dwc2: Move gadget probe function into platform codeDinh Nguyen1-3/+5
2014-02-07usb: dwc2: handle the Host Port Interrupt when it occurs in device modeDinh Nguyen1-3/+22
2014-01-13Move DWC2 driver out of stagingPaul Zimmerman1-0/+492