summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2
Commit message (Expand)AuthorAgeFilesLines
* staging: dwc2: fix thinko in dwc2_hc_set_even_odd_frame()Paul Zimmerman2013-06-241-1/+1
* 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: remove redundant D0 power state setYijing Wang2013-06-031-2/+0
* | staging: dwc2: change some dev_dbg() messages to dev_vdbg()Paul Zimmerman2013-05-301-5/+5
* | Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman2013-05-273-3/+9
|\|
| * Merge tag 'staging-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-233-2/+9
| |\
| | * staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFSPaul Zimmerman2013-05-222-2/+1
| | * staging: dwc2: Fix dma-enabled platform devices using a default dma_maskMatthijs Kooijman2013-05-171-0/+8
| * | Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-05-231-1/+0
| |\ \
| | * | usb: phy: remove CONFIG_USB_OTG_UTILS once morePaul Bolle2013-05-151-1/+0
| | |/
| * / drivers/staging/dwc2: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
| |/
* | drivers/staging/dwc2: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-161-5/+0
* | staging: dwc2: use devm_ioremap_resource()Laurent Navet2013-05-161-3/+3
* | staging: dwc2/pci.c: add STMICRO vendor and device ID for STA2X11 boardFederico Vaga2013-05-161-0/+4
* | staging: dwc2: remove some useless debug printsMatthijs Kooijman2013-05-161-5/+0
* | staging: dwc2: add const to handling of dwc2_core_paramsStephen Warren2013-05-164-5/+5
* | staging: dwc2: remove unneeded checkMatthijs Kooijman2013-05-161-2/+1
* | staging: dwc2: remove some device-mode related debug codeMatthijs Kooijman2013-05-161-19/+0
* | staging: dwc2: add helper variable to simplify codeMatthijs Kooijman2013-05-161-4/+4
* | staging: dwc2: use dwc2_hcd_get_frame_number where possibleMatthijs Kooijman2013-05-162-11/+2
* | staging: dwc2: replace some magic numbers by constantsMatthijs Kooijman2013-05-161-6/+6
* | staging: dwc2: remove dummy interrupt handlingMatthijs Kooijman2013-05-162-11/+1
* | staging: dwc2: rename dwc2_hcd_intr() to dwc2_handle_hcd_intr()Matthijs Kooijman2013-05-163-4/+4
* | staging: dwc2: use irq_return_t for interrupt handlersMatthijs Kooijman2013-05-164-13/+12
* | staging: dwc2: do not use IRQF_DISABLEDMatthijs Kooijman2013-05-161-1/+1
|/
* staging: dwc2: add platform device bindingsMatthijs Kooijman2013-04-234-2/+152
* staging: dwc2: check for null pointer before dereferencing itPaul Zimmerman2013-04-231-6/+5
* staging: dwc2: add missing newlines to debug messagesPaul Zimmerman2013-04-234-7/+7
* staging: dwc2: fix potential null pointer accessPaul Zimmerman2013-04-231-5/+5
* 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-113-3/+14
* staging: dwc2: set the driver name to "dwc2"Matthijs Kooijman2013-04-112-2/+2
* staging: dwc2: register common irq handler in dwc2_core_initMatthijs Kooijman2013-04-114-16/+20
* staging: dwc2: don't pass IRQ_LEVEL to devm_request_irqMatthijs Kooijman2013-04-111-1/+1
* staging: dwc2: toggle periodic debugging output separatelyMatthijs Kooijman2013-04-106-171/+318
* staging: dwc2: fix wrong setting of DMA masksPaul Zimmerman2013-03-252-29/+29
* staging: dwc2: remove unneeded arguments from two functionsPaul Zimmerman2013-03-253-16/+16
* staging: dwc2: always release host channel after dequeueingMatthijs Kooijman2013-03-251-4/+29
* Staging: dwc2: remove a kfree(NULL)Dan Carpenter2013-03-151-1/+0
* staging: the DWC2 driver uses bus_to_virtStephen Rothwell2013-03-141-0/+1
* staging: dwc2: fix compiler warningsPaul Zimmerman2013-03-142-10/+11
* staging: Hook the DWC2 driver into the build systemPaul Zimmerman2013-03-112-0/+64
* staging: PCI bus interface for the DWC2 driverPaul Zimmerman2013-03-111-0/+198
* staging: HCD descriptor DMA support for the DWC2 driverPaul Zimmerman2013-03-111-0/+1196
* staging: HCD files for the DWC2 driverPaul Zimmerman2013-03-114-0/+6442
* staging: Core files for the DWC2 driverPaul Zimmerman2013-03-114-0/+4652