summaryrefslogtreecommitdiff
path: root/drivers/staging/dwc2/hcd.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Move DWC2 driver out of stagingPaul Zimmerman1-2990/+0
2013-12-09staging: dwc2: don't issue traffic to LS devices in FS modeNick Hudson1-0/+14
2013-12-03Staging: dwc2: hcd.c: Fixed a coding style issueAldo Iljazi1-1/+1
2013-11-25staging: dwc2: fix some functions to return a proper error codePaul Zimmerman1-3/+3
2013-10-29Staging: dwc2: Fix conditional statement since urb->actual_length is never le...Rashika Kheria1-2/+2
2013-09-26staging: dwc2: add microframe scheduler from downstream Pi kernelDom Cobley1-13/+37
2013-09-26staging: dwc2: validate urb->actual_length for OUT endpointsPaul Zimmerman1-0/+4
2013-08-31staging: dwc2: interpret all hwcfg and related register at init timeMatthijs Kooijman1-71/+9
2013-08-31staging: dwc2: add missing shiftMatthijs Kooijman1-1/+3
2013-08-31staging: dwc2: simplify register shift expressionsMatthijs Kooijman1-34/+28
2013-08-31staging: dwc2: only read the snpsid register onceMatthijs Kooijman1-6/+6
2013-08-31staging: dwc2: unshift non-bool register value constantsMatthijs Kooijman1-1/+1
2013-07-26staging: dwc2: Don't touch the dma_mask when dma is disabledMatthijs Kooijman1-3/+0
2013-07-24staging: dwc2: when dma is disabled, clear hcd->self.uses_dmaMatthijs Kooijman1-0/+3
2013-07-24staging: dwc2: disable dma when no dma_mask was setupMatthijs Kooijman1-0/+9
2013-07-24staging: dwc2: fix value used in dwc2_set_all_paramsJulien Delacou1-1/+1
2013-07-24staging: dwc2: remove use of bus_to_virt()Paul Zimmerman1-10/+10
2013-07-24staging: dwc2: reduce noisy debug messagesPaul Zimmerman1-2/+0
2013-07-24staging: dwc2: add calls to usb_hcd_link_urb_to_ep() and friendsPaul Zimmerman1-15/+37
2013-07-24staging: dwc2: refactor dwc2_host_complete()Paul Zimmerman1-18/+24
2013-06-09Merge 3.10-rc5 into staging-nextGreg Kroah-Hartman1-3/+2
2013-05-30staging: dwc2: fix value of dma_maskPaul Zimmerman1-3/+2
2013-05-30staging: dwc2: change some dev_dbg() messages to dev_vdbg()Paul Zimmerman1-5/+5
2013-05-17staging: dwc2: add const to handling of dwc2_core_paramsStephen Warren1-1/+1
2013-05-17staging: dwc2: rename dwc2_hcd_intr() to dwc2_handle_hcd_intr()Matthijs Kooijman1-1/+1
2013-05-17staging: dwc2: use irq_return_t for interrupt handlersMatthijs Kooijman1-2/+1
2013-05-17staging: dwc2: do not use IRQF_DISABLEDMatthijs Kooijman1-1/+1
2013-04-23staging: dwc2: add platform device bindingsMatthijs Kooijman1-0/+1
2013-04-23staging: dwc2: add missing newlines to debug messagesPaul Zimmerman1-2/+2
2013-04-13staging: dwc2: fix error return code in dwc2_hcd_init()Wei Yongjun1-0/+1
2013-04-12staging: dwc2: Make dwc2_set_uninitialized more specificMatthijs Kooijman1-3/+9
2013-04-12staging: dwc2: set the driver name to "dwc2"Matthijs Kooijman1-1/+1
2013-04-11staging: dwc2: register common irq handler in dwc2_core_initMatthijs Kooijman1-7/+7
2013-04-11staging: dwc2: toggle periodic debugging output separatelyMatthijs Kooijman1-26/+37
2013-03-26staging: dwc2: fix wrong setting of DMA masksPaul Zimmerman1-17/+29
2013-03-26staging: dwc2: remove unneeded arguments from two functionsPaul Zimmerman1-10/+9
2013-03-15Staging: dwc2: remove a kfree(NULL)Dan Carpenter1-1/+0
2013-03-15staging: dwc2: fix compiler warningsPaul Zimmerman1-6/+7
2013-03-12staging: HCD files for the DWC2 driverPaul Zimmerman1-0/+2951