summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2
Commit message (Expand)AuthorAgeFilesLines
...
* staging: dwc2: remove specific fifo size constantsMatthijs Kooijman2013-08-301-15/+4
* staging: dwc2: reorder some kernel doc comments and struct membersPaul Zimmerman2013-08-122-28/+28
* 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: add driver parameter to set AHB config register valuePaul Zimmerman2013-07-234-45/+25
* 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-232-11/+10
* staging: dwc2: reduce noisy debug messagesPaul Zimmerman2013-07-232-9/+7
* staging: dwc2: fix dwc2_hcd_qtd_add()Paul Zimmerman2013-07-231-4/+16
* staging: dwc2: optimize dwc2_hc_handle_tt_clear() a bitPaul Zimmerman2013-07-231-4/+9
* 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-234-60/+68
* 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