index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
dwc2
/
hcd.c
Age
Commit message (
Expand
)
Author
2013-10-28
Staging: dwc2: Fix conditional statement since urb->actual_length is never le...
Rashika Kheria
2013-09-25
staging: dwc2: add microframe scheduler from downstream Pi kernel
Dom Cobley
2013-09-25
staging: dwc2: validate urb->actual_length for OUT endpoints
Paul Zimmerman
2013-08-30
staging: dwc2: interpret all hwcfg and related register at init time
Matthijs Kooijman
2013-08-30
staging: dwc2: add missing shift
Matthijs Kooijman
2013-08-30
staging: dwc2: simplify register shift expressions
Matthijs Kooijman
2013-08-30
staging: dwc2: only read the snpsid register once
Matthijs Kooijman
2013-08-30
staging: dwc2: unshift non-bool register value constants
Matthijs Kooijman
2013-07-25
staging: dwc2: Don't touch the dma_mask when dma is disabled
Matthijs Kooijman
2013-07-23
staging: dwc2: when dma is disabled, clear hcd->self.uses_dma
Matthijs Kooijman
2013-07-23
staging: dwc2: disable dma when no dma_mask was setup
Matthijs Kooijman
2013-07-23
staging: dwc2: fix value used in dwc2_set_all_params
Julien Delacou
2013-07-23
staging: dwc2: remove use of bus_to_virt()
Paul Zimmerman
2013-07-23
staging: dwc2: reduce noisy debug messages
Paul Zimmerman
2013-07-23
staging: dwc2: add calls to usb_hcd_link_urb_to_ep() and friends
Paul Zimmerman
2013-07-23
staging: dwc2: refactor dwc2_host_complete()
Paul Zimmerman
2013-06-08
Merge 3.10-rc5 into staging-next
Greg Kroah-Hartman
2013-05-30
staging: dwc2: fix value of dma_mask
Paul Zimmerman
2013-05-30
staging: dwc2: change some dev_dbg() messages to dev_vdbg()
Paul Zimmerman
2013-05-16
staging: dwc2: add const to handling of dwc2_core_params
Stephen Warren
2013-05-16
staging: dwc2: rename dwc2_hcd_intr() to dwc2_handle_hcd_intr()
Matthijs Kooijman
2013-05-16
staging: dwc2: use irq_return_t for interrupt handlers
Matthijs Kooijman
2013-05-16
staging: dwc2: do not use IRQF_DISABLED
Matthijs Kooijman
2013-04-23
staging: dwc2: add platform device bindings
Matthijs Kooijman
2013-04-23
staging: dwc2: add missing newlines to debug messages
Paul Zimmerman
2013-04-12
staging: dwc2: fix error return code in dwc2_hcd_init()
Wei Yongjun
2013-04-11
staging: dwc2: Make dwc2_set_uninitialized more specific
Matthijs Kooijman
2013-04-11
staging: dwc2: set the driver name to "dwc2"
Matthijs Kooijman
2013-04-11
staging: dwc2: register common irq handler in dwc2_core_init
Matthijs Kooijman
2013-04-10
staging: dwc2: toggle periodic debugging output separately
Matthijs Kooijman
2013-03-25
staging: dwc2: fix wrong setting of DMA masks
Paul Zimmerman
2013-03-25
staging: dwc2: remove unneeded arguments from two functions
Paul Zimmerman
2013-03-15
Staging: dwc2: remove a kfree(NULL)
Dan Carpenter
2013-03-14
staging: dwc2: fix compiler warnings
Paul Zimmerman
2013-03-11
staging: HCD files for the DWC2 driver
Paul Zimmerman