summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-13usb: dwc3: prevent setting PRTCAP to OTG from debugfsRoger Quadros1-0/+3
2018-03-13usb: dwc3: core.h: add some register definitionsRoger Quadros1-0/+82
2018-03-13usb: dwc3: of-simple: add support for the Amlogic Meson GXL and AXG SoCsMartin Blumenstingl1-0/+8
2018-03-13usb: dwc3: of-simple: add support for shared and pulsed reset linesMartin Blumenstingl1-6/+17
2018-03-13usb: dwc2: gadget: Use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-03-13usb: dwc2: Add core state checkingGrigor Tovmasyan1-2/+2
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: gadget: udc: atmel: convert to use GPIO descriptorsLudovic Desroches2-30/+25
2018-03-13usb: gadget: udc: atmel: remove code related to platform stuffLudovic Desroches1-71/+2
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-13usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen1-1/+1
2018-03-13usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen1-0/+4
2018-03-13usb: gadget: mass_storage: Set max_speed to SSPThinh Nguyen1-1/+1
2018-03-08usb: gadget: composite: remove duplicated code in OS desc handlingChris Dickens1-50/+22
2018-03-08usb: gadget: composite: fix incorrect handling of OS desc requestsChris Dickens1-21/+19
2018-03-08usb: dwc2: eliminate irq parameter from dwc2_gadget_initVardan Mikayelyan3-7/+6
2018-03-08usb: gadget: udc: atmel: Use devm_ioremap_resource()Ladislav Michl1-21/+13
2018-03-08USB: gadget: function: remove redundant initialization of 'tv_nexus'Colin Ian King1-1/+1
2018-03-08usb: gadget: udc: change comparison to bitshift when dealing with a maskWolfram Sang1-1/+1
2018-03-08usb: phy: ab8500: use correct enum typeStefan Agner1-1/+1
2018-03-08usb: phy: mxs: Staticize mxs_charger_secondary_detection()Fabio Estevam1-1/+1
2018-03-08usb: gadget: udc: bdc: Use dma_pool_zallocSouptick Joarder1-2/+1
2018-03-08usb: dwc3: debugfs: Re-use DEFINE_SHOW_ATTRIBUTE() macroFelipe Balbi1-49/+30
2018-03-08USB: gadget: pxa27x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-39/+3