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