summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-2/+3
|\
| * DMA-API: staging: use dma_set_coherent_mask()Russell King2013-10-311-2/+3
* | Staging: dwc2: Fix variable dereferenced before checkRashika Kheria2013-10-301-9/+8
* | Staging: dwc2: Fix return error value in dwc2_driver_probe()Rashika Kheria2013-10-281-1/+1
* | Staging: dwc2: Fix conditional statement since urb->actual_length is never le...Rashika Kheria2013-10-281-2/+2
* | staging: dwc2: Make dwc2_hw_params.host_channels large enoughMatthijs Kooijman2013-10-031-1/+1
* | Staging: dwc2: core: coding style - indentation should use tabsLuis Ortega Perez de Villar2013-09-251-2/+2
* | staging: dwc2: add TODO filePaul Zimmerman2013-09-251-0/+33
* | staging: dwc2: add microframe scheduler from downstream Pi kernelDom Cobley2013-09-258-42/+281
* | staging: dwc2: validate urb->actual_length for OUT endpointsPaul Zimmerman2013-09-251-0/+4
* | staging: dwc2: Fix typo in staging/dwc2Masanari Iida2013-09-172-3/+3
|/
* staging: dwc2: make dwc2_core_params documentation more completeMatthijs Kooijman2013-08-301-26/+59
* staging: dwc2: validate the value for phy_utmi_widthMatthijs Kooijman2013-08-304-5/+32
* staging: dwc2: interpret all hwcfg and related register at init timeMatthijs Kooijman2013-08-306-200/+290
* staging: dwc2: properly mask the GRXFSIZ registerMatthijs Kooijman2013-08-302-7/+18
* staging: dwc2: remove redundant register readsMatthijs Kooijman2013-08-301-5/+4
* staging: dwc2: re-use hptxfsiz variableMatthijs Kooijman2013-08-301-7/+7
* staging: dwc2: simplify debug output in dwc_hc_initMatthijs Kooijman2013-08-301-16/+9
* staging: dwc2: add missing shiftMatthijs Kooijman2013-08-301-1/+3
* staging: dwc2: simplify register shift expressionsMatthijs Kooijman2013-08-304-62/+50
* staging: dwc2: only read the snpsid register onceMatthijs Kooijman2013-08-301-6/+6
* staging: dwc2: unshift non-bool register value constantsMatthijs Kooijman2013-08-306-104/+118
* staging: dwc2: fix off-by-one in check for max_packet_count parameterMatthijs Kooijman2013-08-301-1/+1
* 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
OpenPOWER on IntegriCloud