summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: dwc2: Fix conditional statement since urb->actual_length is never le...Rashika Kheria2013-10-281-2/+2
* staging: dwc2: add microframe scheduler from downstream Pi kernelDom Cobley2013-09-251-13/+37
* staging: dwc2: validate urb->actual_length for OUT endpointsPaul Zimmerman2013-09-251-0/+4
* staging: dwc2: interpret all hwcfg and related register at init timeMatthijs Kooijman2013-08-301-71/+9
* staging: dwc2: add missing shiftMatthijs Kooijman2013-08-301-1/+3
* staging: dwc2: simplify register shift expressionsMatthijs Kooijman2013-08-301-34/+28
* staging: dwc2: only read the snpsid register onceMatthijs Kooijman2013-08-301-6/+6
* staging: dwc2: unshift non-bool register value constantsMatthijs Kooijman2013-08-301-1/+1
* staging: dwc2: Don't touch the dma_mask when dma is disabledMatthijs Kooijman2013-07-251-3/+0
* staging: dwc2: when dma is disabled, clear hcd->self.uses_dmaMatthijs Kooijman2013-07-231-0/+3
* staging: dwc2: disable dma when no dma_mask was setupMatthijs Kooijman2013-07-231-0/+9
* staging: dwc2: fix value used in dwc2_set_all_paramsJulien Delacou2013-07-231-1/+1
* staging: dwc2: remove use of bus_to_virt()Paul Zimmerman2013-07-231-10/+10
* staging: dwc2: reduce noisy debug messagesPaul Zimmerman2013-07-231-2/+0
* staging: dwc2: add calls to usb_hcd_link_urb_to_ep() and friendsPaul Zimmerman2013-07-231-15/+37
* staging: dwc2: refactor dwc2_host_complete()Paul Zimmerman2013-07-231-18/+24
* Merge 3.10-rc5 into staging-nextGreg Kroah-Hartman2013-06-081-3/+2
|\
| * staging: dwc2: fix value of dma_maskPaul Zimmerman2013-05-301-3/+2
* | staging: dwc2: change some dev_dbg() messages to dev_vdbg()Paul Zimmerman2013-05-301-5/+5
* | staging: dwc2: add const to handling of dwc2_core_paramsStephen Warren2013-05-161-1/+1
* | staging: dwc2: rename dwc2_hcd_intr() to dwc2_handle_hcd_intr()Matthijs Kooijman2013-05-161-1/+1
* | staging: dwc2: use irq_return_t for interrupt handlersMatthijs Kooijman2013-05-161-2/+1
* | staging: dwc2: do not use IRQF_DISABLEDMatthijs Kooijman2013-05-161-1/+1
|/
* staging: dwc2: add platform device bindingsMatthijs Kooijman2013-04-231-0/+1
* staging: dwc2: add missing newlines to debug messagesPaul Zimmerman2013-04-231-2/+2
* staging: dwc2: fix error return code in dwc2_hcd_init()Wei Yongjun2013-04-121-0/+1
* staging: dwc2: Make dwc2_set_uninitialized more specificMatthijs Kooijman2013-04-111-3/+9
* staging: dwc2: set the driver name to "dwc2"Matthijs Kooijman2013-04-111-1/+1
* staging: dwc2: register common irq handler in dwc2_core_initMatthijs Kooijman2013-04-111-7/+7
* staging: dwc2: toggle periodic debugging output separatelyMatthijs Kooijman2013-04-101-26/+37
* staging: dwc2: fix wrong setting of DMA masksPaul Zimmerman2013-03-251-17/+29
* staging: dwc2: remove unneeded arguments from two functionsPaul Zimmerman2013-03-251-10/+9
* Staging: dwc2: remove a kfree(NULL)Dan Carpenter2013-03-151-1/+0
* staging: dwc2: fix compiler warningsPaul Zimmerman2013-03-141-6/+7
* staging: HCD files for the DWC2 driverPaul Zimmerman2013-03-111-0/+2951
OpenPOWER on IntegriCloud