summaryrefslogtreecommitdiff
path: root/drivers/staging/dwc2/core.c
AgeCommit message (Expand)Author
2014-01-13Move DWC2 driver out of stagingPaul Zimmerman
2013-12-03staging: dwc2: fix sparse non static symbol warningWei Yongjun
2013-12-03staging: dwc2: move function to more logical placePaul Zimmerman
2013-12-03staging: dwc2: remove stale comment after changing function to voidPaul Zimmerman
2013-11-25staging: dwc2: rename dwc2_check_core_status()Paul Zimmerman
2013-11-25staging: dwc2: remove useless castPaul Zimmerman
2013-11-25staging: dwc2: remove use of NO_FS_PHY_HW_CHECKS macroPaul Zimmerman
2013-11-25staging: dwc2: make all the dwc2_set_param* functions voidPaul Zimmerman
2013-11-25staging: dwc2: rename DWC2_PARAM_TEST to DWC2_OUT_OF_BOUNDSPaul Zimmerman
2013-11-25staging: dwc2: add check on dwc2_core_reset returnJulien DELACOU
2013-11-25staging: dwc2: do not clear pending interrupts twiceJulien DELACOU
2013-09-25Staging: dwc2: core: coding style - indentation should use tabsLuis Ortega Perez de Villar
2013-09-25staging: dwc2: add microframe scheduler from downstream Pi kernelDom Cobley
2013-09-17staging: dwc2: Fix typo in staging/dwc2Masanari Iida
2013-08-30staging: dwc2: validate the value for phy_utmi_widthMatthijs Kooijman
2013-08-30staging: dwc2: interpret all hwcfg and related register at init timeMatthijs Kooijman
2013-08-30staging: dwc2: properly mask the GRXFSIZ registerMatthijs Kooijman
2013-08-30staging: dwc2: remove redundant register readsMatthijs Kooijman
2013-08-30staging: dwc2: re-use hptxfsiz variableMatthijs Kooijman
2013-08-30staging: dwc2: simplify debug output in dwc_hc_initMatthijs Kooijman
2013-08-30staging: dwc2: simplify register shift expressionsMatthijs Kooijman
2013-08-30staging: dwc2: unshift non-bool register value constantsMatthijs Kooijman
2013-08-30staging: dwc2: fix off-by-one in check for max_packet_count parameterMatthijs Kooijman
2013-07-23staging: dwc2: add driver parameter to set AHB config register valuePaul Zimmerman
2013-06-24staging: dwc2: fix thinko in dwc2_hc_set_even_odd_frame()Paul Zimmerman
2013-05-16staging: dwc2: add const to handling of dwc2_core_paramsStephen Warren
2013-05-16staging: dwc2: remove unneeded checkMatthijs Kooijman
2013-05-16staging: dwc2: remove some device-mode related debug codeMatthijs Kooijman
2013-05-16staging: dwc2: use dwc2_hcd_get_frame_number where possibleMatthijs Kooijman
2013-05-16staging: dwc2: replace some magic numbers by constantsMatthijs Kooijman
2013-04-11staging: dwc2: register common irq handler in dwc2_core_initMatthijs Kooijman
2013-04-11staging: dwc2: toggle periodic debugging output separatelyMatthijs Kooijman
2013-03-12staging: Core files for the DWC2 driverPaul Zimmerman