aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/dwc2
AgeCommit message (Expand)Author
2013-08-30staging: dwc2: make dwc2_core_params documentation more completeMatthijs Kooijman
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: add missing shiftMatthijs Kooijman
2013-08-30staging: dwc2: simplify register shift expressionsMatthijs Kooijman
2013-08-30staging: dwc2: only read the snpsid register onceMatthijs 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-08-30staging: dwc2: remove specific fifo size constantsMatthijs Kooijman
2013-08-12staging: dwc2: reorder some kernel doc comments and struct membersPaul Zimmerman
2013-07-25staging: dwc2: Don't touch the dma_mask when dma is disabledMatthijs Kooijman
2013-07-23staging: dwc2: when dma is disabled, clear hcd->self.uses_dmaMatthijs Kooijman
2013-07-23staging: dwc2: disable dma when no dma_mask was setupMatthijs Kooijman
2013-07-23staging: dwc2: add driver parameter to set AHB config register valuePaul Zimmerman
2013-07-23staging: dwc2: fix value used in dwc2_set_all_paramsJulien Delacou
2013-07-23staging: dwc2: remove use of bus_to_virt()Paul Zimmerman
2013-07-23staging: dwc2: reduce noisy debug messagesPaul Zimmerman
2013-07-23staging: dwc2: fix dwc2_hcd_qtd_add()Paul Zimmerman
2013-07-23staging: dwc2: optimize dwc2_hc_handle_tt_clear() a bitPaul Zimmerman
2013-07-23staging: dwc2: add calls to usb_hcd_link_urb_to_ep() and friendsPaul Zimmerman
2013-07-23staging: dwc2: refactor dwc2_host_complete()Paul Zimmerman
2013-06-24staging: dwc2: fix thinko in dwc2_hc_set_even_odd_frame()Paul Zimmerman
2013-06-08Merge 3.10-rc5 into staging-nextGreg Kroah-Hartman
2013-06-03staging: dwc2: remove redundant D0 power state setYijing Wang
2013-05-30staging: dwc2: fix value of dma_maskPaul Zimmerman
2013-05-30staging: dwc2: change some dev_dbg() messages to dev_vdbg()Paul Zimmerman
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman
2013-05-23Merge tag 'staging-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-05-23Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-05-22staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFSPaul Zimmerman
2013-05-18drivers/staging/dwc2: don't check resource with devm_ioremap_resourceWolfram Sang
2013-05-17staging: dwc2: Fix dma-enabled platform devices using a default dma_maskMatthijs Kooijman
2013-05-16drivers/staging/dwc2: don't check resource with devm_ioremap_resourceWolfram Sang
2013-05-16staging: dwc2: use devm_ioremap_resource()Laurent Navet
2013-05-16staging: dwc2/pci.c: add STMICRO vendor and device ID for STA2X11 boardFederico Vaga
2013-05-16staging: dwc2: remove some useless debug printsMatthijs Kooijman
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: add helper variable to simplify 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-05-16staging: dwc2: remove dummy interrupt handlingMatthijs Kooijman
2013-05-16staging: dwc2: rename dwc2_hcd_intr() to dwc2_handle_hcd_intr()Matthijs Kooijman
2013-05-16staging: dwc2: use irq_return_t for interrupt handlersMatthijs Kooijman
2013-05-16staging: dwc2: do not use IRQF_DISABLEDMatthijs Kooijman