summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2/core.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-25Staging: dwc2: core: coding style - indentation should use tabsLuis Ortega Perez de Villar1-2/+2
2013-09-25staging: dwc2: add microframe scheduler from downstream Pi kernelDom Cobley1-0/+21
2013-09-17staging: dwc2: Fix typo in staging/dwc2Masanari Iida1-1/+1
2013-08-30staging: dwc2: validate the value for phy_utmi_widthMatthijs Kooijman1-4/+23
2013-08-30staging: dwc2: interpret all hwcfg and related register at init timeMatthijs Kooijman1-108/+199
2013-08-30staging: dwc2: properly mask the GRXFSIZ registerMatthijs Kooijman1-7/+16
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: simplify register shift expressionsMatthijs Kooijman1-10/+10
2013-08-30staging: dwc2: unshift non-bool register value constantsMatthijs Kooijman1-20/+33
2013-08-30staging: dwc2: fix off-by-one in check for max_packet_count parameterMatthijs Kooijman1-1/+1
2013-07-23staging: dwc2: add driver parameter to set AHB config register valuePaul Zimmerman1-38/+13
2013-06-24staging: dwc2: fix thinko in dwc2_hc_set_even_odd_frame()Paul Zimmerman1-1/+1
2013-05-16staging: dwc2: add const to handling of dwc2_core_paramsStephen Warren1-1/+1
2013-05-16staging: dwc2: remove unneeded checkMatthijs Kooijman1-2/+1
2013-05-16staging: dwc2: remove some device-mode related debug codeMatthijs Kooijman1-19/+0
2013-05-16staging: dwc2: use dwc2_hcd_get_frame_number where possibleMatthijs Kooijman1-7/+1
2013-05-16staging: dwc2: replace some magic numbers by constantsMatthijs Kooijman1-6/+6
2013-04-11staging: dwc2: register common irq handler in dwc2_core_initMatthijs Kooijman1-1/+12
2013-04-10staging: dwc2: toggle periodic debugging output separatelyMatthijs Kooijman1-98/+168
2013-03-11staging: Core files for the DWC2 driverPaul Zimmerman1-0/+2678