summaryrefslogtreecommitdiff
path: root/drivers/staging/dwc2/hcd.c
AgeCommit message (Expand)Author
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: 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: add calls to usb_hcd_link_urb_to_ep() and friendsPaul Zimmerman
2013-07-23staging: dwc2: refactor dwc2_host_complete()Paul Zimmerman
2013-06-09Merge 3.10-rc5 into staging-nextGreg Kroah-Hartman
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-16staging: dwc2: add const to handling of dwc2_core_paramsStephen Warren
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
2013-04-23staging: dwc2: add platform device bindingsMatthijs Kooijman
2013-04-23staging: dwc2: add missing newlines to debug messagesPaul Zimmerman
2013-04-12staging: dwc2: fix error return code in dwc2_hcd_init()Wei Yongjun
2013-04-11staging: dwc2: Make dwc2_set_uninitialized more specificMatthijs Kooijman
2013-04-11staging: dwc2: set the driver name to "dwc2"Matthijs 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-26staging: dwc2: fix wrong setting of DMA masksPaul Zimmerman
2013-03-26staging: dwc2: remove unneeded arguments from two functionsPaul Zimmerman
2013-03-15Staging: dwc2: remove a kfree(NULL)Dan Carpenter
2013-03-14staging: dwc2: fix compiler warningsPaul Zimmerman
2013-03-12staging: HCD files for the DWC2 driverPaul Zimmerman