aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+3
2013-10-31DMA-API: staging: use dma_set_coherent_mask()Russell King1-2/+3
2013-10-30Staging: dwc2: Fix variable dereferenced before checkRashika Kheria1-9/+8
2013-10-28Staging: dwc2: Fix return error value in dwc2_driver_probe()Rashika Kheria1-1/+1
2013-10-28Staging: dwc2: Fix conditional statement since urb->actual_length is never less than zero.Rashika Kheria1-2/+2
2013-10-03staging: dwc2: Make dwc2_hw_params.host_channels large enoughMatthijs Kooijman1-1/+1
2013-09-25Staging: dwc2: core: coding style - indentation should use tabsLuis Ortega Perez de Villar1-2/+2
2013-09-25staging: dwc2: add TODO filePaul Zimmerman1-0/+33
2013-09-25staging: dwc2: add microframe scheduler from downstream Pi kernelDom Cobley8-42/+281
2013-09-25staging: dwc2: validate urb->actual_length for OUT endpointsPaul Zimmerman1-0/+4
2013-09-17staging: dwc2: Fix typo in staging/dwc2Masanari Iida2-3/+3
2013-08-30staging: dwc2: make dwc2_core_params documentation more completeMatthijs Kooijman1-26/+59
2013-08-30staging: dwc2: validate the value for phy_utmi_widthMatthijs Kooijman4-5/+32
2013-08-30staging: dwc2: interpret all hwcfg and related register at init timeMatthijs Kooijman6-200/+290
2013-08-30staging: dwc2: properly mask the GRXFSIZ registerMatthijs Kooijman2-7/+18
2013-08-30staging: dwc2: remove redundant register readsMatthijs Kooijman1-5/+4
2013-08-30staging: dwc2: re-use hptxfsiz variableMatthijs Kooijman1-7/+7
2013-08-30staging: dwc2: simplify debug output in dwc_hc_initMatthijs Kooijman1-16/+9
2013-08-30staging: dwc2: add missing shiftMatthijs Kooijman1-1/+3
2013-08-30staging: dwc2: simplify register shift expressionsMatthijs Kooijman4-62/+50
2013-08-30staging: dwc2: only read the snpsid register onceMatthijs Kooijman1-6/+6
2013-08-30staging: dwc2: unshift non-bool register value constantsMatthijs Kooijman6-104/+118
2013-08-30staging: dwc2: fix off-by-one in check for max_packet_count parameterMatthijs Kooijman1-1/+1
2013-08-30staging: dwc2: remove specific fifo size constantsMatthijs Kooijman1-15/+4
2013-08-12staging: dwc2: reorder some kernel doc comments and struct membersPaul Zimmerman2-28/+28
2013-07-25staging: dwc2: Don't touch the dma_mask when dma is disabledMatthijs Kooijman1-3/+0
2013-07-23staging: dwc2: when dma is disabled, clear hcd->self.uses_dmaMatthijs Kooijman1-0/+3
2013-07-23staging: dwc2: disable dma when no dma_mask was setupMatthijs Kooijman1-0/+9
2013-07-23staging: dwc2: add driver parameter to set AHB config register valuePaul Zimmerman4-45/+25
2013-07-23staging: dwc2: fix value used in dwc2_set_all_paramsJulien Delacou1-1/+1
2013-07-23staging: dwc2: remove use of bus_to_virt()Paul Zimmerman2-11/+10
2013-07-23staging: dwc2: reduce noisy debug messagesPaul Zimmerman2-9/+7
2013-07-23staging: dwc2: fix dwc2_hcd_qtd_add()Paul Zimmerman1-4/+16
2013-07-23staging: dwc2: optimize dwc2_hc_handle_tt_clear() a bitPaul Zimmerman1-4/+9
2013-07-23staging: dwc2: add calls to usb_hcd_link_urb_to_ep() and friendsPaul Zimmerman1-15/+37
2013-07-23staging: dwc2: refactor dwc2_host_complete()Paul Zimmerman4-60/+68
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