aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-13usb: dwc2: Add call_gadget() function callGrigor Tovmasyan1-0/+6
2018-03-13usb: dwc2: gadget: Configure the core to enable LPMSevak Arakelyan3-0/+29
2018-03-13usb: dwc2: Enable LPM Transaction Received interruptSevak Arakelyan3-3/+8
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
2018-03-13usb: dwc2: Add core parameters for LPM supportSevak Arakelyan3-0/+38
2018-03-13usb: dwc2: Rename GLPMCFG... definitionsSevak Arakelyan1-18/+20
2018-03-13usb: dwc2: Backup and restore PCGCCTL1 registerRazmik Karapetyan2-0/+3
2018-03-13usb: dwc2: Add ACG support to the driverRazmik Karapetyan6-2/+41
2018-03-13usb: dwc2: Print error if unable to set DMA coherent maskStefan Wahren1-1/+3
2018-03-13usb: dwc2: Fix interval type issueGrigor Tovmasyan1-1/+1
2018-03-13usb: dwc2: pci: Handle error cleanup in probeVardan Mikayelyan1-3/+3
2018-03-13usb: dwc2: pci: Move devm_kzalloc() before platform_device_add()Vardan Mikayelyan1-4/+4
2018-03-13usb: dwc2: pci: Move usb_phy_generic_register()Vardan Mikayelyan1-7/+7
2018-03-13usb: dwc2: pci: Replace kzalloc() with devm_kzalloc()Vardan Mikayelyan1-2/+1
2018-03-13usb: dwc2: Change TxFIFO and RxFIFO flushing flowMinas Harutyunyan1-0/+10
2018-03-13usb: dwc2: host: Fix transaction errors in host modeMinas Harutyunyan1-1/+13
2018-03-13usb: dwc2: hcd: Fix host channel halt flowMinas Harutyunyan1-0/+18
2018-03-13usb: dwc2: Remove unnecessary debug printsRazmik Karapetyan1-14/+2
2018-03-13usb: dwc2: Delete unused functionalityGrigor Tovmasyan3-144/+0
2018-03-13usb: dwc2: Rename bit set/clear function namesRazmik Karapetyan1-22/+22
2018-03-13usb: dwc2: Update GINTSTS_GOUTNAKEFF interrupt handlingRazmik Karapetyan1-1/+8
2018-03-13usb: dwc2: Update dwc2_handle_incomplete_isoc_out() functionRazmik Karapetyan1-2/+12
2018-03-13usb: dwc2: Update dwc2_handle_incomplete_isoc_in() functionRazmik Karapetyan1-1/+8
2018-03-13usb: dwc2: Set AHB burst size to INCRRazmik Karapetyan2-2/+2
2018-03-13usb: dwc2: Use AHB burst size parameterRazmik Karapetyan1-1/+1
2018-03-13usb: dwc2: Update bit polling functionalitySevak Arakelyan4-90/+79
2018-03-13usb: dwc2: Remove version check in GSNPSIDGevorg Sahakyan3-6/+11
2018-03-09USB: dwc2: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-78/+6
2018-03-08usb: dwc2: eliminate irq parameter from dwc2_gadget_initVardan Mikayelyan3-7/+6
2018-03-08USB: dwc2: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-78/+6
2018-03-05usb: dwc2: fix STM32F7 USB OTG HS compatibleAmelie Delaunay1-3/+3
2018-02-12usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()Vardan Mikayelyan1-6/+6
2018-02-12usb: dwc2: Add safety check for STSPHSERCVD intrMinas Harutyunyan1-3/+7
2018-02-12usb: dwc2: Add safety check in setting of descriptor chain pointersMinas Harutyunyan1-1/+3
2018-01-08Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman6-4/+125
2017-12-13usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson5-4/+114
2017-12-12usb: dwc2: add optional usb ecc reset bitDinh Nguyen2-0/+11
2017-12-11usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issuesMinas Harutyunyan3-50/+25
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-8/+6
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds15-24/+50
2017-11-07USB: dwc2: Remove redundant license textGreg Kroah-Hartman3-22/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman15-0/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24usb: dwc2: Fix UDC state trackingJohn Stultz1-0/+2
2017-10-24usb: dwc2: Error out of dwc2_hsotg_ep_disable() if we're in host modeJohn Stultz1-0/+5
2017-10-24usb: dwc2: Improve gadget state disconnection handlingJohn Stultz1-2/+5
2017-10-19usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen3-0/+12
2017-10-19usb: dwc2: add support for STM32F7xx USB OTG HSAmelie Delaunay1-0/+11
2017-08-15usb: dwc2: skip L2 state of hcd if controller work in device modeMeng Dongyang1-0/+6