summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2
Commit message (Expand)AuthorAgeFilesLines
* Move DWC2 driver out of stagingPaul Zimmerman2014-01-1314-13247/+0
* staging: dwc2: don't issue traffic to LS devices in FS modeNick Hudson2013-12-081-0/+14
* staging: dwc2: disable uframe_sched on the bcm2835Stephen Warren2013-12-041-1/+1
* staging: dwc2: fix sparse non static symbol warningWei Yongjun2013-12-031-1/+1
* Staging: dwc2: hcd.c: Fixed a coding style issueAldo Iljazi2013-12-031-1/+1
* staging: dwc2: set up all module paramsStephen Warren2013-12-031-10/+48
* staging: dwc2: move function to more logical placePaul Zimmerman2013-12-031-62/+62
* staging: dwc2: fix useless test for non-0Paul Zimmerman2013-12-031-1/+1
* staging: dwc2: fix thinko in dwc2_fill_host_dma_desc()Paul Zimmerman2013-12-031-2/+2
* staging: dwc2: fix screwup in checking return valuePaul Zimmerman2013-12-031-1/+1
* staging: dwc2: remove stale comment after changing function to voidPaul Zimmerman2013-12-031-1/+1
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-021-1/+1
* staging: dwc2: remove some indent levelsDan Carpenter2013-11-251-46/+49
* staging: dwc2: cleanups in dwc2_hcd_qh_add()Dan Carpenter2013-11-251-10/+10
* staging: dwc2: remove #ifdef DEBUG from a couple of placesPaul Zimmerman2013-11-251-6/+0
* staging: dwc2: rename dwc2_check_core_status()Paul Zimmerman2013-11-254-8/+8
* staging: dwc2: remove useless castPaul Zimmerman2013-11-251-1/+1
* staging: dwc2: remove use of NO_FS_PHY_HW_CHECKS macroPaul Zimmerman2013-11-251-18/+0
* staging: dwc2: make all the dwc2_set_param* functions voidPaul Zimmerman2013-11-253-172/+85
* staging: dwc2: rename DWC2_PARAM_TEST to DWC2_OUT_OF_BOUNDSPaul Zimmerman2013-11-251-16/+16
* staging: dwc2: fix potential use after freePaul Zimmerman2013-11-251-1/+3
* staging: dwc2: fix some functions to return a proper error codePaul Zimmerman2013-11-252-7/+7
* staging: dwc2: add check on dwc2_core_reset returnJulien DELACOU2013-11-251-13/+45
* staging: dwc2: do not clear pending interrupts twiceJulien DELACOU2013-11-251-3/+0
* Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman2013-11-222-61/+31
|\
| * staging: Remove superfluous name castsGeert Uytterhoeven2013-11-191-1/+1
| * staging:dwc2:hcd_queue.c : cleanups to the microframe scheduler codeHimangi Saraogi2013-11-151-60/+30
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-2/+3
|\ \ | |/ |/|
| * DMA-API: staging: use dma_set_coherent_mask()Russell King2013-10-311-2/+3
* | Staging: dwc2: Fix variable dereferenced before checkRashika Kheria2013-10-301-9/+8
* | Staging: dwc2: Fix return error value in dwc2_driver_probe()Rashika Kheria2013-10-281-1/+1
* | Staging: dwc2: Fix conditional statement since urb->actual_length is never le...Rashika Kheria2013-10-281-2/+2
* | staging: dwc2: Make dwc2_hw_params.host_channels large enoughMatthijs Kooijman2013-10-031-1/+1
* | Staging: dwc2: core: coding style - indentation should use tabsLuis Ortega Perez de Villar2013-09-251-2/+2
* | staging: dwc2: add TODO filePaul Zimmerman2013-09-251-0/+33
* | staging: dwc2: add microframe scheduler from downstream Pi kernelDom Cobley2013-09-258-42/+281
* | staging: dwc2: validate urb->actual_length for OUT endpointsPaul Zimmerman2013-09-251-0/+4
* | staging: dwc2: Fix typo in staging/dwc2Masanari Iida2013-09-172-3/+3
|/
* staging: dwc2: make dwc2_core_params documentation more completeMatthijs Kooijman2013-08-301-26/+59
* staging: dwc2: validate the value for phy_utmi_widthMatthijs Kooijman2013-08-304-5/+32
* staging: dwc2: interpret all hwcfg and related register at init timeMatthijs Kooijman2013-08-306-200/+290
* staging: dwc2: properly mask the GRXFSIZ registerMatthijs Kooijman2013-08-302-7/+18
* staging: dwc2: remove redundant register readsMatthijs Kooijman2013-08-301-5/+4
* staging: dwc2: re-use hptxfsiz variableMatthijs Kooijman2013-08-301-7/+7
* staging: dwc2: simplify debug output in dwc_hc_initMatthijs Kooijman2013-08-301-16/+9
* staging: dwc2: add missing shiftMatthijs Kooijman2013-08-301-1/+3
* staging: dwc2: simplify register shift expressionsMatthijs Kooijman2013-08-304-62/+50
* staging: dwc2: only read the snpsid register onceMatthijs Kooijman2013-08-301-6/+6
* staging: dwc2: unshift non-bool register value constantsMatthijs Kooijman2013-08-306-104/+118
* staging: dwc2: fix off-by-one in check for max_packet_count parameterMatthijs Kooijman2013-08-301-1/+1