aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13Move DWC2 driver out of stagingPaul Zimmerman14-13247/+0
2013-12-08staging: dwc2: don't issue traffic to LS devices in FS modeNick Hudson1-0/+14
2013-12-04staging: dwc2: disable uframe_sched on the bcm2835Stephen Warren1-1/+1
2013-12-03staging: dwc2: fix sparse non static symbol warningWei Yongjun1-1/+1
2013-12-03Staging: dwc2: hcd.c: Fixed a coding style issueAldo Iljazi1-1/+1
2013-12-03staging: dwc2: set up all module paramsStephen Warren1-10/+48
2013-12-03staging: dwc2: move function to more logical placePaul Zimmerman1-62/+62
2013-12-03staging: dwc2: fix useless test for non-0Paul Zimmerman1-1/+1
2013-12-03staging: dwc2: fix thinko in dwc2_fill_host_dma_desc()Paul Zimmerman1-2/+2
2013-12-03staging: dwc2: fix screwup in checking return valuePaul Zimmerman1-1/+1
2013-12-03staging: dwc2: remove stale comment after changing function to voidPaul Zimmerman1-1/+1
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-11-25staging: dwc2: remove some indent levelsDan Carpenter1-46/+49
2013-11-25staging: dwc2: cleanups in dwc2_hcd_qh_add()Dan Carpenter1-10/+10
2013-11-25staging: dwc2: remove #ifdef DEBUG from a couple of placesPaul Zimmerman1-6/+0
2013-11-25staging: dwc2: rename dwc2_check_core_status()Paul Zimmerman4-8/+8
2013-11-25staging: dwc2: remove useless castPaul Zimmerman1-1/+1
2013-11-25staging: dwc2: remove use of NO_FS_PHY_HW_CHECKS macroPaul Zimmerman1-18/+0
2013-11-25staging: dwc2: make all the dwc2_set_param* functions voidPaul Zimmerman3-172/+85
2013-11-25staging: dwc2: rename DWC2_PARAM_TEST to DWC2_OUT_OF_BOUNDSPaul Zimmerman1-16/+16
2013-11-25staging: dwc2: fix potential use after freePaul Zimmerman1-1/+3
2013-11-25staging: dwc2: fix some functions to return a proper error codePaul Zimmerman2-7/+7
2013-11-25staging: dwc2: add check on dwc2_core_reset returnJulien DELACOU1-13/+45
2013-11-25staging: dwc2: do not clear pending interrupts twiceJulien DELACOU1-3/+0
2013-11-22Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman2-61/+31
2013-11-19staging: Remove superfluous name castsGeert Uytterhoeven1-1/+1
2013-11-15staging:dwc2:hcd_queue.c : cleanups to the microframe scheduler codeHimangi Saraogi1-60/+30
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+3
2013-10-31DMA-API: staging: use dma_set_coherent_mask()Russell King1-2/+3
2013-10-30Staging: dwc2: Fix variable dereferenced before checkRashika Kheria1-9/+8
2013-10-28Staging: dwc2: Fix return error value in dwc2_driver_probe()Rashika Kheria1-1/+1
2013-10-28Staging: dwc2: Fix conditional statement since urb->actual_length is never less than zero.Rashika Kheria1-2/+2
2013-10-03staging: dwc2: Make dwc2_hw_params.host_channels large enoughMatthijs Kooijman1-1/+1
2013-09-25Staging: dwc2: core: coding style - indentation should use tabsLuis Ortega Perez de Villar1-2/+2
2013-09-25staging: dwc2: add TODO filePaul Zimmerman1-0/+33
2013-09-25staging: dwc2: add microframe scheduler from downstream Pi kernelDom Cobley8-42/+281
2013-09-25staging: dwc2: validate urb->actual_length for OUT endpointsPaul Zimmerman1-0/+4
2013-09-17staging: dwc2: Fix typo in staging/dwc2Masanari Iida2-3/+3
2013-08-30staging: dwc2: make dwc2_core_params documentation more completeMatthijs Kooijman1-26/+59
2013-08-30staging: dwc2: validate the value for phy_utmi_widthMatthijs Kooijman4-5/+32
2013-08-30staging: dwc2: interpret all hwcfg and related register at init timeMatthijs Kooijman6-200/+290
2013-08-30staging: dwc2: properly mask the GRXFSIZ registerMatthijs Kooijman2-7/+18
2013-08-30staging: dwc2: remove redundant register readsMatthijs Kooijman1-5/+4
2013-08-30staging: dwc2: re-use hptxfsiz variableMatthijs Kooijman1-7/+7
2013-08-30staging: dwc2: simplify debug output in dwc_hc_initMatthijs Kooijman1-16/+9
2013-08-30staging: dwc2: add missing shiftMatthijs Kooijman1-1/+3
2013-08-30staging: dwc2: simplify register shift expressionsMatthijs Kooijman4-62/+50
2013-08-30staging: dwc2: only read the snpsid register onceMatthijs Kooijman1-6/+6
2013-08-30staging: dwc2: unshift non-bool register value constantsMatthijs Kooijman6-104/+118
2013-08-30staging: dwc2: fix off-by-one in check for max_packet_count parameterMatthijs Kooijman1-1/+1