aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/dwc2/core_intr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22usb: dwc2: Remove redundant license textChristophe JAILLET1-30/+0
2021-07-21usb: dwc2: Skip clock gating on Samsung SoCsMarek Szyprowski1-1/+2
2021-04-22usb: dwc2: Get rid of useless error checks in suspend interruptArtur Petrosyan1-11/+7
2021-04-22usb: dwc2: Update dwc2_handle_usb_suspend_intr function.Artur Petrosyan1-5/+7
2021-04-22usb: dwc2: Allow exiting hibernation from gpwrdn rst detectArtur Petrosyan1-5/+18
2021-04-22usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan1-71/+83
2021-04-13usb: dwc2: Add exit clock gating from session request interruptArtur Petrosyan1-6/+13
2021-04-13usb: dwc2: Add exit clock gating from wakeup interruptArtur Petrosyan1-11/+22
2021-04-13usb: dwc2: Allow entering clock gating from USB_SUSPEND interruptArtur Petrosyan1-3/+7
2021-04-09usb: dwc2: Fix session request interrupt handlerArtur Petrosyan1-0/+8
2021-04-09usb: dwc2: Add partial power down exit flow in wakeup intr.Artur Petrosyan1-9/+8
2021-04-09usb: dwc2: Update enter and exit partial power down functionsArtur Petrosyan1-11/+10
2020-05-25usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2020-01-15usb: dwc2: Drop unlock/lock upon queueing a work itemLukas Wunner1-6/+1
2019-05-03usb: dwc2: optionally assert phy reset when waking upDouglas Anderson1-0/+12
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan1-59/+59
2018-05-15usb: dwc2: Change reading of current frame number flow.Artur Petrosyan1-0/+8
2018-03-13usb: dwc2: Add dwc2_handle_gpwrdn_intr() handlerVardan Mikayelyan1-0/+117
2018-03-13usb: dwc2: Allow entering hibernation from USB_SUSPEND interruptVardan Mikayelyan1-20/+32
2018-03-13usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan1-7/+7
2018-03-13usb: dwc2: Add call_gadget() function callGrigor Tovmasyan1-0/+6
2018-03-13usb: dwc2: gadget: Configure the core to enable LPMSevak Arakelyan1-0/+1
2018-03-13usb: dwc2: Enable LPM Transaction Received interruptSevak Arakelyan1-2/+3
2018-03-13usb: dwc2: gadget: LPM interrupt handlerSevak Arakelyan1-0/+63
2018-03-13usb: dwc2: gadget: Add functionality to exit from LPM L1 stateSevak Arakelyan1-0/+52
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
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