aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-24staging: dwc2: fix thinko in dwc2_hc_set_even_odd_frame()Paul Zimmerman1-1/+1
2013-06-08Merge 3.10-rc5 into staging-nextGreg Kroah-Hartman1-3/+2
2013-06-03staging: dwc2: remove redundant D0 power state setYijing Wang1-2/+0
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-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman3-3/+9
2013-05-23Merge tag 'staging-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-2/+9
2013-05-23Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+0
2013-05-22staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFSPaul Zimmerman2-2/+1
2013-05-18drivers/staging/dwc2: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-17staging: dwc2: Fix dma-enabled platform devices using a default dma_maskMatthijs Kooijman1-0/+8
2013-05-16drivers/staging/dwc2: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-16staging: dwc2: use devm_ioremap_resource()Laurent Navet1-3/+3
2013-05-16staging: dwc2/pci.c: add STMICRO vendor and device ID for STA2X11 boardFederico Vaga1-0/+4
2013-05-16staging: dwc2: remove some useless debug printsMatthijs Kooijman1-5/+0
2013-05-16staging: dwc2: add const to handling of dwc2_core_paramsStephen Warren4-5/+5
2013-05-16staging: dwc2: remove unneeded checkMatthijs Kooijman1-2/+1
2013-05-16staging: dwc2: remove some device-mode related debug codeMatthijs Kooijman1-19/+0
2013-05-16staging: dwc2: add helper variable to simplify codeMatthijs Kooijman1-4/+4
2013-05-16staging: dwc2: use dwc2_hcd_get_frame_number where possibleMatthijs Kooijman2-11/+2
2013-05-16staging: dwc2: replace some magic numbers by constantsMatthijs Kooijman1-6/+6
2013-05-16staging: dwc2: remove dummy interrupt handlingMatthijs Kooijman2-11/+1
2013-05-16staging: dwc2: rename dwc2_hcd_intr() to dwc2_handle_hcd_intr()Matthijs Kooijman3-4/+4
2013-05-16staging: dwc2: use irq_return_t for interrupt handlersMatthijs Kooijman4-13/+12
2013-05-16staging: dwc2: do not use IRQF_DISABLEDMatthijs Kooijman1-1/+1
2013-05-15usb: phy: remove CONFIG_USB_OTG_UTILS once morePaul Bolle1-1/+0
2013-04-23staging: dwc2: add platform device bindingsMatthijs Kooijman4-2/+152
2013-04-23staging: dwc2: check for null pointer before dereferencing itPaul Zimmerman1-6/+5
2013-04-23staging: dwc2: add missing newlines to debug messagesPaul Zimmerman4-7/+7
2013-04-23staging: dwc2: fix potential null pointer accessPaul Zimmerman1-5/+5
2013-04-12staging: dwc2: fix error return code in dwc2_hcd_init()Wei Yongjun1-0/+1
2013-04-11staging: dwc2: Make dwc2_set_uninitialized more specificMatthijs Kooijman3-3/+14
2013-04-11staging: dwc2: set the driver name to "dwc2"Matthijs Kooijman2-2/+2
2013-04-11staging: dwc2: register common irq handler in dwc2_core_initMatthijs Kooijman4-16/+20
2013-04-11staging: dwc2: don't pass IRQ_LEVEL to devm_request_irqMatthijs Kooijman1-1/+1
2013-04-10staging: dwc2: toggle periodic debugging output separatelyMatthijs Kooijman6-171/+318
2013-03-25staging: dwc2: fix wrong setting of DMA masksPaul Zimmerman2-29/+29
2013-03-25staging: dwc2: remove unneeded arguments from two functionsPaul Zimmerman3-16/+16
2013-03-25staging: dwc2: always release host channel after dequeueingMatthijs Kooijman1-4/+29
2013-03-15Staging: dwc2: remove a kfree(NULL)Dan Carpenter1-1/+0
2013-03-14staging: the DWC2 driver uses bus_to_virtStephen Rothwell1-0/+1
2013-03-14staging: dwc2: fix compiler warningsPaul Zimmerman2-10/+11
2013-03-11staging: Hook the DWC2 driver into the build systemPaul Zimmerman2-0/+64
2013-03-11staging: PCI bus interface for the DWC2 driverPaul Zimmerman1-0/+198
2013-03-11staging: HCD descriptor DMA support for the DWC2 driverPaul Zimmerman1-0/+1196
2013-03-11staging: HCD files for the DWC2 driverPaul Zimmerman4-0/+6442
2013-03-11staging: Core files for the DWC2 driverPaul Zimmerman4-0/+4652